@defensestation/y-comments-blocknote 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 +6 -17
package/package.json CHANGED
@@ -1,15 +1,8 @@
1
1
  {
2
2
  "name": "@defensestation/y-comments-blocknote",
3
3
  "description": "Comments for the BlockNote editor that never write to the document: Yjs relative-position anchors in an external store, rendered as ProseMirror decorations.",
4
- "keywords": [
5
- "comments-plugin",
6
- "blocknote",
7
- "editor",
8
- "comments",
9
- "yjs",
10
- "decorations"
11
- ],
12
- "version": "1.0.0-dev.84f89ec",
4
+ "keywords": ["comments-plugin", "blocknote", "editor", "comments", "yjs", "decorations"],
5
+ "version": "1.0.0",
13
6
  "type": "module",
14
7
  "main": "./dist/index.js",
15
8
  "types": "./dist/index.d.ts",
@@ -20,16 +13,14 @@
20
13
  },
21
14
  "./style.css": "./dist/style.css"
22
15
  },
23
- "files": [
24
- "dist"
25
- ],
16
+ "files": ["dist"],
26
17
  "scripts": {
27
18
  "build": "tsc -p tsconfig.build.json && cp src/style.css dist/style.css",
28
19
  "test": "vitest run"
29
20
  },
30
21
  "dependencies": {
31
- "@defensestation/y-comments-core": "1.0.0-dev.84f89ec",
32
- "@defensestation/y-comments-prosemirror": "1.0.0-dev.84f89ec",
22
+ "@defensestation/y-comments-core": "^1.0.0",
23
+ "@defensestation/y-comments-prosemirror": "^1.0.0",
33
24
  "@floating-ui/react": "^0.27.0"
34
25
  },
35
26
  "peerDependencies": {
@@ -56,8 +47,6 @@
56
47
  "url": "https://github.com/defensestation/y-comments",
57
48
  "directory": "packages/y-comments-blocknote"
58
49
  },
59
- "sideEffects": [
60
- "**/*.css"
61
- ],
50
+ "sideEffects": ["**/*.css"],
62
51
  "license": "MIT"
63
52
  }