@lerna-lite/core 1.0.3 → 1.0.4

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/LICENSE +22 -20
  2. package/package.json +6 -6
package/LICENSE CHANGED
@@ -1,20 +1,22 @@
1
- Copyright (c) 2022, Ghislain B. - Lerna-Lite
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ Copyright (c) 2022-present Lerna-Lite Contributors
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lerna-lite/core",
3
3
  "description": "Lerna-Lite core implementation module",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "typings": "dist/index.d.ts",
@@ -48,7 +48,7 @@
48
48
  "git-url-parse": "^11.6.0",
49
49
  "glob-parent": "^6.0.2",
50
50
  "globby": "^11.1.0",
51
- "inquirer": "^8.2.0",
51
+ "inquirer": "^8.2.1",
52
52
  "is-ci": "^3.0.1",
53
53
  "libnpmaccess": "^6.0.1",
54
54
  "libnpmpublish": "^5.0.1",
@@ -56,8 +56,8 @@
56
56
  "minimatch": "^3.1.2",
57
57
  "node-fetch": "^2.6.7",
58
58
  "npm-lifecycle": "^3.1.5",
59
- "npm-package-arg": "^8.1.5",
60
- "npm-packlist": "^3.0.0",
59
+ "npm-package-arg": "^9.0.1",
60
+ "npm-packlist": "^4.0.0",
61
61
  "npm-registry-fetch": "^12.0.2",
62
62
  "npmlog": "^6.0.1",
63
63
  "os": "^0.1.2",
@@ -65,7 +65,7 @@
65
65
  "p-pipe": "^3.1.0",
66
66
  "p-queue": "^6.6.2",
67
67
  "p-reduce": "^2.1.0",
68
- "pacote": "^12.0.3",
68
+ "pacote": "^13.0.5",
69
69
  "path": "^0.12.7",
70
70
  "resolve-from": "^5.0.0",
71
71
  "semver": "^7.3.5",
@@ -108,5 +108,5 @@
108
108
  "type": "ko_fi",
109
109
  "url": "https://ko-fi.com/ghiscoding"
110
110
  },
111
- "gitHead": "f272c822d4213707747223cd85cd29f07408929c"
111
+ "gitHead": "c833bad589258e4a1635d1d93252010670640642"
112
112
  }