diff --git a/package.json b/package.json index 6c69779..4793f0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "warp-contracts", - "version": "1.4.4", + "version": "1.4.5-beta.0", "description": "An implementation of the SmartWeave smart contract protocol.", "types": "./lib/types/index.d.ts", "main": "./lib/cjs/index.js", @@ -117,7 +117,7 @@ "ts-jest": "^28.0.7", "ts-node": "^10.2.1", "typescript": "^4.9.5", - "warp-contracts-plugin-deploy": "^1.0.3", + "warp-contracts-plugin-deploy": "1.0.8-beta.0", "warp-contracts-plugin-vm2": "1.0.0", "warp-contracts-plugin-vrf": "^1.0.3", "ws": "^8.11.0" diff --git a/src/__tests__/unit/contract-source-check.test.ts b/src/__tests__/unit/contract-source-check.test.ts index ff85ef8..8c0e7c6 100644 --- a/src/__tests__/unit/contract-source-check.test.ts +++ b/src/__tests__/unit/contract-source-check.test.ts @@ -1,4 +1,4 @@ -import { checkJsSrc } from "../../core/modules/impl/normalize-source"; +import { checkJsSrc } from '../../core/modules/impl/normalize-source'; const BAD_SRC = [ ` @@ -58,9 +58,8 @@ export { ` ]; - -describe("Naive js src checker", () => { - it("should return false for wrong sources", async () => { +describe('Naive js src checker', () => { + it('should return false for wrong sources', async () => { for (const badSrc of BAD_SRC) { expect(checkJsSrc(badSrc)).toBeFalsy(); } diff --git a/yarn.lock b/yarn.lock index 5596dc9..391e0fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7472,10 +7472,10 @@ walker@^1.0.8: dependencies: makeerror "1.0.12" -warp-contracts-plugin-deploy@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/warp-contracts-plugin-deploy/-/warp-contracts-plugin-deploy-1.0.3.tgz#9ca7cd53b4a7cd1b015881f1d369659bb6f9075b" - integrity sha512-zDF/yqHbxIDImtVKxE/hbIz824PjPOc0aXONQtnR7do0MFdF7eJqeAAA5a2W5WTHN3cplvej6y7vSv6f/E2dEg== +warp-contracts-plugin-deploy@1.0.8-beta.0: + version "1.0.8-beta.0" + resolved "https://registry.yarnpkg.com/warp-contracts-plugin-deploy/-/warp-contracts-plugin-deploy-1.0.8-beta.0.tgz#c4c95a57d53a5ae2a50c0907f94ac74e6bcdbada" + integrity sha512-bA8K9QHuIvE1XzWpFYmAR5+xisanAzfInxx0ekMwlGVFiDWciWcVAFNefLUa5iFHuHlDpqgDQvUpsd6lg7Wx8g== dependencies: arbundles "^0.7.3" arlocal "^1.1.59"