v1.4.5-beta.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "warp-contracts",
|
"name": "warp-contracts",
|
||||||
"version": "1.4.4",
|
"version": "1.4.5-beta.0",
|
||||||
"description": "An implementation of the SmartWeave smart contract protocol.",
|
"description": "An implementation of the SmartWeave smart contract protocol.",
|
||||||
"types": "./lib/types/index.d.ts",
|
"types": "./lib/types/index.d.ts",
|
||||||
"main": "./lib/cjs/index.js",
|
"main": "./lib/cjs/index.js",
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
"ts-jest": "^28.0.7",
|
"ts-jest": "^28.0.7",
|
||||||
"ts-node": "^10.2.1",
|
"ts-node": "^10.2.1",
|
||||||
"typescript": "^4.9.5",
|
"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-vm2": "1.0.0",
|
||||||
"warp-contracts-plugin-vrf": "^1.0.3",
|
"warp-contracts-plugin-vrf": "^1.0.3",
|
||||||
"ws": "^8.11.0"
|
"ws": "^8.11.0"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { checkJsSrc } from "../../core/modules/impl/normalize-source";
|
import { checkJsSrc } from '../../core/modules/impl/normalize-source';
|
||||||
|
|
||||||
const BAD_SRC = [
|
const BAD_SRC = [
|
||||||
`
|
`
|
||||||
@@ -58,9 +58,8 @@ export {
|
|||||||
`
|
`
|
||||||
];
|
];
|
||||||
|
|
||||||
|
describe('Naive js src checker', () => {
|
||||||
describe("Naive js src checker", () => {
|
it('should return false for wrong sources', async () => {
|
||||||
it("should return false for wrong sources", async () => {
|
|
||||||
for (const badSrc of BAD_SRC) {
|
for (const badSrc of BAD_SRC) {
|
||||||
expect(checkJsSrc(badSrc)).toBeFalsy();
|
expect(checkJsSrc(badSrc)).toBeFalsy();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7472,10 +7472,10 @@ walker@^1.0.8:
|
|||||||
dependencies:
|
dependencies:
|
||||||
makeerror "1.0.12"
|
makeerror "1.0.12"
|
||||||
|
|
||||||
warp-contracts-plugin-deploy@^1.0.3:
|
warp-contracts-plugin-deploy@1.0.8-beta.0:
|
||||||
version "1.0.3"
|
version "1.0.8-beta.0"
|
||||||
resolved "https://registry.yarnpkg.com/warp-contracts-plugin-deploy/-/warp-contracts-plugin-deploy-1.0.3.tgz#9ca7cd53b4a7cd1b015881f1d369659bb6f9075b"
|
resolved "https://registry.yarnpkg.com/warp-contracts-plugin-deploy/-/warp-contracts-plugin-deploy-1.0.8-beta.0.tgz#c4c95a57d53a5ae2a50c0907f94ac74e6bcdbada"
|
||||||
integrity sha512-zDF/yqHbxIDImtVKxE/hbIz824PjPOc0aXONQtnR7do0MFdF7eJqeAAA5a2W5WTHN3cplvej6y7vSv6f/E2dEg==
|
integrity sha512-bA8K9QHuIvE1XzWpFYmAR5+xisanAzfInxx0ekMwlGVFiDWciWcVAFNefLUa5iFHuHlDpqgDQvUpsd6lg7Wx8g==
|
||||||
dependencies:
|
dependencies:
|
||||||
arbundles "^0.7.3"
|
arbundles "^0.7.3"
|
||||||
arlocal "^1.1.59"
|
arlocal "^1.1.59"
|
||||||
|
|||||||
Reference in New Issue
Block a user