@lerna-lite/publish 2.3.0 → 2.4.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -13,7 +13,7 @@ Lerna-Lite Publish command, publish package(s) in the current project
13
13
  ## Installation
14
14
 
15
15
  ```sh
16
- npm install @lerna-lite/publish -D -W
16
+ npm install @lerna-lite/publish -D
17
17
 
18
18
  # then use it (see usage below)
19
19
  lerna publish
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": "2.3.0",
4
+ "version": "2.4.1",
5
5
  "files": [
6
6
  "/dist"
7
7
  ],
@@ -43,18 +43,18 @@
43
43
  "npm": ">=8.5.0"
44
44
  },
45
45
  "dependencies": {
46
- "@lerna-lite/cli": "2.3.0",
47
- "@lerna-lite/core": "2.3.0",
48
- "@lerna-lite/version": "2.3.0",
46
+ "@lerna-lite/cli": "2.4.1",
47
+ "@lerna-lite/core": "2.4.1",
48
+ "@lerna-lite/version": "2.4.1",
49
49
  "@npmcli/arborist": "^6.2.9",
50
50
  "byte-size": "^8.1.1",
51
51
  "chalk": "^5.2.0",
52
52
  "columnify": "^1.6.0",
53
53
  "fs-extra": "^11.1.1",
54
- "glob": "^10.2.2",
54
+ "glob": "^10.2.7",
55
55
  "has-unicode": "^2.0.1",
56
56
  "libnpmaccess": "^7.0.2",
57
- "libnpmpublish": "^7.1.4",
57
+ "libnpmpublish": "^7.3.0",
58
58
  "normalize-path": "^3.0.0",
59
59
  "npm-package-arg": "^10.1.0",
60
60
  "npm-packlist": "^7.0.4",
@@ -62,13 +62,13 @@
62
62
  "npmlog": "^7.0.1",
63
63
  "p-map": "^6.0.0",
64
64
  "p-pipe": "^4.0.0",
65
- "pacote": "^15.1.3",
65
+ "pacote": "^15.2.0",
66
66
  "pify": "^6.1.0",
67
- "read-package-json": "^6.0.3",
68
- "semver": "^7.5.0",
67
+ "read-package-json": "^6.0.4",
68
+ "semver": "^7.5.1",
69
69
  "ssri": "^10.0.4",
70
- "tar": "^6.1.14",
70
+ "tar": "^6.1.15",
71
71
  "temp-dir": "^3.0.0"
72
72
  },
73
- "gitHead": "4a87d44c82b99886eee4babca2e7a7414e2bb9f9"
73
+ "gitHead": "2f325288e11ae0c8a38229fa13bc91cd760329e1"
74
74
  }