@0xcert/scaffold
Advanced tools
Comparing version 2.0.1-beta0 to 2.0.1
{ | ||
"files": {}, | ||
"files": { | ||
"packages/0xcert-scaffold/CHANGELOG.json": "c99f3db5c6507f930c75000af861b0ff2a0f68e7", | ||
"packages/0xcert-scaffold/CHANGELOG.md": "94d8319c66332b37cac6b83ddead06ab6e90a438", | ||
"packages/0xcert-scaffold/README.md": "f6adc75b3c351b4924ad222e7d2db2440aaba126", | ||
"packages/0xcert-scaffold/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de", | ||
"packages/0xcert-scaffold/package.json": "353e147518830e16b54b0d4ce97469eee0b2f865", | ||
"packages/0xcert-scaffold/src/assets/metadata.ts": "f42e8c108ed586ffc13f1f0a6f3170e86fb69977", | ||
"packages/0xcert-scaffold/src/core/asset-ledger.ts": "60d8571063d91ef25067e595c79dce5ef92f9dc1", | ||
"packages/0xcert-scaffold/src/core/gateway.ts": "c00ee8c77b49e153216c56590ac192c1b0fe5e48", | ||
"packages/0xcert-scaffold/src/core/issues.ts": "cdb00442c5e58ae8804854d8f0be8f586f2b0ba4", | ||
"packages/0xcert-scaffold/src/core/messages.ts": "b40754cc59912447755128f5433b978178eb1f63", | ||
"packages/0xcert-scaffold/src/core/mutation.ts": "56dae3a22074d055d0379c83a7f0a7c033bbf1ed", | ||
"packages/0xcert-scaffold/src/core/provider.ts": "ba2f50efe5e091d2a4e1d75e0c75260e39baeba5", | ||
"packages/0xcert-scaffold/src/core/value-ledger.ts": "4a07d5be5a43da318a737ae3a1b0a90d3ee3eb54", | ||
"packages/0xcert-scaffold/src/index.ts": "c7633311f61c7095fb1d24246772879a6ecb639b", | ||
"packages/0xcert-scaffold/src/tests/index.test.ts": "704984a6d673fabaf81d796043ee1eed922a2bb0", | ||
"packages/0xcert-scaffold/tsconfig.json": "aaa461c172cf0c93d58ffeef8e3ead76fe299b2e", | ||
"packages/0xcert-scaffold/tslint.json": "c57b3f0cdb7aa74ab2ab02888380f613589cbe66", | ||
"common/config/rush/npm-shrinkwrap.json": "77a8c31c9e43dfcf8e0c0e642def5ef762d30d1a" | ||
}, | ||
"arguments": "npm run clean && npx tsc " | ||
} |
@@ -5,2 +5,8 @@ { | ||
{ | ||
"version": "2.0.1", | ||
"tag": "@0xcert/scaffold_v2.0.1", | ||
"date": "Fri, 06 Mar 2020 12:54:59 GMT", | ||
"comments": {} | ||
}, | ||
{ | ||
"version": "2.0.0", | ||
@@ -7,0 +13,0 @@ "tag": "@0xcert/scaffold_v2.0.0", |
# Change Log - @0xcert/scaffold | ||
This log was last generated on Sun, 01 Sep 2019 16:02:20 GMT and should not be manually modified. | ||
This log was last generated on Fri, 06 Mar 2020 12:54:59 GMT and should not be manually modified. | ||
## 1.9.0 | ||
Sun, 01 Sep 2019 16:02:20 GMT | ||
## 2.0.1 | ||
Fri, 06 Mar 2020 12:54:59 GMT | ||
*Version update only* | ||
## 1.8.1 | ||
Sun, 01 Sep 2019 15:46:11 GMT | ||
*Version update only* | ||
## 1.8.0 | ||
Tue, 30 Jul 2019 10:46:40 GMT | ||
*Version update only* | ||
## 2.0.0 | ||
@@ -21,0 +11,0 @@ Wed, 19 Jun 2019 10:31:05 GMT |
@@ -74,3 +74,2 @@ export declare enum ProviderIssue { | ||
DAPP_TOKEN_CLAIM_CANCELED = "010011", | ||
DAPP_TOKEN_NOT_APPROVER = "010012", | ||
ERC20_DEPLOY_GATEWAY_INVALID_SIGNATURE_KIND = "011001", | ||
@@ -77,0 +76,0 @@ ERC20_DEPLOY_GATEWAY_TAKER_NOT_EQUAL_TO_SENDER = "011002", |
@@ -77,3 +77,2 @@ "use strict"; | ||
ProviderIssue["DAPP_TOKEN_CLAIM_CANCELED"] = "010011"; | ||
ProviderIssue["DAPP_TOKEN_NOT_APPROVER"] = "010012"; | ||
ProviderIssue["ERC20_DEPLOY_GATEWAY_INVALID_SIGNATURE_KIND"] = "011001"; | ||
@@ -80,0 +79,0 @@ ProviderIssue["ERC20_DEPLOY_GATEWAY_TAKER_NOT_EQUAL_TO_SENDER"] = "011002"; |
@@ -73,3 +73,2 @@ import { ProviderIssue } from './issues'; | ||
"010011": string; | ||
"010012": string; | ||
"011001": string; | ||
@@ -76,0 +75,0 @@ "011002": string; |
@@ -75,3 +75,2 @@ "use strict"; | ||
[issues_1.ProviderIssue.DAPP_TOKEN_CLAIM_CANCELED]: 'This order was canceled.', | ||
[issues_1.ProviderIssue.DAPP_TOKEN_NOT_APPROVER]: 'Sender is the the orders `approver`.', | ||
[issues_1.ProviderIssue.ERC20_DEPLOY_GATEWAY_INVALID_SIGNATURE_KIND]: 'Provided signature kind is invalid.', | ||
@@ -78,0 +77,0 @@ [issues_1.ProviderIssue.ERC20_DEPLOY_GATEWAY_TAKER_NOT_EQUAL_TO_SENDER]: 'Sender is not allowed to execute this order.', |
{ | ||
"name": "@0xcert/scaffold", | ||
"version": "2.0.1-beta0", | ||
"version": "2.0.1", | ||
"description": "Overarching module with types, enums, and interfaces for easier development of interoperable modules.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -91,3 +91,2 @@ /** | ||
DAPP_TOKEN_CLAIM_CANCELED = '010011', | ||
DAPP_TOKEN_NOT_APPROVER = '010012', | ||
// ERC20 deploy gateway contract errors. | ||
@@ -94,0 +93,0 @@ ERC20_DEPLOY_GATEWAY_INVALID_SIGNATURE_KIND = '011001', |
@@ -74,3 +74,2 @@ import { ProviderIssue } from './issues'; | ||
[ProviderIssue.DAPP_TOKEN_CLAIM_CANCELED]: 'This order was canceled.', | ||
[ProviderIssue.DAPP_TOKEN_NOT_APPROVER]: 'Sender is the the orders `approver`.', | ||
[ProviderIssue.ERC20_DEPLOY_GATEWAY_INVALID_SIGNATURE_KIND]: 'Provided signature kind is invalid.', | ||
@@ -77,0 +76,0 @@ [ProviderIssue.ERC20_DEPLOY_GATEWAY_TAKER_NOT_EQUAL_TO_SENDER]: 'Sender is not allowed to execute this order.', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
193032
53
2819
0