Skip to content

Commit 9a7693f

Browse files
committed
Updated dependencies
1 parent ebf38f8 commit 9a7693f

9 files changed

+5537
-4356
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.6
4+
5+
* Dependency Updates
6+
37
## v0.9.5
48

59
* GitHub and Npm Version alignment

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota-pico/lib-browser",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
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",
@@ -52,27 +52,27 @@
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.5",
56-
"@iota-pico/business": "^0.9.5",
57-
"@iota-pico/core": "^0.9.5",
58-
"@iota-pico/crypto": "^0.9.5",
59-
"@iota-pico/data": "^0.9.5",
60-
"@iota-pico/pal-browser": "^0.9.5",
61-
"@iota-pico/pow-box": "^0.9.5",
62-
"@iota-pico/pow-js": "^0.9.5",
63-
"@iota-pico/pow-wasm": "^0.9.5",
64-
"@iota-pico/pow-webgl": "^0.9.5",
65-
"@iota-pico/storage": "^0.9.5",
66-
"@types/node": "^10.1.1",
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",
6767
"babel-loader": "^8.0.0-beta.0",
6868
"babel-plugin-transform-builtin-extend": "^1.1.2",
69-
"cross-env": "^5.1.5",
69+
"cross-env": "^5.2.0",
7070
"npm-run-all": "^4.1.3",
7171
"nsp": "^3.2.1",
7272
"rimraf": "^2.6.2",
73-
"typescript": "^2.8.3",
73+
"typescript": "^2.9.2",
7474
"uglifyjs-webpack-plugin": "^1.2.5",
7575
"webpack": "^4.8.3",
76-
"webpack-cli": "^2.1.3"
76+
"webpack-cli": "^3.0.8"
7777
}
7878
}

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

Lines changed: 1722 additions & 1386 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: 1832 additions & 1433 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.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ export class Address {
745745
export enum AddressSecurity {
746746
low = 1,
747747
medium = 2,
748-
high = 3,
748+
high = 3
749749
}
750750

751751
/**

pkg/iota-pico-lib-browser.js

Lines changed: 1956 additions & 1514 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)