@scalar/use-codemirror 0.10.1 → 0.10.3

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,17 @@
1
1
  # @scalar/use-codemirror
2
2
 
3
+ ## 0.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 45dc04b: fix: can’t release packages
8
+
9
+ ## 0.10.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 05e2e27: chore: add provenance statement
14
+
3
15
  ## 0.10.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![Version](https://img.shields.io/npm/v/%40scalar/use-codemirror)](https://www.npmjs.com/package/@scalar/use-codemirror)
4
4
  [![Downloads](https://img.shields.io/npm/dm/%40scalar/use-codemirror)](https://www.npmjs.com/package/@scalar/use-codemirror)
5
5
  [![License](https://img.shields.io/npm/l/%40scalar%2Fuse-codemirror)](https://www.npmjs.com/package/@scalar/use-codemirror)
6
- [![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.gg/8HeZcRGPFS)
6
+ [![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.gg/scalar)
7
7
 
8
8
  ## Installation
9
9
 
package/package.json CHANGED
@@ -5,13 +5,18 @@
5
5
  "author": "Scalar (https://github.com/scalar)",
6
6
  "homepage": "https://github.com/scalar/scalar",
7
7
  "bugs": "https://github.com/scalar/scalar/issues/new/choose",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/scalar/scalar.git",
11
+ "directory": "packages/use-codemirror"
12
+ },
8
13
  "keywords": [
9
14
  "codemirror",
10
15
  "composable",
11
16
  "vue",
12
17
  "vue3"
13
18
  ],
14
- "version": "0.10.1",
19
+ "version": "0.10.3",
15
20
  "engines": {
16
21
  "node": ">=18"
17
22
  },
@@ -25,11 +30,6 @@
25
30
  "CHANGELOG.md"
26
31
  ],
27
32
  "module": "dist/index.js",
28
- "repository": {
29
- "type": "git",
30
- "url": "https://github.com/scalar/scalar.git",
31
- "directory": "packages/use-codemirror"
32
- },
33
33
  "optionalDependencies": {
34
34
  "y-codemirror.next": "^0.3.2"
35
35
  },
@@ -54,7 +54,7 @@
54
54
  "@vitejs/plugin-vue": "^5.0.4",
55
55
  "@vitest/coverage-v8": "^1.5.0",
56
56
  "tsc-alias": "^1.8.8",
57
- "vite": "^5.2.9",
57
+ "vite": "^5.2.10",
58
58
  "vitest": "^1.5.0",
59
59
  "vue": "^3.4.21",
60
60
  "vue-tsc": "^1.8.19",
@@ -63,8 +63,8 @@
63
63
  },
64
64
  "peerDependencies": {
65
65
  "vue": "^3.3.0",
66
- "yjs": "^13.6.0",
67
- "y-codemirror.next": "^0.3.2"
66
+ "y-codemirror.next": "^0.3.2",
67
+ "yjs": "^13.6.0"
68
68
  },
69
69
  "scripts": {
70
70
  "build": "vite build && pnpm types:build && tsc-alias -p tsconfig.build.json",