Commit 8fcdf430 authored by nanahira's avatar nanahira

bump

parent ae7b467c
Pipeline #42887 passed with stages
in 4 minutes and 36 seconds
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"sql.js": "^1.13.0", "sql.js": "^1.13.0",
"ygopro-jstest": "^1.0.6", "ygopro-jstest": "^1.0.8",
"ygopro-msg-encode": "^1.1.5" "ygopro-msg-encode": "^1.1.5"
}, },
"devDependencies": { "devDependencies": {
...@@ -4399,9 +4399,9 @@ ...@@ -4399,9 +4399,9 @@
} }
}, },
"node_modules/koishipro-core.js": { "node_modules/koishipro-core.js": {
"version": "1.2.9", "version": "1.2.10",
"resolved": "https://registry.npmjs.org/koishipro-core.js/-/koishipro-core.js-1.2.9.tgz", "resolved": "https://registry.npmjs.org/koishipro-core.js/-/koishipro-core.js-1.2.10.tgz",
"integrity": "sha512-FrT9sPXGUXwsmrR8tfzFHS6Zz6UMCYCtTUYEDROyBZLZbnImkTAYRmEfU38e9Xwy+po7v9yRIGsvd25TXQs4sA==", "integrity": "sha512-lrsPwrE0hAOjBtKc2Ixan3/vrcddbgMIoPsaxz/fDhGeaAh465ph60IOuhvbyWNNodJS5xh0n5JGwYhnNSV7UQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/emscripten": "^1.41.5", "@types/emscripten": "^1.41.5",
...@@ -6247,13 +6247,13 @@ ...@@ -6247,13 +6247,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/ygopro-jstest": { "node_modules/ygopro-jstest": {
"version": "1.0.6", "version": "1.0.8",
"resolved": "https://registry.npmjs.org/ygopro-jstest/-/ygopro-jstest-1.0.6.tgz", "resolved": "https://registry.npmjs.org/ygopro-jstest/-/ygopro-jstest-1.0.8.tgz",
"integrity": "sha512-3v/bf1TaHv7zMoiZ7JsErhvz5h05QR1vY5XC1eWZfBD+dOt6IrhXFE1zjg00O/QB2kAHzhO9SIZb/4tOF72xYw==", "integrity": "sha512-Cwy6+nLwL8DVpMBUZSrFbVztmKkk9u8O9yQ8A0xzprHWJVrjTenLqjBklylcqKaBr3JBzeRD2/lG/fHiWjMH1A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"cosmokit": "^1.8.1", "cosmokit": "^1.8.1",
"koishipro-core.js": "^1.2.9", "koishipro-core.js": "^1.2.10",
"nfkit": "^1.0.14", "nfkit": "^1.0.14",
"sql.js": "^1.13.0", "sql.js": "^1.13.0",
"ygopro-msg-encode": "^1.1.2", "ygopro-msg-encode": "^1.1.2",
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
}, },
"dependencies": { "dependencies": {
"sql.js": "^1.13.0", "sql.js": "^1.13.0",
"ygopro-jstest": "^1.0.6", "ygopro-jstest": "^1.0.8",
"ygopro-msg-encode": "^1.1.5" "ygopro-msg-encode": "^1.1.5"
} }
} }
...@@ -3,7 +3,7 @@ import fs from "node:fs"; ...@@ -3,7 +3,7 @@ import fs from "node:fs";
import path from "node:path"; import path from "node:path";
import { createTest } from "./utility/create-test"; import { createTest } from "./utility/create-test";
import { OcgcoreScriptConstants } from "ygopro-msg-encode"; import { OcgcoreScriptConstants } from "ygopro-msg-encode";
import { NoEffectAdvancor } from "ygopro-jstest"; import { SlientAdvancor } from "ygopro-jstest";
describe("No Red Text", () => { describe("No Red Text", () => {
it("should not get redtext Lua errors", async () => { it("should not get redtext Lua errors", async () => {
...@@ -30,7 +30,7 @@ describe("No Red Text", () => { ...@@ -30,7 +30,7 @@ describe("No Red Text", () => {
code: id, code: id,
location: OcgcoreScriptConstants.LOCATION_DECK, location: OcgcoreScriptConstants.LOCATION_DECK,
}) })
.advance(NoEffectAdvancor()), .advance(SlientAdvancor()),
); );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment