Skip to content

Commit 0198665

Browse files
committed
v3.2.2
1 parent 2185775 commit 0198665

File tree

7 files changed

+619
-584
lines changed

7 files changed

+619
-584
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.2](https://github.com/windingtree/org.id-resolver/compare/v3.2.1...v3.2.2) (2022-12-06)
7+
8+
**Note:** Version bump only for package @windingtree/org.id-resolver-mono
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/windingtree/org.id-resolver/compare/v3.2.0...v3.2.1) (2022-10-25)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "3.2.1"
6+
"version": "3.2.2"
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
},
3636
"homepage": "https://github.com/windingtree/org.id-resolver#readme",
3737
"devDependencies": {
38-
"lerna": "6.0.1"
38+
"lerna": "6.1.0"
3939
}
4040
}

packages/resolver/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.2](https://github.com/windingtree/org.id-resolver/compare/v3.2.1...v3.2.2) (2022-12-06)
7+
8+
**Note:** Version bump only for package @windingtree/org.id-resolver
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/windingtree/org.id-resolver/compare/v3.2.0...v3.2.1) (2022-10-25)
715

816

packages/resolver/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/org.id-resolver",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "ORGiD DID resolver",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -32,28 +32,28 @@
3232
"url": "git+ssh://[email protected]:windingtree/org.id-resolver.git"
3333
},
3434
"dependencies": {
35-
"@windingtree/org.id": "^3.0.1",
36-
"@windingtree/org.id-auth": "^1.2.3",
37-
"@windingtree/org.id-core": "^1.2.3",
38-
"@windingtree/org.id-utils": "^1.2.3",
39-
"@windingtree/org.json-schema": "1.0.2",
35+
"@windingtree/org.id": "^3.1.1",
36+
"@windingtree/org.id-auth": "^1.2.4",
37+
"@windingtree/org.id-core": "^1.2.4",
38+
"@windingtree/org.id-utils": "^1.2.4",
39+
"@windingtree/org.json-schema": "1.1.0",
4040
"ethers": "^5.7.2",
41-
"luxon": "^3.0.4"
41+
"luxon": "^3.1.1"
4242
},
4343
"devDependencies": {
4444
"@istanbuljs/nyc-config-typescript": "1.0.2",
45-
"@nomiclabs/hardhat-ethers": "2.2.0",
46-
"@types/chai": "4.3.3",
45+
"@nomiclabs/hardhat-ethers": "2.2.1",
46+
"@types/chai": "4.3.4",
4747
"@types/chai-as-promised": "7.1.5",
48-
"@types/luxon": "3.0.2",
49-
"@types/mocha": "10.0.0",
50-
"@windingtree/org.id-test-setup": "^1.2.3",
51-
"chai": "4.3.6",
48+
"@types/luxon": "3.1.0",
49+
"@types/mocha": "10.0.1",
50+
"@windingtree/org.id-test-setup": "^1.2.4",
51+
"chai": "4.3.7",
5252
"chai-as-promised": "7.1.1",
53-
"eslint": "8.25.0",
54-
"hardhat": "2.12.0",
53+
"eslint": "8.29.0",
54+
"hardhat": "2.12.3",
5555
"nyc": "15.1.0",
5656
"ts-node": "10.9.1",
57-
"typescript": "4.8.4"
57+
"typescript": "4.9.3"
5858
}
5959
}

0 commit comments

Comments
 (0)