Comparing version 0.7.5 to 0.7.6
export * from './Errors.js'; | ||
export * as utils from '@cashscript/utils'; | ||
export { compileFile, compileString } from './compiler.js'; | ||
export declare const version = "0.7.5"; | ||
export declare const version = "0.7.6"; |
@@ -35,3 +35,3 @@ "use strict"; | ||
Object.defineProperty(exports, "compileString", { enumerable: true, get: function () { return compiler_js_1.compileString; } }); | ||
exports.version = '0.7.5'; | ||
exports.version = '0.7.6'; | ||
//# sourceMappingURL=index.js.map |
export * from './Errors.js'; | ||
export * as utils from '@cashscript/utils'; | ||
export { compileFile, compileString } from './compiler.js'; | ||
export declare const version = "0.7.5"; | ||
export declare const version = "0.7.6"; |
@@ -5,3 +5,3 @@ export * from './Errors.js'; | ||
export { compileFile, compileString } from './compiler.js'; | ||
export const version = '0.7.5'; | ||
export const version = '0.7.6'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "cashc", | ||
"version": "0.7.5", | ||
"version": "0.7.6", | ||
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
"@bitauth/libauth": "^1.18.1", | ||
"@cashscript/utils": "^0.7.5", | ||
"@cashscript/utils": "^0.7.6", | ||
"antlr4ts": "^0.5.0-alpha.4", | ||
@@ -63,3 +63,3 @@ "commander": "^7.1.0", | ||
}, | ||
"gitHead": "3534478a15acc1cf3c744085ff5a972d69666447" | ||
"gitHead": "c2daf1d80579e776b28270362041152ab0ac8898" | ||
} |
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.7.6