Skip to content

Commit 4bba461

Browse files
chore(release): [skip ci] release
1 parent 18b3fc8 commit 4bba461

File tree

53 files changed

+181
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+181
-181
lines changed

@cli/__template__/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/cli",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "something...",
55
"private": true,
66
"repository": {
@@ -10,13 +10,13 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"@dumlj/feature-pretty": "workspace:^2.5.25",
13+
"@dumlj/feature-pretty": "workspace:^2.5.26",
1414
"commander": "^11.1.0",
1515
"tslib": "^2.5.0",
1616
"typescript": "^5.2.2"
1717
},
1818
"devDependencies": {
19-
"@dumlj/seed-cli": "workspace:^2.5.25",
19+
"@dumlj/seed-cli": "workspace:^2.5.26",
2020
"@jest/types": "^29.6.3",
2121
"ts-jest": "^29.1.1"
2222
},

@cli/create-cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/create-cli",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "Convenient tool for project creation.",
55
"private": true,
66
"repository": {
@@ -18,12 +18,12 @@
1818
"test": "jest"
1919
},
2020
"dependencies": {
21-
"@dumlj/feature-cliui": "workspace:^2.5.25",
22-
"@dumlj/feature-prepare": "workspace:^2.5.25",
23-
"@dumlj/feature-pretty": "workspace:^2.5.25",
24-
"@dumlj/seed-cli": "workspace:^2.5.25",
25-
"@dumlj/shell-lib": "workspace:^2.5.25",
26-
"@dumlj/util-lib": "workspace:^2.5.25",
21+
"@dumlj/feature-cliui": "workspace:^2.5.26",
22+
"@dumlj/feature-prepare": "workspace:^2.5.26",
23+
"@dumlj/feature-pretty": "workspace:^2.5.26",
24+
"@dumlj/seed-cli": "workspace:^2.5.26",
25+
"@dumlj/shell-lib": "workspace:^2.5.26",
26+
"@dumlj/util-lib": "workspace:^2.5.26",
2727
"cardinal": "^2.1.1",
2828
"chalk": "^4.1.2",
2929
"commander": "^11.1.0",

@cli/seed-cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/seed-cli",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "Basic cli, the registrar for all dumlj cli.",
55
"repository": {
66
"type": "git",
@@ -20,11 +20,11 @@
2020
"test": "jest"
2121
},
2222
"dependencies": {
23-
"@dumlj/feature-prepare": "workspace:^2.5.25",
24-
"@dumlj/feature-pretty": "workspace:^2.5.25",
25-
"@dumlj/feature-updater": "workspace:^2.5.25",
26-
"@dumlj/shell-lib": "workspace:^2.5.25",
27-
"@dumlj/util-lib": "workspace:^2.5.25",
23+
"@dumlj/feature-prepare": "workspace:^2.5.26",
24+
"@dumlj/feature-pretty": "workspace:^2.5.26",
25+
"@dumlj/feature-updater": "workspace:^2.5.26",
26+
"@dumlj/shell-lib": "workspace:^2.5.26",
27+
"@dumlj/util-lib": "workspace:^2.5.26",
2828
"chalk": "^4.1.2",
2929
"commander": "^11.1.0",
3030
"lodash": "^4.17.21",

@cli/tidy-cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/tidy-cli",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "Cli for organizing projects.",
55
"private": true,
66
"repository": {
@@ -16,11 +16,11 @@
1616
"test": "jest"
1717
},
1818
"dependencies": {
19-
"@dumlj/feature-prepare": "workspace:^2.5.25",
20-
"@dumlj/feature-readme": "workspace:^2.5.25",
21-
"@dumlj/seed-cli": "workspace:^2.5.25",
22-
"@dumlj/shell-lib": "workspace:^2.5.25",
23-
"@dumlj/util-lib": "workspace:^2.5.25",
19+
"@dumlj/feature-prepare": "workspace:^2.5.26",
20+
"@dumlj/feature-readme": "workspace:^2.5.26",
21+
"@dumlj/seed-cli": "workspace:^2.5.26",
22+
"@dumlj/shell-lib": "workspace:^2.5.26",
23+
"@dumlj/util-lib": "workspace:^2.5.26",
2424
"chalk": "^4.1.2",
2525
"commander": "^11.1.0",
2626
"depcheck": "^1.4.7",

@dumi-plugin/dumi-plugin-mono-readme/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/dumi-plugin-mono-readme",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "Support referencing for readme file of monorepo.",
55
"private": true,
66
"repository": {
@@ -18,9 +18,9 @@
1818
"test": "jest"
1919
},
2020
"dependencies": {
21-
"@dumlj/dumi-plugin-seed": "workspace:^2.5.25",
22-
"@dumlj/feature-readme": "workspace:^2.5.25",
23-
"@dumlj/inject-entry-script-webpack-plugin": "workspace:^2.5.25",
21+
"@dumlj/dumi-plugin-seed": "workspace:^2.5.26",
22+
"@dumlj/feature-readme": "workspace:^2.5.26",
23+
"@dumlj/inject-entry-script-webpack-plugin": "workspace:^2.5.26",
2424
"tslib": "^2.5.0"
2525
},
2626
"devDependencies": {

@dumi-plugin/dumi-plugin-node-stackblitz/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/dumi-plugin-node-stackblitz",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "Supports live demo of node powered by stackblitz.",
55
"private": true,
66
"repository": {
@@ -18,8 +18,8 @@
1818
"test": "jest"
1919
},
2020
"dependencies": {
21-
"@dumlj/dumi-plugin-seed": "workspace:^2.5.25",
22-
"@dumlj/stackblitz-webpack-plugin": "workspace:^2.5.25",
21+
"@dumlj/dumi-plugin-seed": "workspace:^2.5.26",
22+
"@dumlj/stackblitz-webpack-plugin": "workspace:^2.5.26",
2323
"@stackblitz/sdk": "^1.9.0",
2424
"tslib": "^2.5.0"
2525
},

@dumi-plugin/dumi-plugin-seed/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/dumi-plugin-seed",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "Basic dumi plugin",
55
"private": true,
66
"repository": {
@@ -18,8 +18,8 @@
1818
"test": "jest"
1919
},
2020
"dependencies": {
21-
"@dumlj/feature-updater": "workspace:^2.5.25",
22-
"@dumlj/util-lib": "workspace:^2.5.25",
21+
"@dumlj/feature-updater": "workspace:^2.5.26",
22+
"@dumlj/util-lib": "workspace:^2.5.26",
2323
"chalk": "^4.1.2",
2424
"lodash": "^4.17.21",
2525
"node-html-parser": "^6.1.11",

@feature/__template__/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/feature",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "something...",
55
"private": true,
66
"repository": {

@feature/feature-cliui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/feature-cliui",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "{{description}}",
55
"repository": {
66
"type": "git",

@feature/feature-dotenv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/feature-dotenv",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "dotenv utilities.",
55
"repository": {
66
"type": "git",

@feature/feature-prepare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/feature-prepare",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "代码源文件预处理工具",
55
"repository": {
66
"type": "git",

@feature/feature-pretty/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/feature-pretty",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "上色工具",
55
"repository": {
66
"type": "git",

@feature/feature-readme/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/feature-readme",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "上色工具",
55
"repository": {
66
"type": "git",
@@ -17,8 +17,8 @@
1717
"test": "jest"
1818
},
1919
"dependencies": {
20-
"@dumlj/feature-prepare": "workspace:^2.5.25",
21-
"@dumlj/util-lib": "workspace:^2.5.25",
20+
"@dumlj/feature-prepare": "workspace:^2.5.26",
21+
"@dumlj/util-lib": "workspace:^2.5.26",
2222
"fs-extra": "^11.1.1",
2323
"handlebars": "^4.7.8",
2424
"lodash": "^4.17.21",

@feature/feature-updater/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/feature-updater",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "updater for packages.",
55
"repository": {
66
"type": "git",
@@ -17,14 +17,14 @@
1717
"test": "jest"
1818
},
1919
"dependencies": {
20-
"@dumlj/shell-lib": "workspace:^2.5.25",
21-
"@dumlj/util-lib": "workspace:^2.5.25",
20+
"@dumlj/shell-lib": "workspace:^2.5.26",
21+
"@dumlj/util-lib": "workspace:^2.5.26",
2222
"fs-extra": "^11.1.0",
2323
"semver": "^7.3.8",
2424
"tslib": "^2.5.0"
2525
},
2626
"devDependencies": {
27-
"@dumlj/mock-lib": "workspace:^2.5.25",
27+
"@dumlj/mock-lib": "workspace:^2.5.26",
2828
"@jest/types": "^29.6.3",
2929
"ts-jest": "^29.1.1"
3030
},

@feature/feature-uploader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/feature-uploader",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "Corss platform uploader.",
55
"private": true,
66
"repository": {

@lib/mock-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/mock-lib",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"private": true,
55
"description": "mock 工具库",
66
"repository": {

@lib/mock-server-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/mock-server-lib",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"private": true,
55
"description": "mock 请求服务",
66
"repository": {

@lib/shell-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/shell-lib",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "shell 工具库",
55
"repository": {
66
"type": "git",

@lib/util-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/util-lib",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "util 工具库",
55
"repository": {
66
"type": "git",

@next-plugin/next-auto-dynamic/__example__/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj-example/next-auto-dynamic",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"private": true,
55
"scripts": {
66
"start": "next start --port 3002",

@next-plugin/next-auto-dynamic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/next-auto-dynamic",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "code-splitting in app router automatically.",
55
"private": true,
66
"repository": {
@@ -18,7 +18,7 @@
1818
"test": "jest"
1919
},
2020
"dependencies": {
21-
"@dumlj/seed-webpack-plugin": "workspace:^2.5.24",
21+
"@dumlj/seed-webpack-plugin": "workspace:^2.5.26",
2222
"micromatch": "^4.0.5",
2323
"tslib": "^2.5.0",
2424
"webpack-virtual-modules": "^0.6.0"

@vite-plugin/vite-plugin-seed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/vite-plugin-seed",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "Basic vite plugin.",
55
"private": true,
66
"repository": {
@@ -18,7 +18,7 @@
1818
"test": "jest"
1919
},
2020
"dependencies": {
21-
"@dumlj/feature-updater": "workspace:^2.5.25",
21+
"@dumlj/feature-updater": "workspace:^2.5.26",
2222
"chalk": "^4.1.2",
2323
"lodash": "^4.17.21",
2424
"tslib": "^2.5.0",

@webpack-plugin/__template__/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/webpack-plugin",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "something...",
55
"private": true,
66
"repository": {
@@ -12,7 +12,7 @@
1212
"main": "./libs/index.js",
1313
"types": "./libs/index.d.ts",
1414
"dependencies": {
15-
"@dumlj/seed-webpack-plugin": "workspace:^2.5.25",
15+
"@dumlj/seed-webpack-plugin": "workspace:^2.5.26",
1616
"tslib": "^2.5.0"
1717
},
1818
"devDependencies": {

@webpack-plugin/cdn-upload-webpack-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumlj/cdn-upload-webpack-plugin",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"description": "Corss platform uploader for webpack build.",
55
"private": true,
66
"repository": {
@@ -18,8 +18,8 @@
1818
"test": "jest"
1919
},
2020
"dependencies": {
21-
"@dumlj/feature-uploader": "workspace:^2.5.25",
22-
"@dumlj/seed-webpack-plugin": "workspace:^2.5.25",
21+
"@dumlj/feature-uploader": "workspace:^2.5.26",
22+
"@dumlj/seed-webpack-plugin": "workspace:^2.5.26",
2323
"chalk": "^4.1.2",
2424
"cli-progress": "^3.12.0",
2525
"lodash": "^4.17.21",

@webpack-plugin/compare-envs-webpack-plugin/__example__/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@dumlj-example/compare-envs-webpack-plugin",
3-
"version": "2.5.25",
3+
"version": "2.5.26",
44
"private": true,
55
"main": "webpack.config.ts",
66
"scripts": {
77
"serve": "webpack serve -c webpack.config.ts",
88
"build": "webpack -c webpack.config.ts"
99
},
1010
"dependencies": {
11-
"@dumlj/compare-envs-webpack-plugin": "workspace:^2.5.25",
12-
"@dumlj/memfs-webpack-plugin": "workspace:^2.5.25"
11+
"@dumlj/compare-envs-webpack-plugin": "workspace:^2.5.26",
12+
"@dumlj/memfs-webpack-plugin": "workspace:^2.5.26"
1313
},
1414
"devDependencies": {
15+
"@types/node": "latest",
1516
"webpack": "^5.89.0",
16-
"webpack-cli": "^5",
17-
"@types/node": "latest"
17+
"webpack-cli": "^5"
1818
},
1919
"optionalDependencies": {
2020
"@babel/core": "^7.23.2",

0 commit comments

Comments
 (0)