Skip to content

Commit d83afb9

Browse files
changed polyfil library
1 parent b795335 commit d83afb9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

idealingua-v1/idealingua-v1-runtime-rpc-typescript/src/main/resources/runtime/typescript/irt/formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Temporal } from "@js-temporal/polyfill";
1+
import { Temporal } from "temporal-polyfill";
22

33
export class Formatter {
44
public static readTime(value: string) {

idealingua-v1/idealingua-v1-runtime-rpc-typescript/src/npmjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"url": "https://github.com/7mind/idealingua-v1.git"
1111
},
1212
"dependencies": {
13-
"@js-temporal/polyfill": "^0.5.1",
1413
"@types/node": "^22.7.6",
1514
"@types/websocket": "^1.0.1",
16-
"websocket": "^1.0.32"
15+
"websocket": "^1.0.32",
16+
"temporal-polyfill": "^0.3.2"
1717
},
1818
"devDependencies": {
1919
"vitest": "^1.5.0"

idealingua-v1/idealingua-v1-runtime-rpc-typescript/src/npmjs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"ignoreDeprecations": "5.0",
3030
"experimentalDecorators" : true,
3131
"removeComments" : true,
32-
"preserveConstEnums" : true,
32+
"preserveConstEnums" : true
3333
},
3434
"compileOnSave" : false
3535
}

0 commit comments

Comments
 (0)