Comparing version 0.10.0-next.0 to 0.10.0-next.1
@@ -265,2 +265,3 @@ import { PrimitiveType, BytesType } from '@cashscript/utils'; | ||
} | ||
// TODO: Couldn't we just use existing nodes for this? e.g. IdentifierNode + StringLiteralNode etc. | ||
export class ConsoleParameterNode extends Node { | ||
@@ -267,0 +268,0 @@ constructor(message, identifier) { |
export * from './Errors.js'; | ||
export * as utils from '@cashscript/utils'; | ||
export { compileFile, compileString } from './compiler.js'; | ||
export declare const version = "0.10.0-next.0"; | ||
export declare const version = "0.10.0-next.1"; |
export * from './Errors.js'; | ||
export * as utils from '@cashscript/utils'; | ||
export { compileFile, compileString } from './compiler.js'; | ||
export const version = '0.10.0-next.0'; | ||
export const version = '0.10.0-next.1'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "cashc", | ||
"version": "0.10.0-next.0", | ||
"version": "0.10.0-next.1", | ||
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"prepare": "yarn build", | ||
"prepublishOnly": "yarn test", | ||
"prepublishOnly": "yarn test && yarn lint", | ||
"pretest": "yarn build:test", | ||
@@ -54,3 +54,3 @@ "test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest" | ||
"@bitauth/libauth": "^2.0.0-alpha.8", | ||
"@cashscript/utils": "^0.10.0-next.0", | ||
"@cashscript/utils": "^0.10.0-next.1", | ||
"antlr4ts": "^0.5.0-alpha.4", | ||
@@ -71,3 +71,3 @@ "commander": "^7.1.0", | ||
}, | ||
"gitHead": "3514c438fa3c8069c36f45cc80730293ac85dbdf" | ||
"gitHead": "1370c6b1b1489b96964b6df4a860709cd73a06cc" | ||
} |
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
330019
7579