Skip to content

Commit 4c09ff0

Browse files
committed
Temporarily change name to include nightly for test
1 parent ef3a3b4 commit 4c09ff0

4 files changed

Lines changed: 36 additions & 2 deletions

File tree

src/danfojs-base/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
"author": "",
1010
"license": "ISC",
1111
"devDependencies": {
12+
"@types/papaparse": "^5.3.1",
13+
"@types/plotly.js-dist-min": "^2.3.0",
1214
"dotenv": "^10.0.0"
1315
},
1416
"dependencies": {
1517
"@tensorflow/tfjs": "3.6.0",
1618
"@tensorflow/tfjs-node": "3.6.1",
1719
"mathjs": "^10.0.0",
20+
"papaparse": "^5.3.1",
1821
"seedrandom": "^2.4.3",
1922
"table": "^6.7.3"
2023
}

src/danfojs-base/yarn.lock

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
regenerator-runtime "^0.13.5"
9090
yargs "^16.0.3"
9191

92+
"@types/d3@^3":
93+
version "3.5.46"
94+
resolved "https://registry.yarnpkg.com/@types/d3/-/d3-3.5.46.tgz#8b890138ea035b703ef4cdd2de0d86f8619c1c69"
95+
integrity sha512-jNHfiGd41+JUV43LTMzQNidyp4Hn0XfhoSmy8baE0d/N5pGYpD+yX03JacY/MH+smFxYOQGXlz4HxkRZOuRNOQ==
96+
9297
"@types/node-fetch@^2.1.2":
9398
version "2.5.12"
9499
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.12.tgz#8a6f779b1d4e60b7a57fb6fd48d84fb545b9cc66"
@@ -107,6 +112,27 @@
107112
resolved "https://registry.yarnpkg.com/@types/offscreencanvas/-/offscreencanvas-2019.3.0.tgz#3336428ec7e9180cf4566dfea5da04eb586a6553"
108113
integrity sha512-esIJx9bQg+QYF0ra8GnvfianIY8qWB0GBx54PK5Eps6m+xTj86KLavHv6qDhzKcu5UUOgNfJ2pWaIIV7TRUd9Q==
109114

115+
"@types/papaparse@^5.3.1":
116+
version "5.3.1"
117+
resolved "https://registry.yarnpkg.com/@types/papaparse/-/papaparse-5.3.1.tgz#fb5c613a64473c33b08fb9bc2a5ddbf25e54784e"
118+
integrity sha512-1lbngk9wty2kCyQB42LjqSa12SEop3t9wcEC7/xYr3ujTSTmv7HWKjKYXly0GkMfQ42PRb2lFPFEibDOiMXS0g==
119+
dependencies:
120+
"@types/node" "*"
121+
122+
"@types/plotly.js-dist-min@^2.3.0":
123+
version "2.3.0"
124+
resolved "https://registry.yarnpkg.com/@types/plotly.js-dist-min/-/plotly.js-dist-min-2.3.0.tgz#b1b86b94b86e4628d97beca95cc7dd26c2f30758"
125+
integrity sha512-MPvZbG2RA3zuU+AYgsVysJvNLyf3bvi1nt3ywHARwMW2TB38VQuYhQFD1pTRzBuqiV5ieYif7mLY5bHWGUVZqw==
126+
dependencies:
127+
"@types/plotly.js" "*"
128+
129+
"@types/plotly.js@*":
130+
version "1.54.18"
131+
resolved "https://registry.yarnpkg.com/@types/plotly.js/-/plotly.js-1.54.18.tgz#533ea4502620fe9a80e3dece8b2ece14d215497a"
132+
integrity sha512-mtDRoEAD23rFJnTt/eKAIGAJ2QS5lVOycmXkWyol0rAalejrXnlEouHfqoA5imGusyovBjort4pEfT+TjFAJvA==
133+
dependencies:
134+
"@types/d3" "^3"
135+
110136
"@types/seedrandom@2.4.27":
111137
version "2.4.27"
112138
resolved "https://registry.yarnpkg.com/@types/seedrandom/-/seedrandom-2.4.27.tgz#9db563937dd86915f69092bc43259d2f48578e41"
@@ -665,6 +691,11 @@ osenv@^0.1.4:
665691
os-homedir "^1.0.0"
666692
os-tmpdir "^1.0.0"
667693

694+
papaparse@^5.3.1:
695+
version "5.3.1"
696+
resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-5.3.1.tgz#770b7a9124d821d4b2132132b7bd7dce7194b5b1"
697+
integrity sha512-Dbt2yjLJrCwH2sRqKFFJaN5XgIASO9YOFeFP8rIBRG2Ain8mqk5r1M6DkfvqEVozVcz3r3HaUGw253hA1nLIcA==
698+
668699
path-is-absolute@^1.0.0:
669700
version "1.0.1"
670701
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"

src/danfojs-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "danfojs",
2+
"name": "danfojs-nightly",
33
"version": "1.0.0",
44
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
55
"main": "dist/danfojs-browser/src/index.js",

src/danfojs-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "danfojs-node",
2+
"name": "danfojs-node-nightly",
33
"version": "1.0.0",
44
"description": "JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.",
55
"main": "dist/danfojs-node/src/index.js",

0 commit comments

Comments
 (0)