v1.4.5-beta.0

This commit is contained in:
ppedziwiatr
2023-04-27 16:07:28 +02:00
committed by just_ppe
parent 673b12fe20
commit 7183edfa9a
3 changed files with 9 additions and 10 deletions

View File

@@ -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"

View File

@@ -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();
}

View File

@@ -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"