@scalar/use-codemirror 0.14.14 → 0.14.15

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @scalar/use-codemirror
2
2
 
3
+ ## 0.14.15
4
+
5
+ ### Patch Changes
6
+
7
+ - [#9941](https://github.com/scalar/scalar/pull/9941): Republish every package through npm trusted publishing. No functional changes.
8
+
3
9
  ## 0.14.14
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -11,7 +11,7 @@ Scalar is an open-source API platform for teams who want beautiful developer int
11
11
 
12
12
  - **[API References](https://scalar.com/products/api-references/getting-started)** — Interactive API documentation from OpenAPI and AsyncAPI specs.
13
13
  - **[Developer Docs](https://scalar.com/products/docs/getting-started)** — Write in Markdown/MDX, generate API references, sync with two-way Git.
14
- - **[SDK Generator](https://scalar.com/products/sdks/getting-started)** — Type-safe SDKs and CLIs in TypeScript, Python, Go, PHP, Java, and Ruby.
14
+ - **[SDK Generator](https://scalar.com/products/sdk-generator/getting-started)** — Type-safe SDKs and CLIs in TypeScript, Python, Go, PHP, Java, and Ruby.
15
15
  - **[API Client](https://scalar.com/products/api-client/getting-started)** — Open-source, offline-first Postman alternative built on OpenAPI.
16
16
 
17
17
  20M+ monthly npm installs · 15,500+ GitHub stars · MIT licensed · [scalar.com](https://scalar.com)
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "vue",
17
17
  "vue3"
18
18
  ],
19
- "version": "0.14.14",
19
+ "version": "0.14.15",
20
20
  "engines": {
21
21
  "node": ">=22"
22
22
  },
@@ -54,15 +54,15 @@
54
54
  "@lezer/common": "^1.2.3",
55
55
  "@lezer/highlight": "^1.2.1",
56
56
  "@replit/codemirror-css-color-picker": "^6.3.0",
57
- "vue": "^3.5.30"
57
+ "vue": "^3.5.40"
58
58
  },
59
59
  "devDependencies": {
60
- "@vitejs/plugin-vue": "^6.0.3",
61
- "vite": "8.0.0",
62
- "vitest": "4.1.0",
63
- "vue": "^3.5.30",
64
- "vue-tsc": "^3.2.4",
65
- "@scalar/themes": "0.17.1"
60
+ "@vitejs/plugin-vue": "^6.0.8",
61
+ "vite": "8.1.5",
62
+ "vitest": "4.1.10",
63
+ "vue": "^3.5.40",
64
+ "vue-tsc": "^3.3.8",
65
+ "@scalar/themes": "0.17.3"
66
66
  },
67
67
  "scripts": {
68
68
  "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",