Skip to content

Commit c202d74

Browse files
chore: release 0.21.0 (#825)
* Release 0.21.0 * chore: formatting package-json --------- Co-authored-by: krpeacock <[email protected]> Co-authored-by: Kyle Peacock <[email protected]>
1 parent 3feefc1 commit c202d74

File tree

13 files changed

+772
-770
lines changed

13 files changed

+772
-770
lines changed

docs/generated/changelog.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ <h1>Agent-JS Changelog</h1>
1111

1212
<section>
1313
<h2>Version x.x.x</h2>
14+
<ul></ul>
15+
<h2>Version 0.21.0</h2>
1416
<ul>
1517
<li>chore: cleaning up lint warnings</li>
1618
<li>chore: cleans up github actions linting warnings</li>

e2e/browser/package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"private": true,
3-
"name": "@do-not-publish/ic-cypress-e2e-tests",
4-
"version": "0.20.2",
5-
"scripts": {
6-
"ci": "npm run e2e",
7-
"setup": "dfx deploy; dfx generate; pm2 --name parcel start npm -- start",
8-
"cypress": "cypress run",
9-
"e2e": "npm run cypress",
10-
"poste2e": "pm2 kill",
11-
"eslint:fix": "npm run lint -- --fix",
12-
"eslint": "eslint --ext '.js,.jsx,.ts,.tsx' cypress *.js",
13-
"lint": "npm run eslint",
14-
"build": "",
15-
"lint:fix": "npm run lint -- --fix",
16-
"test:coverage": "",
17-
"test": "",
18-
"start": "parcel src/index.html"
19-
},
20-
"devDependencies": {
21-
"@types/node": "^18.0.6",
22-
"concurrently": "^7.3.0",
23-
"cypress": "^13.2.0",
24-
"esbuild": "^0.15.16",
25-
"parcel": "^2.6.2",
26-
"pm2": "^5.3.0",
27-
"size-limit": "^8.1.0"
28-
},
29-
"dependencies": {
30-
"@dfinity/agent": "^0.20.2",
31-
"@dfinity/identity": "^0.20.2",
32-
"@dfinity/principal": "^0.20.2",
33-
"idb-keyval": "^6.2.0"
34-
}
2+
"private": true,
3+
"name": "@do-not-publish/ic-cypress-e2e-tests",
4+
"version": "0.21.0",
5+
"scripts": {
6+
"ci": "npm run e2e",
7+
"setup": "dfx deploy; dfx generate; pm2 --name parcel start npm -- start",
8+
"cypress": "cypress run",
9+
"e2e": "npm run cypress",
10+
"poste2e": "pm2 kill",
11+
"eslint:fix": "npm run lint -- --fix",
12+
"eslint": "eslint --ext '.js,.jsx,.ts,.tsx' cypress *.js",
13+
"lint": "npm run eslint",
14+
"build": "",
15+
"lint:fix": "npm run lint -- --fix",
16+
"test:coverage": "",
17+
"test": "",
18+
"start": "parcel src/index.html"
19+
},
20+
"devDependencies": {
21+
"@types/node": "^18.0.6",
22+
"concurrently": "^7.3.0",
23+
"cypress": "^13.2.0",
24+
"esbuild": "^0.15.16",
25+
"parcel": "^2.6.2",
26+
"pm2": "^5.3.0",
27+
"size-limit": "^8.1.0"
28+
},
29+
"dependencies": {
30+
"@dfinity/agent": "^0.21.0",
31+
"@dfinity/identity": "^0.21.0",
32+
"@dfinity/principal": "^0.21.0",
33+
"idb-keyval": "^6.2.0"
34+
}
3535
}

