@lerna-lite/publish 3.9.3 → 3.10.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/README.md +5 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -67,7 +67,11 @@ This is useful when a previous `lerna publish` failed to publish all packages to
|
|
|
67
67
|
|
|
68
68
|
## Options
|
|
69
69
|
|
|
70
|
-
`lerna publish` supports all of the options provided by [`lerna version`](https://github.com/lerna-lite/lerna-lite/tree/main/packages/version#options) in addition to the
|
|
70
|
+
`lerna publish` supports all of the options provided by [`lerna version`](https://github.com/lerna-lite/lerna-lite/tree/main/packages/version#options) in addition to the options shown below, it also accepts all [filter flags](https://github.com/lerna-lite/lerna-lite/blob/main/packages/core/README.md#options).
|
|
71
|
+
|
|
72
|
+
```sh
|
|
73
|
+
$ lerna publish --scope my-component test
|
|
74
|
+
```
|
|
71
75
|
|
|
72
76
|
- [`@lerna/publish`](#lernapublish)
|
|
73
77
|
- [Positionals](#positionals)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lerna-lite/publish",
|
|
3
3
|
"description": "Publish packages in the current workspace",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.10.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"/dist"
|
|
7
7
|
],
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"node": "^18.0.0 || >=20.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@lerna-lite/cli": "3.
|
|
33
|
-
"@lerna-lite/core": "3.
|
|
34
|
-
"@lerna-lite/npmlog": "3.
|
|
35
|
-
"@lerna-lite/version": "3.
|
|
32
|
+
"@lerna-lite/cli": "3.10.0",
|
|
33
|
+
"@lerna-lite/core": "3.10.0",
|
|
34
|
+
"@lerna-lite/npmlog": "3.10.0",
|
|
35
|
+
"@lerna-lite/version": "3.10.0",
|
|
36
36
|
"@npmcli/arborist": "^7.5.4",
|
|
37
37
|
"@npmcli/package-json": "^5.2.1",
|
|
38
38
|
"byte-size": "^9.0.0",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"ssri": "^11.0.0",
|
|
53
53
|
"tar": "^6.2.1",
|
|
54
54
|
"temp-dir": "^3.0.0",
|
|
55
|
-
"tinyglobby": "^0.2.
|
|
55
|
+
"tinyglobby": "^0.2.9",
|
|
56
56
|
"tinyrainbow": "^1.2.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "567a6222377c7e9631b8ab3632759384f37d29e6"
|
|
59
59
|
}
|