Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JavaScript and TypeScript library to interact with the [Internet Computer](https

Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).

Additional API Documentation can be found [here](https://js.icp.build/core/libs/agent/api).
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/agent/api).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to interact with the Internet Computer",
"homepage": "https://js.icp.build/core/libs/agent",
"homepage": "https://js.icp.build/core/v3.2/libs/agent",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Manage assets on an Internet Computer assets canister.

Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).

Additional API Documentation can be found [here](https://js.icp.build/core/libs/assets/api).
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/assets/api).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage assets on the Internet Computer",
"homepage": "https://js.icp.build/core/libs/assets",
"homepage": "https://js.icp.build/core/v3.2/libs/assets",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Simple interface to get your web application authenticated with the Internet Ide

Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).

Additional API Documentation can be found [here](https://js.icp.build/core/libs/auth-client/api).
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/auth-client/api).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/auth-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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",
"homepage": "https://js.icp.build/core/libs/auth-client",
"homepage": "https://js.icp.build/core/v3.2/libs/auth-client",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/candid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JavaScript and TypeScript library to work with Candid interfaces

Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).

Additional API Documentation can be found [here](https://js.icp.build/core/libs/candid/api).
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/candid/api).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/candid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with candid interfaces",
"homepage": "https://js.icp.build/core/libs/candid",
"homepage": "https://js.icp.build/core/v3.2/libs/candid",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/identity-secp256k1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Secp256k1KeyIdentity package provides an implementation of the SignIdentity

Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).

Additional API Documentation can be found [here](https://js.icp.build/core/libs/identity-secp256k1/api).
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/identity-secp256k1/api).

---

Expand Down Expand Up @@ -52,4 +52,4 @@ const restoredIdentity = Secp256k1KeyIdentity.fromJson(json);
```

References
The Secp256k1KeyIdentity class extends the SignIdentity interface from the @dfinity/agent package. For more information about the SignIdentity interface and how to use it, see the [@dfinity/agent documentation](https://js.icp.build/core/libs/agent/api/classes/signidentity).
The Secp256k1KeyIdentity class extends the SignIdentity interface from the @dfinity/agent package. For more information about the SignIdentity interface and how to use it, see the [@dfinity/agent documentation](https://js.icp.build/core/v3.2/libs/agent/api/classes/signidentity).
2 changes: 1 addition & 1 deletion packages/identity-secp256k1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage Secp256k1KeyIdentities for use with the Internet Computer",
"homepage": "https://js.icp.build/core/libs/identity-secp256k1",
"homepage": "https://js.icp.build/core/v3.2/libs/identity-secp256k1",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JavaScript and TypeScript library to manage Identities and enable simple Web Aut

Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).

Additional API Documentation can be found [here](https://js.icp.build/core/libs/identity/api).
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/identity/api).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage identity with the Internet Computer",
"homepage": "https://js.icp.build/core/libs/identity",
"homepage": "https://js.icp.build/core/v3.2/libs/identity",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/principal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JavaScript and TypeScript library to work with Internet Computer Principals

Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).

Additional API Documentation can be found [here](https://js.icp.build/core/libs/principal/api).
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/principal/api).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/principal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with Internet Computer principals",
"homepage": "https://js.icp.build/core/libs/principal",
"homepage": "https://js.icp.build/core/v3.2/libs/principal",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-auth-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can use it to manage your identity for you, or you can pass it an `idlFactor

Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home).

Additional API Documentation can be found [here](https://js.icp.build/core/libs/use-auth-client/api).
Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/use-auth-client/api).

---

Expand Down
2 changes: 1 addition & 1 deletion packages/use-auth-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"license": "Apache-2.0",
"homepage": "https://js.icp.build/core/libs/use-auth-client",
"homepage": "https://js.icp.build/core/v3.2/libs/use-auth-client",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/agent-js.git",
Expand Down
Loading