e2e/node/package.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
{
2-
"private": true,
3-
"name": "@do-not-publish/ic-node-e2e-tests",
4-
"version": "0.20.2",
5-
"type": "module",
6-
"scripts": {
7-
"ci": "npm run e2e",
8-
"e2e": "vitest",
9-
"eslint:fix": "npm run lint -- --fix",
10-
"eslint": "eslint --ext '.js,.jsx,.ts,.tsx' basic canisters utils *.ts",
11-
"lint": "npm run eslint",
12-
"mitm": "MITM=true vitest ./basic/mitm.test.ts",
13-
"build": "",
14-
"lint:fix": "npm run lint -- --fix",
15-
"test:coverage": "",
16-
"test": ""
17-
},
18-
"dependencies": {
19-
"@dfinity/agent": "^0.20.2",
20-
"@dfinity/assets": "^0.20.2",
21-
"@dfinity/identity": "^0.20.2",
22-
"@dfinity/principal": "^0.20.2",
23-
"whatwg-fetch": "^3.6.2"
24-
},
25-
"devDependencies": {
26-
"@peculiar/webcrypto": "^1.4.0",
27-
"@trust/webcrypto": "^0.9.2",
28-
"@tsconfig/node16": "^1.0.3",
29-
"@tsconfig/node17": "^1.0.1",
30-
"@types/base64-js": "^1.3.0",
31-
"@types/isomorphic-fetch": "^0.0.36",
32-
"@types/text-encoding": "^0.0.36",
33-
"@typescript-eslint/eslint-plugin": "^5.30.5",
34-
"@typescript-eslint/parser": "^5.30.5",
35-
"esbuild": "^0.15.16",
36-
"eslint": "^8.19.0",
37-
"eslint-plugin-jsdoc": "^39.3.3",
38-
"isomorphic-fetch": "^3.0.0",
39-
"locus": "^2.0.4",
40-
"node-webcrypto-p11": "^2.5.0",
41-
"size-limit": "^8.2.6",
42-
"text-encoding": "^0.7.0",
43-
"ts-node": "^10.8.2",
44-
"typescript": "^5.2.2",
45-
"vitest": "^0.34.6",
46-
"webcrypto-core": "^1.7.5"
47-
}
2+
"private": true,
3+
"name": "@do-not-publish/ic-node-e2e-tests",
4+
"version": "0.21.0",
5+
"type": "module",
6+
"scripts": {
7+
"ci": "npm run e2e",
8+
"e2e": "vitest",
9+
"eslint:fix": "npm run lint -- --fix",
10+
"eslint": "eslint --ext '.js,.jsx,.ts,.tsx' basic canisters utils *.ts",
11+
"lint": "npm run eslint",
12+
"mitm": "MITM=true vitest ./basic/mitm.test.ts",
13+
"build": "",
14+
"lint:fix": "npm run lint -- --fix",
15+
"test:coverage": "",
16+
"test": ""
17+
},
18+
"dependencies": {
19+
"@dfinity/agent": "^0.21.0",
20+
"@dfinity/assets": "^0.21.0",
21+
"@dfinity/identity": "^0.21.0",
22+
"@dfinity/principal": "^0.21.0",
23+
"whatwg-fetch": "^3.6.2"
24+
},
25+
"devDependencies": {
26+
"@peculiar/webcrypto": "^1.4.0",
27+
"@trust/webcrypto": "^0.9.2",
28+
"@tsconfig/node16": "^1.0.3",
29+
"@tsconfig/node17": "^1.0.1",
30+
"@types/base64-js": "^1.3.0",
31+
"@types/isomorphic-fetch": "^0.0.36",
32+
"@types/text-encoding": "^0.0.36",
33+
"@typescript-eslint/eslint-plugin": "^5.30.5",
34+
"@typescript-eslint/parser": "^5.30.5",
35+
"esbuild": "^0.15.16",
36+
"eslint": "^8.19.0",
37+
"eslint-plugin-jsdoc": "^39.3.3",
38+
"isomorphic-fetch": "^3.0.0",
39+
"locus": "^2.0.4",
40+
"node-webcrypto-p11": "^2.5.0",
41+
"size-limit": "^8.2.6",
42+
"text-encoding": "^0.7.0",
43+
"ts-node": "^10.8.2",
44+
"typescript": "^5.2.2",
45+
"vitest": "^0.34.6",
46+
"webcrypto-core": "^1.7.5"
47+
}
4848
}

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.

0 commit comments

Comments
 (0)