Skip to content

Commit 82726eb

Browse files
committed
Reduced umd module size with externals
1 parent 9a7693f commit 82726eb

8 files changed

+64
-60
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.9.7
4+
5+
* Reduced umd module size with externals
6+
37
## v0.9.6
48

59
* Dependency Updates

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota-pico/lib-browser",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"description": "IOTA Pico Framework Library for Browser",
55
"main": "pkg/iota-pico-lib-browser.js",
66
"typings": "pkg/iota-pico-lib-browser.d.ts",
@@ -45,34 +45,34 @@
4545
"dist": "npm-run-all build pkg"
4646
},
4747
"dependencies": {
48-
"big-integer": "^1.6.28"
48+
"big-integer": "^1.6.32"
4949
},
5050
"devDependencies": {
5151
"@babel/core": "^7.0.0-beta.40",
5252
"@babel/plugin-transform-runtime": "^7.0.0-beta.40",
5353
"@babel/preset-env": "^7.0.0-beta.40",
5454
"@babel/runtime": "^7.0.0-beta.40",
55-
"@iota-pico/api": "^0.9.6",
56-
"@iota-pico/business": "^0.9.6",
57-
"@iota-pico/core": "^0.9.6",
58-
"@iota-pico/crypto": "^0.9.6",
59-
"@iota-pico/data": "^0.9.6",
60-
"@iota-pico/pal-browser": "^0.9.6",
61-
"@iota-pico/pow-box": "^0.9.6",
62-
"@iota-pico/pow-js": "^0.9.6",
63-
"@iota-pico/pow-wasm": "^0.9.6",
64-
"@iota-pico/pow-webgl": "^0.9.6",
65-
"@iota-pico/storage": "^0.9.6",
66-
"@types/node": "^10.3.4",
67-
"babel-loader": "^8.0.0-beta.0",
55+
"@iota-pico/api": "^0.9.7",
56+
"@iota-pico/business": "^0.9.7",
57+
"@iota-pico/core": "^0.9.7",
58+
"@iota-pico/crypto": "^0.9.7",
59+
"@iota-pico/data": "^0.9.7",
60+
"@iota-pico/pal-browser": "^0.9.7",
61+
"@iota-pico/pow-box": "^0.9.7",
62+
"@iota-pico/pow-js": "^0.9.7",
63+
"@iota-pico/pow-wasm": "^0.9.7",
64+
"@iota-pico/pow-webgl": "^0.9.7",
65+
"@iota-pico/storage": "^0.9.7",
66+
"@types/node": "^10.3.6",
67+
"babel-loader": "^8.0.0-beta.4",
6868
"babel-plugin-transform-builtin-extend": "^1.1.2",
6969
"cross-env": "^5.2.0",
7070
"npm-run-all": "^4.1.3",
7171
"nsp": "^3.2.1",
7272
"rimraf": "^2.6.2",
7373
"typescript": "^2.9.2",
74-
"uglifyjs-webpack-plugin": "^1.2.5",
75-
"webpack": "^4.8.3",
74+
"uglifyjs-webpack-plugin": "^1.2.7",
75+
"webpack": "^4.12.2",
7676
"webpack-cli": "^3.0.8"
7777
}
7878
}

pkg/iota-pico-lib-browser-none.js

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

pkg/iota-pico-lib-browser-none.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/iota-pico-lib-browser-webgl.js

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

pkg/iota-pico-lib-browser-webgl.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/iota-pico-lib-browser.js

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

pkg/iota-pico-lib-browser.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)