@plurnk/plurnk-mimetypes-grammar-cpp 0.1.0 → 0.1.1
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/cpp.wasm +0 -0
- package/package.json +4 -2
package/.grammar-pin
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f41e1a044c8a84ea9fa8577fdd2eab92ec96de02
|
package/cpp.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurnk/plurnk-mimetypes-grammar-cpp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Pre-built tree-sitter-cpp WASM grammar for @plurnk/plurnk-mimetypes.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,7 +25,9 @@
|
|
|
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",
|