This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
769045f
commit b3e2130
Showing
16 changed files
with
81 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.3.5" | ||
"version": "0.3.6" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@blockstack/clarity-cli", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "The Clarity CLI is used to manage Clarity smart contracts from the command line.", | ||
"author": "Blockstack <[email protected]> (https://blockstack.com/)", | ||
"license": "MIT", | ||
|
@@ -50,13 +50,13 @@ | |
"test": "npm run build && nyc mocha" | ||
}, | ||
"dependencies": { | ||
"@blockstack/clarity": "^0.3.5", | ||
"@blockstack/clarity-native-bin": "^0.3.5", | ||
"@blockstack/clarity": "^0.3.6", | ||
"@blockstack/clarity-native-bin": "^0.3.6", | ||
"@oclif/command": "^1.5.13", | ||
"@oclif/config": "^1.13.0", | ||
"@oclif/plugin-help": "^2.1.6", | ||
"fs-extra": "^8.0.1", | ||
"generator-clarity-dev": "^0.3.5", | ||
"generator-clarity-dev": "^0.3.6", | ||
"tslib": "^1.9.3" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@blockstack/clarity-native-bin", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Library for providing the native Clarity CLI binary", | ||
"author": "Blockstack <[email protected]> (https://blockstack.com/)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@blockstack/clarity-tslint", | ||
"description": "tslint rules for blockstack", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"author": "Blockstack <[email protected]> (https://blockstack.com/)", | ||
"devDependencies": { | ||
"shx": "^0.3.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@blockstack/clarity-tutorials", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Getting started with Clarity", | ||
"author": "Blockstack <[email protected]> (https://blockstack.com/)", | ||
"license": "MIT", | ||
|
@@ -36,8 +36,8 @@ | |
"/contracts" | ||
], | ||
"dependencies": { | ||
"@blockstack/clarity": "^0.3.5", | ||
"@blockstack/clarity-native-bin": "^0.3.5" | ||
"@blockstack/clarity": "^0.3.6", | ||
"@blockstack/clarity-native-bin": "^0.3.6" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@blockstack/clarity", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Clarity JS SDK - Core library", | ||
"author": "Blockstack <[email protected]> (https://blockstack.com/)", | ||
"license": "MIT", | ||
|
@@ -37,7 +37,7 @@ | |
"@blockstack/clarity-native-bin": "^0.1.10-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@blockstack/clarity-native-bin": "^0.3.5", | ||
"@blockstack/clarity-native-bin": "^0.3.6", | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^10", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-clarity-starter", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "An npm initializer to setup a Clarity development environment", | ||
"author": "Blockstack <[email protected]> (https://blockstack.com/)", | ||
"license": "MIT", | ||
|
@@ -39,7 +39,7 @@ | |
"/cmd" | ||
], | ||
"dependencies": { | ||
"generator-clarity-dev": "^0.3.5" | ||
"generator-clarity-dev": "^0.3.6" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "generator-clarity-dev", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Yeoman generator to setup a Clarity development environment", | ||
"author": "Blockstack <[email protected]> (https://blockstack.com/)", | ||
"license": "MIT", | ||
|
@@ -35,8 +35,8 @@ | |
"test": "npm run build && nyc mocha" | ||
}, | ||
"dependencies": { | ||
"@blockstack/clarity": "^0.3.5", | ||
"@blockstack/clarity-native-bin": "^0.3.5", | ||
"@blockstack/clarity": "^0.3.6", | ||
"@blockstack/clarity-native-bin": "^0.3.6", | ||
"github-username": "^5.0.1", | ||
"semver": "^6.1.1", | ||
"yeoman-generator": "^4.0.1" | ||
|