From 5a3796e506cf493fbaa4920cb825aa30708dde38 Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Wed, 7 Dec 2022 14:21:33 -0800 Subject: [PATCH] chore: replaces smartcontracts references --- docs/generated/changelog.html | 2 +- package-lock.json | 2 +- packages/agent/package.json | 2 +- packages/agent/src/index.ts | 2 +- packages/assets/package.json | 2 +- packages/auth-client/package.json | 2 +- packages/candid/package.json | 2 +- packages/principal/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/generated/changelog.html b/docs/generated/changelog.html index bc746281c..037ff888d 100644 --- a/docs/generated/changelog.html +++ b/docs/generated/changelog.html @@ -167,7 +167,7 @@

Version 0.11.2

canisterStatus
, to @agent/js. Canister status now allows you to query paths from the canister certificate with a simple interface, using the API from theinterface specification
Comes with nicely configured options for diff --git a/package-lock.json b/package-lock.json index c93a53dd6..e574a8d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29055,7 +29055,7 @@ "@dfinity/identity": "^0.14.1", "@dfinity/principal": "^0.14.1", "assert": "^2.0.0", - "buffer": "*", + "buffer": "^6.0.3", "esbuild": "^0.15.16", "events": "^3.2.0", "html-webpack-plugin": "^5.1.0", diff --git a/packages/agent/package.json b/packages/agent/package.json index ab794c680..ad3cbfc9f 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to interact with the Internet Computer", - "homepage": "https://smartcontracts.org", + "homepage": "https://internetcomputer.org", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/agent/src/index.ts b/packages/agent/src/index.ts index f784eecb0..738cd84d5 100644 --- a/packages/agent/src/index.ts +++ b/packages/agent/src/index.ts @@ -16,7 +16,7 @@ export * as polling from './polling'; /** * The CanisterStatus utility is used to request structured data directly from the IC public API. This data can be accessed using agent.readState, but CanisterStatus provides a helpful abstraction with some known paths. * - * You can request a canisters Controllers, ModuleHash, Candid interface, Subnet, or Time, or provide a custom path {@link CanisterStatus.CustomPath} and pass arbitrary buffers for valid paths identified in https://smartcontracts.org/docs/current/references/ic-interface-spec/. + * You can request a canisters Controllers, ModuleHash, Candid interface, Subnet, or Time, or provide a custom path {@link CanisterStatus.CustomPath} and pass arbitrary buffers for valid paths identified in https://internetcomputer.org/docs/current/references/ic-interface-spec. * * The primary method for this namespace is {@link CanisterStatus.request} */ diff --git a/packages/assets/package.json b/packages/assets/package.json index f607e377c..c52328d55 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage assets on the Internet Computer", - "homepage": "https://smartcontracts.org", + "homepage": "https://internetcomputer.org", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/auth-client/package.json b/packages/auth-client/package.json index 834a131b0..2d560b472 100644 --- a/packages/auth-client/package.json +++ b/packages/auth-client/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity", - "homepage": "https://smartcontracts.org", + "homepage": "https://internetcomputer.org", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/candid/package.json b/packages/candid/package.json index c58198f3d..4f7f02b8c 100644 --- a/packages/candid/package.json +++ b/packages/candid/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with candid interfaces", - "homepage": "https://smartcontracts.org", + "homepage": "https://internetcomputer.org", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git", diff --git a/packages/principal/package.json b/packages/principal/package.json index 1e768a718..0e0eb2902 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -4,7 +4,7 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with Internet Computer principals", - "homepage": "https://smartcontracts.org", + "homepage": "https://internetcomputer.org", "repository": { "type": "git", "url": "https://github.com/dfinity/agent-js.git",