@surrealdb/codemirror 1.0.1 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@surrealdb/codemirror",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "author": "SurrealDB",
5
5
  "description": "SurrealQL language support for CodeMirror",
6
6
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  "scripts": {
12
12
  "build": "cm-buildhelper src/surrealql.ts",
13
13
  "run-tests": "cm-runtests",
14
- "deploy": "bun pm pack && npm publish ./surrealdb-codemirror-*.tgz --access public"
14
+ "deploy": "npm publish $(bun pm pack --quiet) --access public"
15
15
  },
16
16
  "main": "dist/index.cjs",
17
17
  "exports": {
@@ -25,7 +25,7 @@
25
25
  "@codemirror/lint": "^6.8.2",
26
26
  "@lezer/common": "^1.2.3",
27
27
  "@lezer/javascript": "^1.4.19",
28
- "@surrealdb/lezer": "",
28
+ "@surrealdb/lezer": "1.0.3",
29
29
  "compare-versions": "^6.1.1"
30
30
  },
31
31
  "devDependencies": {