Skip to content

Commit 708cf13

Browse files
committed
Updated readme
1 parent 5390704 commit 708cf13

File tree

4 files changed

+31
-21
lines changed

4 files changed

+31
-21
lines changed

CHANGELOG.md

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

3+
## v0.9.9
4+
5+
* Updated dependencies and README
6+
7+
## v0.9.8
8+
9+
* Updated dependencies
10+
311
## v0.9.7
412

513
* Reduced umd module size with externals

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,19 @@ The library also has a dependency of [big-integer](https://www.npmjs.com/package
3030

3131
There are two variants of the library
3232

33-
* development - which is not minified and includes source maps in [pkg/iota-pico-lib-browser.js](./pkg/iota-pico-lib-browser.js)
34-
* production - which is minified and has no source maps in [pkg/iota-pico-lib-browser.min.js](./pkg/iota-pico-lib-browser.min.js)
33+
* development - which is not minified and includes source maps in [pkg/iota-pico-lib-browser.js](https://github.com/iota-pico/lib-browser/blob/master/pkg/iota-pico-lib-browser.js)
34+
* production - which is minified and has no source maps in [pkg/iota-pico-lib-browser.min.js](https://github.com/iota-pico/lib-browser/blob/master/pkg/iota-pico-lib-browser.min.js)
3535

3636
If you don't want all of the proof of work algorithms, there are some alternative smaller packages:
3737

38-
* [pkg/iota-pico-lib-browser-none.js](./pkg/iota-pico-lib-browser-none.js) - No Proof Of Work algorithms
39-
* [pkg/iota-pico-lib-browser-none.min.js](./pkg/iota-pico-lib-browser-none.min.js) - No Proof Of Work algorithms
40-
* [pkg/iota-pico-lib-browser-webgl.js](./pkg/iota-pico-lib-browser-webgl.js) - Fastest for Platform
41-
* [pkg/iota-pico-lib-browser-webgl.min.js](./pkg/iota-pico-lib-browser-webgl.min.js) - Fastest for Platform
42-
38+
* [pkg/iota-pico-lib-browser-none.js](https://github.com/iota-pico/lib-browser/blob/master/pkg/iota-pico-lib-browser-none.js) - No Proof Of Work algorithms
39+
* [pkg/iota-pico-lib-browser-none.min.js](https://github.com/iota-pico/lib-browser/blob/master/pkg/iota-pico-lib-browser-none.min.js) - No Proof Of Work algorithms
40+
* [pkg/iota-pico-lib-browser-webgl.js](https://github.com/iota-pico/lib-browser/blob/master/pkg/iota-pico-lib-browser-webgl.js) - Fastest for Platform
41+
* [pkg/iota-pico-lib-browser-webgl.min.js](https://github.com/iota-pico/lib-browser/blob/master/pkg/iota-pico-lib-browser-webgl.min.js) - Fastest for Platform
4342

4443
# TypeScript Definitions
4544

46-
TypeScript definitions can be found in the [pkg/iota-pico-lib-browser.d.ts](./pkg/iota-pico-lib-browser.d.ts) and should be located automatically by your developments tools.
45+
TypeScript definitions can be found in the [pkg/iota-pico-lib-browser.d.ts](https://github.com/iota-pico/lib-browser/blob/master/pkg/iota-pico-lib-browser.d.ts) and should be located automatically by your developments tools.
4746

4847
# Usage
4948

@@ -87,10 +86,13 @@ Come and find us on the IOTA [Discord](https://discordapp.com/invite/fNGZXvh) de
8786
# Donations
8887

8988
IOTA donations are always welcome :smile:
89+
90+
![QR Code for Trinity](https://raw.githubusercontent.com/iota-pico/lib-browser/master/donation.png)
91+
9092
```shell
9193
QWJXX99QDEYWUWXEGA9QXSNOWOKHMFKCMSZTXDFLRZAFQRPQTHQDXSZWQQTAHNDNRYHMIKJYWQLKTFHBWSAOJDHAMB
9294
```
9395

9496
# License
9597

96-
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
98+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/iota-pico/lib-browser/blob/master/LICENSE) file for details.

donation.png

463 Bytes
Loading

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota-pico/lib-browser",
3-
"version": "0.9.8",
3+
"version": "0.9.9",
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",
@@ -51,17 +51,17 @@
5151
"@babel/plugin-transform-runtime": "^7.0.0-beta.40",
5252
"@babel/preset-env": "^7.0.0-beta.40",
5353
"@babel/runtime": "^7.0.0-beta.40",
54-
"@iota-pico/api": "^0.9.8",
55-
"@iota-pico/business": "^0.9.8",
56-
"@iota-pico/core": "^0.9.8",
57-
"@iota-pico/crypto": "^0.9.8",
58-
"@iota-pico/data": "^0.9.8",
59-
"@iota-pico/pal-browser": "^0.9.8",
60-
"@iota-pico/pow-box": "^0.9.8",
61-
"@iota-pico/pow-js": "^0.9.8",
62-
"@iota-pico/pow-wasm": "^0.9.8",
63-
"@iota-pico/pow-webgl": "^0.9.8",
64-
"@iota-pico/storage": "^0.9.8",
54+
"@iota-pico/api": "^0.9.9",
55+
"@iota-pico/business": "^0.9.9",
56+
"@iota-pico/core": "^0.9.9",
57+
"@iota-pico/crypto": "^0.9.9",
58+
"@iota-pico/data": "^0.9.9",
59+
"@iota-pico/pal-browser": "^0.9.9",
60+
"@iota-pico/pow-box": "^0.9.9",
61+
"@iota-pico/pow-js": "^0.9.9",
62+
"@iota-pico/pow-wasm": "^0.9.9",
63+
"@iota-pico/pow-webgl": "^0.9.9",
64+
"@iota-pico/storage": "^0.9.9",
6565
"@types/node": "^10.5.1",
6666
"babel-loader": "^8.0.0-beta.4",
6767
"babel-plugin-transform-builtin-extend": "^1.1.2",

0 commit comments

Comments
 (0)