Skip to content

Commit e5e4203

Browse files
author
Andy Haynes
committed
chore: package cleanup
1 parent f19aa84 commit e5e4203

File tree

6 files changed

+318
-1818
lines changed

6 files changed

+318
-1818
lines changed

.travis.yml

-28
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"commitlint": "19.3.0",
2828
"eslint": "8.20.0",
2929
"husky": "7.0.4",
30-
"rimraf": "3.0.2",
30+
"rimraf": "6.0.1",
3131
"turbo": "1.4.5",
3232
"typedoc": "0.25.13",
3333
"tsconfig": "workspace:*",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
window.nearApi = require('./lib/browser-index');
1+
window.nearApi = require('./lib/commonjs/browser-index.cjs');

packages/near-api-js/dangerfile.ts

-15
This file was deleted.

packages/near-api-js/package.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,12 @@
3131
"devDependencies": {
3232
"@types/http-errors": "1.6.1",
3333
"@types/node": "20.0.0",
34-
"browserify": "16.2.3",
3534
"bs58": "4.0.0",
3635
"buffer": "6.0.3",
3736
"build": "workspace:*",
3837
"bundlewatch": "0.3.1",
3938
"concurrently": "7.3.0",
40-
"danger": "11.1.1",
41-
"danger-plugin-yarn": "1.3.2",
42-
"esbuild": "^0.21.5",
39+
"esbuild": "0.23.0",
4340
"in-publish": "2.0.0",
4441
"jest": "29.7.0",
4542
"localstorage-memory": "1.0.3",
@@ -50,7 +47,7 @@
5047
"semver": "7.1.1",
5148
"ts-jest": "29.1.5",
5249
"tsconfig": "workspace:*",
53-
"uglifyify": "5.0.1"
50+
"util": "^0.12.5"
5451
},
5552
"keywords": [],
5653
"license": "(MIT AND Apache-2.0)",
@@ -78,7 +75,7 @@
7875
"files": [
7976
{
8077
"path": "dist/near-api-js.min.js",
81-
"maxSize": "250kB"
78+
"maxSize": "150kB"
8279
}
8380
]
8481
},

0 commit comments

Comments
 (0)