@0xcert/scaffold
Advanced tools
Comparing version 0.0.0-alpha6 to 0.0.0-alpha7
@@ -5,4 +5,4 @@ { | ||
{ | ||
"version": "0.0.0-alpha6", | ||
"tag": "@0xcert/scaffold_v0.0.0-alpha6", | ||
"version": "0.0.0-alpha7", | ||
"tag": "@0xcert/scaffold_v0.0.0-alpha7", | ||
"date": "Thu, 22 Nov 2018 00:51:03 GMT", | ||
@@ -9,0 +9,0 @@ "comments": {} |
@@ -5,3 +5,3 @@ # Change Log - @0xcert/scaffold | ||
## 0.0.0-alpha6 | ||
## 0.0.0-alpha7 | ||
Thu, 22 Nov 2018 00:51:03 GMT | ||
@@ -8,0 +8,0 @@ |
@@ -11,6 +11,6 @@ import { MutationBase } from "./misc"; | ||
export declare enum AssetLedgerCapability { | ||
BURNABLE = 1, | ||
MUTABLE = 2, | ||
PAUSABLE = 3, | ||
REVOKABLE = 4 | ||
BURN = 1, | ||
UPDATE_IMPRINT = 2, | ||
TOGGLE_TRANSFER = 3, | ||
REVOKE = 4 | ||
} | ||
@@ -44,3 +44,2 @@ export interface AssetLedgerBase { | ||
export interface AssetLedgerDeployRecipe { | ||
source: string; | ||
name: string; | ||
@@ -50,2 +49,3 @@ symbol: string; | ||
schemaId: string; | ||
capabilities?: AssetLedgerCapability[]; | ||
} | ||
@@ -52,0 +52,0 @@ export interface AssetLedgerItem { |
@@ -14,7 +14,7 @@ "use strict"; | ||
(function (AssetLedgerCapability) { | ||
AssetLedgerCapability[AssetLedgerCapability["BURNABLE"] = 1] = "BURNABLE"; | ||
AssetLedgerCapability[AssetLedgerCapability["MUTABLE"] = 2] = "MUTABLE"; | ||
AssetLedgerCapability[AssetLedgerCapability["PAUSABLE"] = 3] = "PAUSABLE"; | ||
AssetLedgerCapability[AssetLedgerCapability["REVOKABLE"] = 4] = "REVOKABLE"; | ||
AssetLedgerCapability[AssetLedgerCapability["BURN"] = 1] = "BURN"; | ||
AssetLedgerCapability[AssetLedgerCapability["UPDATE_IMPRINT"] = 2] = "UPDATE_IMPRINT"; | ||
AssetLedgerCapability[AssetLedgerCapability["TOGGLE_TRANSFER"] = 3] = "TOGGLE_TRANSFER"; | ||
AssetLedgerCapability[AssetLedgerCapability["REVOKE"] = 4] = "REVOKE"; | ||
})(AssetLedgerCapability = exports.AssetLedgerCapability || (exports.AssetLedgerCapability = {})); | ||
//# sourceMappingURL=asset-ledger.js.map |
@@ -10,3 +10,2 @@ import { MutationBase } from "./misc"; | ||
export interface ValueLedgerDeployRecipe { | ||
source: string; | ||
name: string; | ||
@@ -13,0 +12,0 @@ symbol: string; |
{ | ||
"files": { | ||
"packages/0xcert-scaffold/CHANGELOG.json": "6203ad1c21791a96fac05c49e5e5f072f60c6964", | ||
"packages/0xcert-scaffold/CHANGELOG.md": "d02f6470d04ec063d348e5c49d4ed3808efd1c18", | ||
"packages/0xcert-scaffold/CHANGELOG.json": "cd6e3c22a5e7739e26f6bb175dcff40486e25351", | ||
"packages/0xcert-scaffold/CHANGELOG.md": "d17b3a6eb6364edd94204c97ee5d0dac0cd2ff00", | ||
"packages/0xcert-scaffold/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de", | ||
"packages/0xcert-scaffold/package.json": "1bc1183177338dcf4d398dd91cb12c714faf5577", | ||
"packages/0xcert-scaffold/package.json": "86f36058ea8b219c7107396dfc47bf0574b28956", | ||
"packages/0xcert-scaffold/src/assets/metadata.ts": "1bd04e0ee8b5ab49edbd1c2ba23398b321ed0800", | ||
"packages/0xcert-scaffold/src/core/asset-ledger.ts": "5e1931007d8919dee36d2e361f5d26de212308f5", | ||
"packages/0xcert-scaffold/src/core/asset-ledger.ts": "41d767c98f0ad4d382a80c71294e68d2ee7365a5", | ||
"packages/0xcert-scaffold/src/core/misc.ts": "72309ea533f5280ee023c48ebd8770d3c32cd5f6", | ||
@@ -13,9 +13,9 @@ "packages/0xcert-scaffold/src/core/order-gateway.ts": "58ae19f48d35ea9bd4a6d7ca53b1a6c64c6b0edb", | ||
"packages/0xcert-scaffold/src/core/provider.ts": "be596952ce293259d81442f245f66dd5dacbb7a3", | ||
"packages/0xcert-scaffold/src/core/value-ledger.ts": "e5f55cf15f50406b5111f8c5d2bd3923890753aa", | ||
"packages/0xcert-scaffold/src/core/value-ledger.ts": "7bf53e064bf9a677b0ee1fc3ce62a7d33532bf14", | ||
"packages/0xcert-scaffold/src/index.ts": "9689f39dbb95ce6fbb159ee26c26ac6a9f8cfcdd", | ||
"packages/0xcert-scaffold/src/tests/.keep": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391", | ||
"packages/0xcert-scaffold/tsconfig.json": "99f0fa2e7cf44aa40828236230bc6f15d8648bc6", | ||
"common/config/rush/npm-shrinkwrap.json": "4bd0ff28a23360cdc0ee7546713b1819a52577cd" | ||
"common/config/rush/npm-shrinkwrap.json": "b5af47441ed8345fd5cfe61bc37d9d7008283a33" | ||
}, | ||
"arguments": "npx hayspec test " | ||
"arguments": "npm run clean && npx tsc " | ||
} |
{ | ||
"name": "@0xcert/scaffold", | ||
"version": "0.0.0-alpha6", | ||
"version": "0.0.0-alpha7", | ||
"description": "0xcert protocol scaffold.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -19,6 +19,6 @@ import { MutationBase } from "./misc"; | ||
export enum AssetLedgerCapability { | ||
BURNABLE = 1, | ||
MUTABLE = 2, | ||
PAUSABLE = 3, | ||
REVOKABLE = 4, | ||
BURN = 1, | ||
UPDATE_IMPRINT = 2, | ||
TOGGLE_TRANSFER = 3, | ||
REVOKE = 4, | ||
} | ||
@@ -60,3 +60,2 @@ | ||
export interface AssetLedgerDeployRecipe { | ||
source: string; | ||
name: string; | ||
@@ -66,2 +65,3 @@ symbol: string; | ||
schemaId: string; | ||
capabilities?: AssetLedgerCapability[]; | ||
} | ||
@@ -68,0 +68,0 @@ |
@@ -18,3 +18,2 @@ import { MutationBase } from "./misc"; | ||
export interface ValueLedgerDeployRecipe { | ||
source: string; | ||
name: string; | ||
@@ -21,0 +20,0 @@ symbol: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23369
622