@dfinity/candid
Advanced tools
Comparing version 2.1.3 to 2.2.0
{ | ||
"name": "@dfinity/candid", | ||
"version": "2.1.3", | ||
"version": "2.2.0", | ||
"author": "DFINITY Stiftung <sdk@dfinity.org>", | ||
@@ -51,3 +51,3 @@ "license": "Apache-2.0", | ||
"peerDependencies": { | ||
"@dfinity/principal": "^2.1.3" | ||
"@dfinity/principal": "^2.2.0" | ||
}, | ||
@@ -54,0 +54,0 @@ "devDependencies": { |
@@ -13,6 +13,6 @@ # @dfinity/candid | ||
Using Principal: | ||
Using Candid: | ||
``` | ||
npm i --save @dfinity/principal | ||
npm i --save @dfinity/candid | ||
``` | ||
@@ -23,3 +23,3 @@ | ||
``` | ||
import { Principal } from "@dfinity/principal"; | ||
import { Candid } from "@dfinity/candid"; | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
650350