@modern-js/monorepo-tools 2.25.0 → 2.25.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @modern-js/monorepo-tools
2
2
 
3
+ ## 2.25.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [63d8247]
8
+ - Updated dependencies [6651684]
9
+ - Updated dependencies [272646c]
10
+ - Updated dependencies [358ed24]
11
+ - @modern-js/utils@2.25.2
12
+ - @modern-js/core@2.25.2
13
+ - @modern-js/plugin-changeset@2.25.2
14
+ - @modern-js/plugin-i18n@2.25.2
15
+ - @modern-js/plugin-lint@2.25.2
16
+ - @modern-js/new-action@2.25.2
17
+ - @modern-js/plugin@2.25.2
18
+ - @modern-js/upgrade@2.25.2
19
+
20
+ ## 2.25.1
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [9f78d0c]
25
+ - @modern-js/utils@2.25.1
26
+ - @modern-js/core@2.25.1
27
+ - @modern-js/plugin-changeset@2.25.1
28
+ - @modern-js/plugin-i18n@2.25.1
29
+ - @modern-js/plugin-lint@2.25.1
30
+ - @modern-js/new-action@2.25.1
31
+ - @modern-js/plugin@2.25.1
32
+ - @modern-js/upgrade@2.25.1
33
+
3
34
  ## 2.25.0
4
35
 
5
36
  ### Patch Changes
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "deployCli", {
10
10
  });
11
11
  const _commands = require("../commands");
12
12
  const deployCli = (program, api) => {
13
- program.command("deploy [project...]").usage("[options]").option("-p, --path [path]", "Specify the path of the product output", "output").description("deploy project").action(async (deployProjectNames, option) => {
13
+ program.command("deploy [project...]").usage("[options]").option("-p, --path [path]", "Specify the path of the output files", "output").description("deploy project").action(async (deployProjectNames, option) => {
14
14
  const ignoreMatchs = [
15
15
  "**/output/**"
16
16
  ];
@@ -1,6 +1,6 @@
1
1
  import { deploy } from "../commands";
2
2
  export const deployCli = (program, api) => {
3
- program.command("deploy [project...]").usage("[options]").option("-p, --path [path]", "Specify the path of the product output", "output").description("deploy project").action(async (deployProjectNames, option) => {
3
+ program.command("deploy [project...]").usage("[options]").option("-p, --path [path]", "Specify the path of the output files", "output").description("deploy project").action(async (deployProjectNames, option) => {
4
4
  const ignoreMatchs = [
5
5
  "**/output/**"
6
6
  ];
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.25.0",
18
+ "version": "2.25.2",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -43,14 +43,14 @@
43
43
  "md5": "^2.3.0",
44
44
  "p-map": "^4.0.0",
45
45
  "@swc/helpers": "0.5.1",
46
- "@modern-js/core": "2.25.0",
47
- "@modern-js/new-action": "2.25.0",
48
- "@modern-js/upgrade": "2.25.0",
49
- "@modern-js/plugin": "2.25.0",
50
- "@modern-js/plugin-changeset": "2.25.0",
51
- "@modern-js/plugin-i18n": "2.25.0",
52
- "@modern-js/plugin-lint": "2.25.0",
53
- "@modern-js/utils": "2.25.0"
46
+ "@modern-js/core": "2.25.2",
47
+ "@modern-js/new-action": "2.25.2",
48
+ "@modern-js/upgrade": "2.25.2",
49
+ "@modern-js/plugin": "2.25.2",
50
+ "@modern-js/plugin-changeset": "2.25.2",
51
+ "@modern-js/plugin-i18n": "2.25.2",
52
+ "@modern-js/plugin-lint": "2.25.2",
53
+ "@modern-js/utils": "2.25.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/jest": "^29",
@@ -58,8 +58,8 @@
58
58
  "@types/node": "^14",
59
59
  "jest": "^29",
60
60
  "typescript": "^5",
61
- "@scripts/build": "2.25.0",
62
- "@scripts/jest-config": "2.25.0"
61
+ "@scripts/build": "2.25.2",
62
+ "@scripts/jest-config": "2.25.2"
63
63
  },
64
64
  "sideEffects": false,
65
65
  "publishConfig": {