From 22c659862b75621bdf909a0b078bbd6105c42d52 Mon Sep 17 00:00:00 2001 From: palumbon Date: Wed, 9 Oct 2024 01:55:07 +0200 Subject: [PATCH] Update wollok-ts v4.1.8 + fix game example --- package-lock.json | 15 +++++++-------- package.json | 4 ++-- test/game/index.html | 4 ++-- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f43f6c..a68cc37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "p5": "^1.11.0", "path": "^0.12.7", "socket.io": "^4.8.0", - "wollok-ts": "^4.1.7" + "wollok-ts": "4.1.8" }, "devDependencies": { "@stylistic/eslint-plugin-ts": "^2.8.0", @@ -5011,10 +5011,9 @@ "license": "MIT" }, "node_modules/wollok-ts": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/wollok-ts/-/wollok-ts-4.1.7.tgz", - "integrity": "sha512-B9pwwamIjQjGtkUEzkFhXuhlKD6j6U6Bqu/4F+sf8cAJ+geCLnCe7iM/iMyokjGeuFDEMrRe/LXRlqRUnaJZEA==", - "license": "MIT", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/wollok-ts/-/wollok-ts-4.1.8.tgz", + "integrity": "sha512-KAnnaNqtSp7HGqKrze/Nfpz85CA2E/q8rAICAHhwzFyn0YGMeoYJTCUVOzekjA1MtdIQuDlwXwdnAnH6FUD2WA==", "dependencies": { "@types/parsimmon": "^1.10.8", "parsimmon": "^1.18.1", @@ -8619,9 +8618,9 @@ "dev": true }, "wollok-ts": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/wollok-ts/-/wollok-ts-4.1.7.tgz", - "integrity": "sha512-B9pwwamIjQjGtkUEzkFhXuhlKD6j6U6Bqu/4F+sf8cAJ+geCLnCe7iM/iMyokjGeuFDEMrRe/LXRlqRUnaJZEA==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/wollok-ts/-/wollok-ts-4.1.8.tgz", + "integrity": "sha512-KAnnaNqtSp7HGqKrze/Nfpz85CA2E/q8rAICAHhwzFyn0YGMeoYJTCUVOzekjA1MtdIQuDlwXwdnAnH6FUD2WA==", "requires": { "@types/parsimmon": "^1.10.8", "parsimmon": "^1.18.1", diff --git a/package.json b/package.json index b6a7099..482be0e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "GPL-3.0", "scripts": { "test": "TS_NODE_PROJECT='./tsconfig.test.json' mocha --parallel -r ts-node/register/transpile-only test/**/*.spec.ts", - "test:game": "http-server -o ./game/test", + "test:game": "http-server -o ./test/game", "watch": "npm run build:lib && webpack watch --mode development", "build:lib": "rimraf dist && tsc -p ./tsconfig.build.json", "build": "npm run build:lib && webpack --mode production", @@ -20,7 +20,7 @@ "p5": "^1.11.0", "path": "^0.12.7", "socket.io": "^4.8.0", - "wollok-ts": "^4.1.7" + "wollok-ts": "4.1.8" }, "devDependencies": { "@stylistic/eslint-plugin-ts": "^2.8.0", diff --git a/test/game/index.html b/test/game/index.html index 3a7877f..1e08bc0 100644 --- a/test/game/index.html +++ b/test/game/index.html @@ -2,12 +2,12 @@ - +
- + \ No newline at end of file