@plurnk/plurnk-mimetypes-grammar-python 0.1.0 → 0.1.2
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/.grammar-pin +1 -1
- package/package.json +6 -4
- package/python.wasm +0 -0
package/.grammar-pin
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
293fdc02038ee2bf0e2e206711b69c90ac0d413f
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurnk/plurnk-mimetypes-grammar-python",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Pre-built tree-sitter-python WASM grammar for @plurnk/plurnk-mimetypes. Install this package to enable Python (text/x-python) support in plurnk-service.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"engines": {
|
|
11
|
-
"node": ">=
|
|
11
|
+
"node": ">=26"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|
|
@@ -25,11 +25,13 @@
|
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build:wasm": "node scripts/build-wasm.mjs",
|
|
28
|
-
"verify:wasm": "node scripts/verify-wasm.mjs"
|
|
28
|
+
"verify:wasm": "node scripts/verify-wasm.mjs",
|
|
29
|
+
"update:pin": "node scripts/update-pin.mjs",
|
|
30
|
+
"update": "npm run update:pin && npm run build:wasm && npm run verify:wasm"
|
|
29
31
|
},
|
|
30
32
|
"peerDependencies": {
|
|
31
33
|
"@plurnk/plurnk-mimetypes": ">=0.11.0",
|
|
32
|
-
"web-tree-sitter": "^0.25.0"
|
|
34
|
+
"web-tree-sitter": "^0.25.0 || ^0.26.0"
|
|
33
35
|
},
|
|
34
36
|
"peerDependenciesMeta": {
|
|
35
37
|
"@plurnk/plurnk-mimetypes": {
|
package/python.wasm
CHANGED
|
Binary file
|