@takumi-rs/image-response 0.34.0 → 0.35.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 +4 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takumi-rs/image-response",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.35.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"email": "me@kane.tw",
|
|
7
7
|
"name": "Kane Wang",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"url": "git+https://github.com/kane50613/takumi.git"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@takumi-rs/core": "0.
|
|
15
|
-
"@takumi-rs/helpers": "0.
|
|
14
|
+
"@takumi-rs/core": "0.35.0",
|
|
15
|
+
"@takumi-rs/helpers": "0.35.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@takumi-rs/core": "workspace:*",
|
|
@@ -25,8 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"version": "jq '.peerDependencies[\"@takumi-rs/core\"] = .version | .peerDependencies[\"@takumi-rs/helpers\"] = .version' package.json > tmp.json && mv tmp.json package.json",
|
|
28
|
-
"build": "tsup-node src/index.ts --minify --dts --format esm,cjs --no-splitting"
|
|
29
|
-
"release": "npm publish --provenance"
|
|
28
|
+
"build": "tsup-node src/index.ts --minify --dts --format esm,cjs --no-splitting"
|
|
30
29
|
},
|
|
31
30
|
"files": [
|
|
32
31
|
"dist",
|