@kong/markdown 1.7.1 → 1.7.2-pr.89.014a78f.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.1",
3
+ "version": "1.7.2-pr.89.014a78f.0",
4
4
  "description": "Kong's open-source markdown renderer and live editor",
5
5
  "keywords": [
6
6
  "markdown",
@@ -30,25 +30,6 @@
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "scripts": {
34
- "dev": "cross-env USE_SANDBOX=true vite",
35
- "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases",
36
- "build:package": "vite build -m production",
37
- "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
38
- "build:aliases": "tsc-alias -p './tsconfig.build.json'",
39
- "build:analyzer": "BUILD_VISUALIZER='core/markdown-ui' vite build -m production",
40
- "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
41
- "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
42
- "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
43
- "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
44
- "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
45
- "lint": "eslint",
46
- "lint:fix": "eslint --fix",
47
- "test": "cross-env FORCE_COLOR=1 vitest run",
48
- "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
49
- "semantic-release": "semantic-release",
50
- "commit": "cz"
51
- },
52
33
  "peerDependencies": {
53
34
  "vue": ">= 3.3.13 < 4"
54
35
  },
@@ -86,7 +67,7 @@
86
67
  "@mdit-vue/types": "^2.0.0",
87
68
  "@semantic-release/changelog": "^6.0.3",
88
69
  "@semantic-release/git": "^10.0.1",
89
- "@shikijs/markdown-it": "^1.6.3",
70
+ "@shikijs/markdown-it": "^1.6.4",
90
71
  "@stylistic/stylelint-plugin": "^2.1.2",
91
72
  "@types/jsdom": "^21.1.6",
92
73
  "@types/markdown-it": "^14.0.0",
@@ -112,7 +93,7 @@
112
93
  "rollup-plugin-visualizer": "^5.12.0",
113
94
  "sass": "^1.71.1",
114
95
  "semantic-release": "^22.0.12",
115
- "shiki": "^1.6.3",
96
+ "shiki": "^1.6.4",
116
97
  "stylelint": "^16.2.0",
117
98
  "stylelint-config-html": "^1.1.0",
118
99
  "stylelint-config-recommended-scss": "^14.0.0",
@@ -192,5 +173,24 @@
192
173
  "jiraPrepend": "[",
193
174
  "jiraAppend": "]"
194
175
  }
176
+ },
177
+ "scripts": {
178
+ "dev": "cross-env USE_SANDBOX=true vite",
179
+ "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases",
180
+ "build:package": "vite build -m production",
181
+ "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
182
+ "build:aliases": "tsc-alias -p './tsconfig.build.json'",
183
+ "build:analyzer": "BUILD_VISUALIZER='core/markdown-ui' vite build -m production",
184
+ "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
185
+ "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
186
+ "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
187
+ "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
188
+ "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
189
+ "lint": "eslint",
190
+ "lint:fix": "eslint --fix",
191
+ "test": "cross-env FORCE_COLOR=1 vitest run",
192
+ "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
193
+ "semantic-release": "semantic-release",
194
+ "commit": "cz"
195
195
  }
196
- }
196
+ }