Skip to content

Commit 8b6d20f

Browse files
author
Hugo Masclet
authored
Merge pull request #19 from Hugoo/develop
Hello
2 parents db71db2 + 1789be3 commit 8b6d20f

File tree

9 files changed

+29
-27
lines changed

9 files changed

+29
-27
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.9.9](https://github.com/ERC725Alliance/erc725.js/compare/v0.9.4...v0.9.9) (2021-12-28)
6+
57
### [0.9.8](https://github.com/ERC725Alliance/erc725.js/compare/v0.9.4...v0.9.8) (2021-12-28)
68

79
### [0.9.7](https://github.com/ERC725Alliance/erc725.js/compare/v0.9.4...v0.9.7) (2021-12-28)

docs/technical-reference/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @erc725/erc725.js - v0.9.8
1+
# @erc725/erc725.js - v0.9.9
22

33
## Enumerations
44

@@ -28,7 +28,7 @@ Renames and exports: [ERC725](classes/ERC725.md)
2828

2929
#### Defined in
3030

31-
[types/ERC725JSONSchema.ts:3](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/ERC725JSONSchema.ts#L3)
31+
[types/ERC725JSONSchema.ts:3](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/ERC725JSONSchema.ts#L3)
3232

3333
___
3434

@@ -38,7 +38,7 @@ ___
3838

3939
#### Defined in
4040

41-
[types/ERC725JSONSchema.ts:10](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/ERC725JSONSchema.ts#L10)
41+
[types/ERC725JSONSchema.ts:10](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/ERC725JSONSchema.ts#L10)
4242

4343
___
4444

@@ -48,7 +48,7 @@ ___
4848

4949
#### Defined in
5050

51-
[types/ERC725JSONSchema.ts:20](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/ERC725JSONSchema.ts#L20)
51+
[types/ERC725JSONSchema.ts:20](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/ERC725JSONSchema.ts#L20)
5252

5353
## Functions
5454

@@ -76,7 +76,7 @@ ___
7676

7777
#### Defined in
7878

79-
[lib/utils.ts:481](https://github.com/Hugoo/erc725.js/blob/766531f/src/lib/utils.ts#L481)
79+
[lib/utils.ts:481](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/lib/utils.ts#L481)
8080

8181
___
8282

@@ -101,4 +101,4 @@ KeyValuePair[] An array of key-value objects
101101

102102
#### Defined in
103103

104-
[lib/utils.ts:553](https://github.com/Hugoo/erc725.js/blob/766531f/src/lib/utils.ts#L553)
104+
[lib/utils.ts:553](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/lib/utils.ts#L553)

docs/technical-reference/classes/ERC725.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ https://github.com/ERC725Alliance/erc725.js/tree/main/examples/src/instantiation
3939

4040
#### Defined in
4141

42-
[index.ts:86](https://github.com/Hugoo/erc725.js/blob/766531f/src/index.ts#L86)
42+
[index.ts:86](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/index.ts#L86)
4343

4444
## Properties
4545

@@ -58,7 +58,7 @@ https://github.com/ERC725Alliance/erc725.js/tree/main/examples/src/instantiation
5858

5959
#### Defined in
6060

61-
[index.ts:66](https://github.com/Hugoo/erc725.js/blob/766531f/src/index.ts#L66)
61+
[index.ts:66](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/index.ts#L66)
6262

6363
## Methods
6464

@@ -96,7 +96,7 @@ https://github.com/ERC725Alliance/erc725.js/tree/main/examples/src/decodeData.js
9696

9797
#### Defined in
9898

99-
[index.ts:315](https://github.com/Hugoo/erc725.js/blob/766531f/src/index.ts#L315)
99+
[index.ts:315](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/index.ts#L315)
100100

101101
___
102102

@@ -137,7 +137,7 @@ The JSON will be hashed with `keccak256`.
137137

138138
#### Defined in
139139

140-
[index.ts:288](https://github.com/Hugoo/erc725.js/blob/766531f/src/index.ts#L288)
140+
[index.ts:288](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/index.ts#L288)
141141

142142
___
143143

@@ -179,7 +179,7 @@ https://github.com/ERC725Alliance/erc725.js/tree/main/examples/src/fetchData.js#
179179

180180
#### Defined in
181181

182-
[index.ts:203](https://github.com/Hugoo/erc725.js/blob/766531f/src/index.ts#L203)
182+
[index.ts:203](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/index.ts#L203)
183183

184184
___
185185

@@ -223,7 +223,7 @@ https://github.com/ERC725Alliance/erc725.js/tree/main/examples/src/getData.js#L4
223223

224224
#### Defined in
225225

226-
[index.ts:161](https://github.com/Hugoo/erc725.js/blob/766531f/src/index.ts#L161)
226+
[index.ts:161](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/index.ts#L161)
227227

228228
___
229229

@@ -260,4 +260,4 @@ await myERC725.getOwner("0x3000783905Cc7170cCCe49a4112Deda952DDBe24");
260260

261261
#### Defined in
262262

263-
[index.ts:343](https://github.com/Hugoo/erc725.js/blob/766531f/src/index.ts#L343)
263+
[index.ts:343](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/index.ts#L343)

docs/technical-reference/enums/ProviderTypes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#### Defined in
1010

11-
[types/provider.ts:2](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/provider.ts#L2)
11+
[types/provider.ts:2](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/provider.ts#L2)
1212

1313
___
1414

@@ -18,7 +18,7 @@ ___
1818

1919
#### Defined in
2020

21-
[types/provider.ts:4](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/provider.ts#L4)
21+
[types/provider.ts:4](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/provider.ts#L4)
2222

2323
___
2424

@@ -28,4 +28,4 @@ ___
2828

2929
#### Defined in
3030

31-
[types/provider.ts:3](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/provider.ts#L3)
31+
[types/provider.ts:3](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/provider.ts#L3)

docs/technical-reference/interfaces/ERC725Config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Another example: `https://cloudflare-ipfs.com/ipfs/`
1616

1717
#### Defined in
1818

19-
[types/Config.ts:11](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/Config.ts#L11)
19+
[types/Config.ts:11](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/Config.ts#L11)

docs/technical-reference/interfaces/ERC725JSONSchema.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Detailed information available on [LSP-2-ERC725YJSONSchema](https://github.com/l
2121

2222
#### Defined in
2323

24-
[types/ERC725JSONSchema.ts:50](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/ERC725JSONSchema.ts#L50)
24+
[types/ERC725JSONSchema.ts:50](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/ERC725JSONSchema.ts#L50)
2525

2626
___
2727

@@ -31,7 +31,7 @@ ___
3131

3232
#### Defined in
3333

34-
[types/ERC725JSONSchema.ts:51](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/ERC725JSONSchema.ts#L51)
34+
[types/ERC725JSONSchema.ts:51](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/ERC725JSONSchema.ts#L51)
3535

3636
___
3737

@@ -41,7 +41,7 @@ ___
4141

4242
#### Defined in
4343

44-
[types/ERC725JSONSchema.ts:49](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/ERC725JSONSchema.ts#L49)
44+
[types/ERC725JSONSchema.ts:49](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/ERC725JSONSchema.ts#L49)
4545

4646
___
4747

@@ -51,7 +51,7 @@ ___
5151

5252
#### Defined in
5353

54-
[types/ERC725JSONSchema.ts:52](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/ERC725JSONSchema.ts#L52)
54+
[types/ERC725JSONSchema.ts:52](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/ERC725JSONSchema.ts#L52)
5555

5656
___
5757

@@ -61,4 +61,4 @@ ___
6161

6262
#### Defined in
6363

64-
[types/ERC725JSONSchema.ts:53](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/ERC725JSONSchema.ts#L53)
64+
[types/ERC725JSONSchema.ts:53](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/ERC725JSONSchema.ts#L53)

docs/technical-reference/interfaces/KeyValuePair.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#### Defined in
1010

11-
[types/encodeData/JSONURL.ts:4](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/encodeData/JSONURL.ts#L4)
11+
[types/encodeData/JSONURL.ts:4](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/encodeData/JSONURL.ts#L4)
1212

1313
___
1414

@@ -18,4 +18,4 @@ ___
1818

1919
#### Defined in
2020

21-
[types/encodeData/JSONURL.ts:5](https://github.com/Hugoo/erc725.js/blob/766531f/src/types/encodeData/JSONURL.ts#L5)
21+
[types/encodeData/JSONURL.ts:5](https://github.com/Hugoo/erc725.js/blob/6e1cb07/src/types/encodeData/JSONURL.ts#L5)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@erc725/erc725.js",
3-
"version": "0.9.8",
3+
"version": "0.9.9",
44
"description": "Library to interact with ERC725 smart contracts",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)