@kong/markdown 1.7.28 → 1.7.29-pr.265.b2fcbf2.0

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 +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/markdown",
3
- "version": "1.7.28",
3
+ "version": "1.7.29-pr.265.b2fcbf2.0",
4
4
  "description": "Kong's open-source markdown renderer and live editor",
5
5
  "keywords": [
6
6
  "markdown",
@@ -32,25 +32,6 @@
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "scripts": {
36
- "dev": "cross-env USE_SANDBOX=true vite",
37
- "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases",
38
- "build:package": "vite build -m production",
39
- "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
40
- "build:aliases": "tsc-alias -p './tsconfig.build.json'",
41
- "build:analyzer": "BUILD_VISUALIZER='core/markdown-ui' vite build -m production",
42
- "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
43
- "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
44
- "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
45
- "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
46
- "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
47
- "lint": "eslint",
48
- "lint:fix": "eslint --fix",
49
- "test": "cross-env FORCE_COLOR=1 vitest run",
50
- "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
51
- "semantic-release": "semantic-release",
52
- "commit": "cz"
53
- },
54
35
  "peerDependencies": {
55
36
  "vue": ">= 3.3.13 < 4"
56
37
  },
@@ -98,7 +79,7 @@
98
79
  "@types/node": "^22.10.10",
99
80
  "@types/uuid": "^10.0.0",
100
81
  "@vitejs/plugin-vue": "^5.2.1",
101
- "@vitest/ui": "^2.1.9",
82
+ "@vitest/ui": "^3.0.5",
102
83
  "@vue/test-utils": "^2.4.6",
103
84
  "@vue/tsconfig": "^0.7.0",
104
85
  "autoprefixer": "^10.4.20",
@@ -125,7 +106,7 @@
125
106
  "typescript": "^5.6.3",
126
107
  "vite": "^6.0.11",
127
108
  "vite-plugin-vue-devtools": "^7.6.8",
128
- "vitest": "2.1.9",
109
+ "vitest": "3.0.5",
129
110
  "vue": "^3.5.13",
130
111
  "vue-tsc": "^2.1.10"
131
112
  },
@@ -194,5 +175,24 @@
194
175
  "jiraPrepend": "[",
195
176
  "jiraAppend": "]"
196
177
  }
178
+ },
179
+ "scripts": {
180
+ "dev": "cross-env USE_SANDBOX=true vite",
181
+ "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases",
182
+ "build:package": "vite build -m production",
183
+ "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
184
+ "build:aliases": "tsc-alias -p './tsconfig.build.json'",
185
+ "build:analyzer": "BUILD_VISUALIZER='core/markdown-ui' vite build -m production",
186
+ "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
187
+ "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
188
+ "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
189
+ "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
190
+ "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
191
+ "lint": "eslint",
192
+ "lint:fix": "eslint --fix",
193
+ "test": "cross-env FORCE_COLOR=1 vitest run",
194
+ "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
195
+ "semantic-release": "semantic-release",
196
+ "commit": "cz"
197
197
  }
198
- }
198
+ }