@intlayer/docs 7.3.13 → 7.3.14

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.
Files changed (1) hide show
  1. package/package.json +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/docs",
3
- "version": "7.3.13",
3
+ "version": "7.3.14",
4
4
  "private": false,
5
5
  "description": "Intlayer documentation",
6
6
  "keywords": [
@@ -49,7 +49,7 @@
49
49
  ],
50
50
  "scripts": {
51
51
  "_prepublish": "cp -f ../README.md ./README.md",
52
- "prebuild": "bun tools/generateEntry.ts",
52
+ "prebuild": "tsx tools/generateEntry.ts",
53
53
  "build": "tsdown --config tsdown.config.ts",
54
54
  "build:ci": "tsdown --config tsdown.config.ts",
55
55
  "clean": "rimraf ./dist .turbo",
@@ -65,21 +65,21 @@
65
65
  "review": "bun tools/review.ts",
66
66
  "serve": "webpack serve --config ./webpack.config.ts",
67
67
  "test": "vitest run",
68
- "test:markdown": "bun tools/markdownFormatting.ts",
68
+ "test:markdown": "tsx tools/markdownFormatting.ts",
69
69
  "test:watch": "vitest",
70
- "translate": "bun tools/translate.ts",
70
+ "translate": "tsx tools/translate.ts",
71
71
  "transpile": "webpack --config ./webpack.config.ts",
72
72
  "typecheck": "tsc --noEmit --project tsconfig.types.json",
73
73
  "watch": "webpack --config ./webpack.config.ts --watch"
74
74
  },
75
75
  "dependencies": {
76
- "@intlayer/config": "7.3.13",
77
- "@intlayer/core": "7.3.13",
78
- "@intlayer/types": "7.3.13"
76
+ "@intlayer/config": "7.3.14",
77
+ "@intlayer/core": "7.3.14",
78
+ "@intlayer/types": "7.3.14"
79
79
  },
80
80
  "devDependencies": {
81
- "@intlayer/api": "7.3.13",
82
- "@intlayer/cli": "7.3.13",
81
+ "@intlayer/api": "7.3.14",
82
+ "@intlayer/cli": "7.3.14",
83
83
  "@types/node": "24.10.1",
84
84
  "@utils/ts-config": "1.0.4",
85
85
  "@utils/ts-config-types": "1.0.4",
@@ -87,6 +87,7 @@
87
87
  "fast-glob": "3.3.3",
88
88
  "rimraf": "6.1.2",
89
89
  "tsdown": "0.16.8",
90
+ "tsx": "^4.20.6",
90
91
  "typescript": "5.9.3",
91
92
  "vitest": "4.0.15"
92
93
  },