netlify-cli 24.8.2 → 24.9.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/dist/commands/link/link.d.ts.map +1 -1
- package/dist/commands/link/link.js +42 -4
- package/dist/commands/link/link.js.map +1 -1
- package/dist/commands/sites/sites-search.d.ts +4 -0
- package/dist/commands/sites/sites-search.d.ts.map +1 -0
- package/dist/commands/sites/sites-search.js +50 -0
- package/dist/commands/sites/sites-search.js.map +1 -0
- package/dist/commands/sites/sites.d.ts.map +1 -1
- package/dist/commands/sites/sites.js +10 -0
- package/dist/commands/sites/sites.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +11 -9
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.9.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "24.
|
|
9
|
+
"version": "24.9.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -461,9 +461,9 @@
|
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
"node_modules/@fastify/static/node_modules/brace-expansion": {
|
|
464
|
-
"version": "5.0.
|
|
465
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
466
|
-
"integrity": "sha512-
|
|
464
|
+
"version": "5.0.5",
|
|
465
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
466
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
467
467
|
"license": "MIT",
|
|
468
468
|
"dependencies": {
|
|
469
469
|
"balanced-match": "^4.0.2"
|
|
@@ -1359,9 +1359,9 @@
|
|
|
1359
1359
|
}
|
|
1360
1360
|
},
|
|
1361
1361
|
"node_modules/@netlify/build-info/node_modules/brace-expansion": {
|
|
1362
|
-
"version": "5.0.
|
|
1363
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1364
|
-
"integrity": "sha512-
|
|
1362
|
+
"version": "5.0.5",
|
|
1363
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1364
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1365
1365
|
"license": "MIT",
|
|
1366
1366
|
"dependencies": {
|
|
1367
1367
|
"balanced-match": "^4.0.2"
|
|
@@ -5997,7 +5997,9 @@
|
|
|
5997
5997
|
}
|
|
5998
5998
|
},
|
|
5999
5999
|
"node_modules/brace-expansion": {
|
|
6000
|
-
"version": "2.0.
|
|
6000
|
+
"version": "2.0.3",
|
|
6001
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
6002
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
6001
6003
|
"license": "MIT",
|
|
6002
6004
|
"dependencies": {
|
|
6003
6005
|
"balanced-match": "^1.0.0"
|