@intlayer/editor 8.2.4 → 8.3.0-canary.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/editor",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0-canary.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Provides the utilities to interface the application with the Intlayer editor and manipulate dictionaries",
|
|
6
6
|
"keywords": [
|
|
@@ -52,30 +52,30 @@
|
|
|
52
52
|
"./package.json"
|
|
53
53
|
],
|
|
54
54
|
"scripts": {
|
|
55
|
-
"build": "tsdown --config tsdown.config.ts",
|
|
56
|
-
"build:ci": "tsdown --config tsdown.config.ts",
|
|
57
|
-
"clean": "rimraf ./dist .turbo",
|
|
58
|
-
"dev": "tsdown --config tsdown.config.ts --watch",
|
|
59
|
-
"format": "biome format . --check",
|
|
60
|
-
"format:fix": "biome format --write .",
|
|
61
|
-
"lint": "biome lint .",
|
|
62
|
-
"lint:fix": "biome lint --write .",
|
|
55
|
+
"build": "bun --bun tsdown --config tsdown.config.ts",
|
|
56
|
+
"build:ci": "bun --bun tsdown --config tsdown.config.ts",
|
|
57
|
+
"clean": "bun --bun rimraf ./dist .turbo",
|
|
58
|
+
"dev": "bun --bun tsdown --config tsdown.config.ts --watch",
|
|
59
|
+
"format": "bun --bun biome format . --check",
|
|
60
|
+
"format:fix": "bun --bun biome format --write .",
|
|
61
|
+
"lint": "bun --bun biome lint .",
|
|
62
|
+
"lint:fix": "bun --bun biome lint --write .",
|
|
63
63
|
"process-files": "ts-node src/transpiler/processFilesCLI.ts --dir $npm_config_dir --extension $npm_config_extension --no-node-snapshot",
|
|
64
64
|
"prepublish": "cp -f ../../../README.md ./README.md",
|
|
65
65
|
"publish": "bun publish || true",
|
|
66
66
|
"publish:canary": "bun publish --access public --tag canary || true",
|
|
67
67
|
"publish:latest": "bun publish --access public --tag latest || true",
|
|
68
|
-
"test": "vitest run",
|
|
69
|
-
"test:watch": "vitest",
|
|
68
|
+
"test": "bun --bun vitest run",
|
|
69
|
+
"test:watch": "bun --bun vitest",
|
|
70
70
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@types/node": "25.
|
|
73
|
+
"@types/node": "25.4.0",
|
|
74
74
|
"@utils/ts-config": "1.0.4",
|
|
75
75
|
"@utils/ts-config-types": "1.0.4",
|
|
76
76
|
"@utils/tsdown-config": "1.0.4",
|
|
77
77
|
"rimraf": "6.1.3",
|
|
78
|
-
"tsdown": "0.21.
|
|
78
|
+
"tsdown": "0.21.2",
|
|
79
79
|
"typescript": "5.9.3",
|
|
80
80
|
"vitest": "4.0.18"
|
|
81
81
|
},
|