Comparing version 0.6.4 to 0.6.5
export * from './Errors'; | ||
export * as utils from '@cashscript/utils'; | ||
export { compileFile, compileString } from './compiler'; | ||
export declare const version = "0.6.3"; | ||
export declare const version = "0.6.5"; |
@@ -31,3 +31,3 @@ "use strict"; | ||
Object.defineProperty(exports, "compileString", { enumerable: true, get: function () { return compiler_1.compileString; } }); | ||
exports.version = '0.6.3'; | ||
exports.version = '0.6.5'; | ||
//# sourceMappingURL=index.js.map |
export * from './Errors'; | ||
export * as utils from '@cashscript/utils'; | ||
export { compileFile, compileString } from './compiler'; | ||
export declare const version = "0.6.3"; | ||
export declare const version = "0.6.5"; |
@@ -5,3 +5,3 @@ export * from './Errors'; | ||
export { compileFile, compileString } from './compiler'; | ||
export const version = '0.6.3'; | ||
export const version = '0.6.5'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "cashc", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
"@bitauth/libauth": "^1.18.1", | ||
"@cashscript/utils": "^0.6.3", | ||
"@cashscript/utils": "^0.6.5", | ||
"antlr4ts": "^0.5.0-alpha.4", | ||
@@ -53,0 +53,0 @@ "commander": "^7.1.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
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
Updated@cashscript/utils@^0.6.5