@surrealdb/lezer 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.
- package/.turbo/turbo-build.log +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -4,4 +4,4 @@ Precedence specified for unknown token "f\"" (src/surrealql.grammar 1635:20)
|
|
|
4
4
|
Wrote src/parser.js and src/parser.terms.js
|
|
5
5
|
[36m
|
|
6
6
|
[1m./src/index.js[22m → [1m./dist/index.cjs, ./dist/index.js[22m...[39m
|
|
7
|
-
[32mcreated [1m./dist/index.cjs, ./dist/index.js[22m in [
|
|
7
|
+
[32mcreated [1m./dist/index.cjs, ./dist/index.js[22m in [1m93ms[22m[39m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@surrealdb/lezer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"author": "SurrealDB",
|
|
5
5
|
"description": "SurrealQL grammar for Lezer",
|
|
6
6
|
"type": "module",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"build": "lezer-generator src/surrealql.grammar -o src/parser.js && rollup -c",
|
|
21
21
|
"build-debug": "lezer-generator src/surrealql.grammar -o src/parser.js --names && rollup -c",
|
|
22
22
|
"run-tests": "bun run test/test-surrealql.js",
|
|
23
|
-
"deploy": "bun pm pack
|
|
23
|
+
"deploy": "npm publish $(bun pm pack --quiet) --access public"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@lezer/highlight": "^1.2.1",
|