@blockstack/clarity-tutorials
Advanced tools
Comparing version 0.3.0 to 0.3.3
{ | ||
"name": "@blockstack/clarity-tutorials", | ||
"version": "0.3.0", | ||
"version": "0.3.3", | ||
"description": "Getting started with Clarity", | ||
@@ -39,4 +39,4 @@ "author": "Blockstack <engineering@blockstack.com> (https://blockstack.com/)", | ||
"dependencies": { | ||
"@blockstack/clarity": "^0.3.0", | ||
"@blockstack/clarity-native-bin": "^0.3.0" | ||
"@blockstack/clarity": "^0.3.3", | ||
"@blockstack/clarity-native-bin": "^0.3.3" | ||
}, | ||
@@ -72,3 +72,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "7528b5ae328540e9a64cb4437af6642d27f9cb50" | ||
"gitHead": "e32941d384b26d9e0bebde4f5a427a022195d1fc" | ||
} |
@@ -24,3 +24,3 @@ import { Client, Provider, ProviderRegistry, Result } from "@blockstack/clarity"; | ||
const receipt = await helloWorldClient.submitQuery(query); | ||
const result = Result.unwrapString(receipt); | ||
const result = Result.unwrapString(receipt, "utf8"); | ||
expect(result).toEqual("hello world"); | ||
@@ -27,0 +27,0 @@ }); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
95503
38
1