Skip to content

Commit

Permalink
release: @umijs/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed May 16, 2024
1 parent 076c7e6 commit b63f2f0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/bundler-mako/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@umijs/bundler-mako",
"version": "0.4.17-canary.20240514.1",
"dependencies": {
"@umijs/mako": "0.4.17-canary.20240514.1",
"@umijs/mako": "0.4.17",
"@umijs/bundler-utils": "^4.0.81",
"chalk": "^4.1.2",
"compression": "^1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mako/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/mako-darwin-arm64",
"version": "0.4.17-canary.20240514.1",
"version": "0.4.17",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/mako/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/mako-darwin-x64",
"version": "0.4.17-canary.20240514.1",
"version": "0.4.17",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/mako/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/mako-linux-x64-gnu",
"version": "0.4.17-canary.20240514.1",
"version": "0.4.17",
"os": [
"linux"
],
Expand Down
8 changes: 4 additions & 4 deletions packages/mako/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/mako",
"version": "0.4.17-canary.20240514.1",
"version": "0.4.17",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down Expand Up @@ -65,9 +65,9 @@
"src:build": "father build"
},
"optionalDependencies": {
"@umijs/mako-darwin-arm64": "0.4.17-canary.20240514.1",
"@umijs/mako-darwin-x64": "0.4.17-canary.20240514.1",
"@umijs/mako-linux-x64-gnu": "0.4.17-canary.20240514.1"
"@umijs/mako-darwin-arm64": "0.4.17",
"@umijs/mako-darwin-x64": "0.4.17",
"@umijs/mako-linux-x64-gnu": "0.4.17"
},
"repository": "[email protected]:umijs/mako.git"
}

0 comments on commit b63f2f0

Please sign in to comment.