Skip to content

Commit

Permalink
chore: release 0.21.2 (#829)
Browse files Browse the repository at this point in the history
* Release 0.21.2

* chore: formatting and package lock

---------

Co-authored-by: krpeacock <16298804+krpeacock@users.noreply.github.com>
Co-authored-by: Kyle Peacock <kylpeacock@gmail.com>
  • Loading branch information
3 people committed Jan 23, 2024
1 parent 001c8b9 commit cc489d9
Show file tree
Hide file tree
Showing 23 changed files with 84 additions and 82 deletions.
2 changes: 2 additions & 0 deletions docs/generated/changelog.html
Expand Up @@ -12,6 +12,8 @@ <h1>Agent-JS Changelog</h1>
<section>
<h2>Version x.x.x</h2>
<ul></ul>
<h2>Version 0.21.2</h2>
<ul></ul>
<h2>Version 0.21.1</h2>
<ul></ul>
<h2>Version 0.21.0</h2>
Expand Down
8 changes: 4 additions & 4 deletions e2e/browser/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@do-not-publish/ic-cypress-e2e-tests",
"version": "0.21.1",
"version": "0.21.2",
"scripts": {
"ci": "npm run e2e",
"setup": "dfx deploy; dfx generate; pm2 --name parcel start npm -- start",
Expand All @@ -27,9 +27,9 @@
"size-limit": "^8.1.0"
},
"dependencies": {
"@dfinity/agent": "^0.21.1",
"@dfinity/identity": "^0.21.1",
"@dfinity/principal": "^0.21.1",
"@dfinity/agent": "^0.21.2",
"@dfinity/identity": "^0.21.2",
"@dfinity/principal": "^0.21.2",
"idb-keyval": "^6.2.0"
}
}
10 changes: 5 additions & 5 deletions e2e/node/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@do-not-publish/ic-node-e2e-tests",
"version": "0.21.1",
"version": "0.21.2",
"type": "module",
"scripts": {
"ci": "npm run e2e",
Expand All @@ -16,10 +16,10 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.21.1",
"@dfinity/assets": "^0.21.1",
"@dfinity/identity": "^0.21.1",
"@dfinity/principal": "^0.21.1",
"@dfinity/agent": "^0.21.2",
"@dfinity/assets": "^0.21.2",
"@dfinity/identity": "^0.21.2",
"@dfinity/principal": "^0.21.2",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions e2e/node/tsconfig.json
Expand Up @@ -12,7 +12,7 @@
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"forceConsistentCasingInFileNames": true
},
"references": [{ "path": "../../packages/agent" }, { "path": "../../packages/identity" }],
"references": [{ "path": "../../packages/agent" }, { "path": "../../packages/identity" }]
}
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/agent-monorepo",
"version": "0.21.1",
"version": "0.21.2",
"private": true,
"description": "Use an Agent to interact with the Internet Computer from your JavaScript program.",
"workspaces": {
Expand Down
6 changes: 3 additions & 3 deletions packages/agent/package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/agent",
"version": "0.21.1",
"version": "0.21.2",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to interact with the Internet Computer",
Expand Down Expand Up @@ -47,8 +47,8 @@
"test:coverage": "jest --collectCoverage"
},
"peerDependencies": {
"@dfinity/candid": "^0.21.1",
"@dfinity/principal": "^0.21.1"
"@dfinity/candid": "^0.21.2",
"@dfinity/principal": "^0.21.2"
},
"dependencies": {
"@noble/curves": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/agent/tsconfig.json
Expand Up @@ -13,16 +13,16 @@
"outDir": "lib/esm",
"paths": {
"@dfinity/agent": ["src"],
"@dfinity/assets": ["src"],
"@dfinity/assets": ["src"]
},
"resolveJsonModule": true,
"rootDir": "./src",
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017",
"tsBuildInfoFile": "./build_info.json",
"tsBuildInfoFile": "./build_info.json"
},
"include": ["types/*", "src/**/*.ts", "../candid/src/utils/bls.test.ts"],
"exclude": ["**/src/**/__certificates__/**", "**/src/**/*.test.ts"],
"exclude": ["**/src/**/__certificates__/**", "**/src/**/*.test.ts"]
}
6 changes: 3 additions & 3 deletions packages/assets/package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/assets",
"version": "0.21.1",
"version": "0.21.2",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage assets on the Internet Computer",
Expand Down Expand Up @@ -49,8 +49,8 @@
"test:coverage": "jest --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.21.1",
"@dfinity/principal": "^0.21.1",
"@dfinity/agent": "^0.21.2",
"@dfinity/principal": "^0.21.2",
"@noble/hashes": "^1.3.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/assets/tsconfig.json
Expand Up @@ -16,8 +16,8 @@
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017",
"target": "es2017"
},
"include": ["types/*", "src/**/*", "client-test"],
"references": [{ "path": "../agent" }],
"references": [{ "path": "../agent" }]
}
8 changes: 4 additions & 4 deletions packages/auth-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/auth-client",
"version": "0.21.1",
"version": "0.21.2",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity",
Expand Down Expand Up @@ -46,9 +46,9 @@
"test:coverage": "jest --collectCoverage"
},
"peerDependencies": {
"@dfinity/agent": "^0.21.1",
"@dfinity/identity": "^0.21.1",
"@dfinity/principal": "^0.21.1"
"@dfinity/agent": "^0.21.2",
"@dfinity/identity": "^0.21.2",
"@dfinity/principal": "^0.21.2"
},
"dependencies": {
"idb": "^7.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-client/tsconfig.json
Expand Up @@ -16,8 +16,8 @@
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017",
"target": "es2017"
},
"include": ["types/*", "src/**/*"],
"references": [{ "path": "../agent" }, { "path": "../identity" }],
"references": [{ "path": "../agent" }, { "path": "../identity" }]
}
2 changes: 1 addition & 1 deletion packages/bls-verify/package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/bls-verify",
"version": "0.21.1",
"version": "0.21.2",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "bls verification strategy in JavaScript",
Expand Down
4 changes: 2 additions & 2 deletions packages/bls-verify/tsconfig.json
Expand Up @@ -16,8 +16,8 @@
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017",
"target": "es2017"
},
"include": ["src/**/*", "types/**/*", "amcl-js-3.0.0.tgz"],
"references": [],
"references": []
}
4 changes: 2 additions & 2 deletions packages/candid/package.json
@@ -1,6 +1,6 @@
{
"name": "@dfinity/candid",
"version": "0.21.1",
"version": "0.21.2",
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with candid interfaces",
Expand Down Expand Up @@ -48,7 +48,7 @@
"test:coverage": "jest --collectCoverage"
},
"peerDependencies": {
"@dfinity/principal": "^0.21.1"
"@dfinity/principal": "^0.21.2"
},
"devDependencies": {
"@types/jest": "^29.5.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/candid/tsconfig.json
Expand Up @@ -16,8 +16,8 @@
"sourceMap": true,
"inlineSources": true,
"strict": true,
"target": "es2017",
"target": "es2017"
},
"include": ["types/*", "src/**/*", "vendor/bls"],
"references": [],
"references": []
}

0 comments on commit cc489d9

Please sign in to comment.