takumi-js 2.0.0-beta.6 → 2.0.0-beta.8
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takumi-js",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.8",
|
|
4
4
|
"description": "All-in-one Takumi package for Node.js and WebAssembly runtimes.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -128,15 +128,15 @@
|
|
|
128
128
|
"publish-lint": "attw --pack . && publint --strict ."
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@takumi-rs/core": "2.0.0-beta.
|
|
132
|
-
"@takumi-rs/helpers": "2.0.0-beta.
|
|
133
|
-
"@takumi-rs/wasm": "2.0.0-beta.
|
|
131
|
+
"@takumi-rs/core": "2.0.0-beta.8",
|
|
132
|
+
"@takumi-rs/helpers": "2.0.0-beta.8",
|
|
133
|
+
"@takumi-rs/wasm": "2.0.0-beta.8"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
|
-
"@types/bun": "
|
|
136
|
+
"@types/bun": "^1.3.14",
|
|
137
137
|
"@types/react": "^19.2.17",
|
|
138
138
|
"react": "^19.2.7",
|
|
139
|
-
"tsdown": "
|
|
140
|
-
"unrun": "
|
|
139
|
+
"tsdown": "^0.22.3",
|
|
140
|
+
"unrun": "^0.3.1"
|
|
141
141
|
}
|
|
142
142
|
}
|