@defensestation/y-comments-prosemirror 1.0.0-dev.84f89ec → 1.0.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 +4 -12
package/package.json CHANGED
@@ -1,14 +1,8 @@
1
1
  {
2
2
  "name": "@defensestation/y-comments-prosemirror",
3
3
  "description": "ProseMirror adapter for decoration-anchored Yjs comments: anchor creation from selections, DocAdapter for the resolution chain, and a decorations plugin. No marks, no document writes.",
4
- "keywords": [
5
- "prosemirror",
6
- "yjs",
7
- "comments",
8
- "decorations",
9
- "y-prosemirror"
10
- ],
11
- "version": "1.0.0-dev.84f89ec",
4
+ "keywords": ["prosemirror", "yjs", "comments", "decorations", "y-prosemirror"],
5
+ "version": "1.0.0",
12
6
  "type": "module",
13
7
  "main": "./dist/index.js",
14
8
  "types": "./dist/index.d.ts",
@@ -18,15 +12,13 @@
18
12
  "import": "./dist/index.js"
19
13
  }
20
14
  },
21
- "files": [
22
- "dist"
23
- ],
15
+ "files": ["dist"],
24
16
  "scripts": {
25
17
  "build": "tsc -p tsconfig.build.json",
26
18
  "test": "vitest run"
27
19
  },
28
20
  "dependencies": {
29
- "@defensestation/y-comments-core": "1.0.0-dev.84f89ec"
21
+ "@defensestation/y-comments-core": "^1.0.0"
30
22
  },
31
23
  "peerDependencies": {
32
24
  "prosemirror-model": "^1.19.0",