takumi-js 2.0.0-beta.1 → 2.0.0-beta.4
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 +4 -5
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.4",
|
|
4
4
|
"description": "All-in-one Takumi package for Node.js and WebAssembly runtimes.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -122,16 +122,15 @@
|
|
|
122
122
|
"provenance": true
|
|
123
123
|
},
|
|
124
124
|
"scripts": {
|
|
125
|
-
"prepublishOnly": "jq '.dependencies[\"@takumi-rs/core\"] = .version | .dependencies[\"@takumi-rs/helpers\"] = .version | .dependencies[\"@takumi-rs/wasm\"] = .version' package.json > tmp.json && mv tmp.json package.json",
|
|
126
125
|
"build": "tsdown",
|
|
127
126
|
"test": "bun test",
|
|
128
127
|
"test:bundlers": "bun test tests/bundlers.test.ts",
|
|
129
128
|
"publish-lint": "attw --pack . && publint --strict ."
|
|
130
129
|
},
|
|
131
130
|
"dependencies": {
|
|
132
|
-
"@takumi-rs/core": "
|
|
133
|
-
"@takumi-rs/helpers": "
|
|
134
|
-
"@takumi-rs/wasm": "
|
|
131
|
+
"@takumi-rs/core": "workspace:*",
|
|
132
|
+
"@takumi-rs/helpers": "workspace:*",
|
|
133
|
+
"@takumi-rs/wasm": "workspace:*"
|
|
135
134
|
},
|
|
136
135
|
"devDependencies": {
|
|
137
136
|
"@types/bun": "catalog:",
|