@rejot-dev/thalo 0.0.0 → 0.1.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.
- package/package.json +6 -8
- package/tree-sitter-thalo.wasm +0 -0
- package/web-tree-sitter.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rejot-dev/thalo",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -92,15 +92,14 @@
|
|
|
92
92
|
},
|
|
93
93
|
"main": "./dist/mod.js",
|
|
94
94
|
"types": "./dist/mod.d.ts",
|
|
95
|
+
"dependencies": {
|
|
96
|
+
"@rejot-dev/tree-sitter-thalo": "0.1.0"
|
|
97
|
+
},
|
|
95
98
|
"peerDependencies": {
|
|
96
99
|
"tree-sitter": "^0.25.0",
|
|
97
|
-
"web-tree-sitter": "^0.25.0"
|
|
98
|
-
"@rejot-dev/tree-sitter-thalo": "0.0.0"
|
|
100
|
+
"web-tree-sitter": "^0.25.0"
|
|
99
101
|
},
|
|
100
102
|
"peerDependenciesMeta": {
|
|
101
|
-
"@rejot-dev/tree-sitter-thalo": {
|
|
102
|
-
"optional": true
|
|
103
|
-
},
|
|
104
103
|
"tree-sitter": {
|
|
105
104
|
"optional": true
|
|
106
105
|
},
|
|
@@ -112,10 +111,9 @@
|
|
|
112
111
|
"@types/node": "^24",
|
|
113
112
|
"tree-sitter": "^0.25.0",
|
|
114
113
|
"tsdown": "^0.15.12",
|
|
115
|
-
"typescript": "^5.
|
|
114
|
+
"typescript": "^5.9.3",
|
|
116
115
|
"vitest": "^3.2.4",
|
|
117
116
|
"web-tree-sitter": "^0.25.0",
|
|
118
|
-
"@rejot-dev/tree-sitter-thalo": "0.0.0",
|
|
119
117
|
"@rejot-private/typescript-config": "0.0.1"
|
|
120
118
|
},
|
|
121
119
|
"scripts": {
|
package/tree-sitter-thalo.wasm
DELETED
|
Binary file
|
package/web-tree-sitter.wasm
DELETED
|
Binary file
|