netlify-cli 19.0.1-rc.1 → 19.0.1-rc.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.
@@ -15,6 +15,6 @@
15
15
  "author": "Netlify",
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "@netlify/functions": "^3.0.0"
18
+ "@netlify/functions": "^3.0.1"
19
19
  }
20
20
  }
@@ -9,38 +9,26 @@
9
9
  "version": "1.0.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@netlify/functions": "^3.0.0",
12
+ "@netlify/functions": "^3.0.1",
13
13
  "@types/node": "^22.0.0",
14
14
  "typescript": "^4.0.0"
15
15
  }
16
16
  },
17
17
  "node_modules/@netlify/functions": {
18
- "version": "3.0.0",
19
- "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.0.tgz",
20
- "integrity": "sha512-XXf9mNw4+fkxUzukDpJtzc32bl1+YlXZwEhc5ZgMcTbJPLpgRLDs5WWSPJ4eY/Mv1ZFvtxmMwmfgoQYVt68Qog==",
18
+ "version": "3.0.1",
19
+ "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.1.tgz",
20
+ "integrity": "sha512-KqVvGatPnn3lw80vXsFbYV3H2S9FI9TQHneFVR6BBvfHWiqTvs8NwUoBpnUWgqPKKeUMuynycDabeSi9CW2WWw==",
21
21
  "dependencies": {
22
- "@netlify/serverless-functions-api": "1.30.1"
22
+ "@netlify/serverless-functions-api": "1.35.0"
23
23
  },
24
24
  "engines": {
25
25
  "node": ">=18.0.0"
26
26
  }
27
27
  },
28
- "node_modules/@netlify/node-cookies": {
29
- "version": "0.1.0",
30
- "resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
31
- "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==",
32
- "engines": {
33
- "node": "^14.16.0 || >=16.0.0"
34
- }
35
- },
36
28
  "node_modules/@netlify/serverless-functions-api": {
37
- "version": "1.30.1",
38
- "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.30.1.tgz",
39
- "integrity": "sha512-JkbaWFeydQdeDHz1mAy4rw+E3bl9YtbCgkntfTxq+IlNX/aIMv2/b1kZnQZcil4/sPoZGL831Dq6E374qRpU1A==",
40
- "dependencies": {
41
- "@netlify/node-cookies": "^0.1.0",
42
- "urlpattern-polyfill": "8.0.2"
43
- },
29
+ "version": "1.35.0",
30
+ "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.35.0.tgz",
31
+ "integrity": "sha512-BH9eF3s7bUbqkcEUMR7dne/iCXSpZD10KVkGcs53eDrON5pKxsMdXvrdAx/q0HD24vJgHXGXObGSr5sjPllGEA==",
44
32
  "engines": {
45
33
  "node": ">=18.0.0"
46
34
  }
@@ -69,35 +57,21 @@
69
57
  "version": "6.20.0",
70
58
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
71
59
  "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg=="
72
- },
73
- "node_modules/urlpattern-polyfill": {
74
- "version": "8.0.2",
75
- "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
76
- "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
77
60
  }
78
61
  },
79
62
  "dependencies": {
80
63
  "@netlify/functions": {
81
- "version": "3.0.0",
82
- "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.0.tgz",
83
- "integrity": "sha512-XXf9mNw4+fkxUzukDpJtzc32bl1+YlXZwEhc5ZgMcTbJPLpgRLDs5WWSPJ4eY/Mv1ZFvtxmMwmfgoQYVt68Qog==",
64
+ "version": "3.0.1",
65
+ "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.1.tgz",
66
+ "integrity": "sha512-KqVvGatPnn3lw80vXsFbYV3H2S9FI9TQHneFVR6BBvfHWiqTvs8NwUoBpnUWgqPKKeUMuynycDabeSi9CW2WWw==",
84
67
  "requires": {
85
- "@netlify/serverless-functions-api": "1.30.1"
68
+ "@netlify/serverless-functions-api": "1.35.0"
86
69
  }
87
70
  },
88
- "@netlify/node-cookies": {
89
- "version": "0.1.0",
90
- "resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
91
- "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g=="
92
- },
93
71
  "@netlify/serverless-functions-api": {
94
- "version": "1.30.1",
95
- "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.30.1.tgz",
96
- "integrity": "sha512-JkbaWFeydQdeDHz1mAy4rw+E3bl9YtbCgkntfTxq+IlNX/aIMv2/b1kZnQZcil4/sPoZGL831Dq6E374qRpU1A==",
97
- "requires": {
98
- "@netlify/node-cookies": "^0.1.0",
99
- "urlpattern-polyfill": "8.0.2"
100
- }
72
+ "version": "1.35.0",
73
+ "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.35.0.tgz",
74
+ "integrity": "sha512-BH9eF3s7bUbqkcEUMR7dne/iCXSpZD10KVkGcs53eDrON5pKxsMdXvrdAx/q0HD24vJgHXGXObGSr5sjPllGEA=="
101
75
  },
102
76
  "@types/node": {
103
77
  "version": "22.10.7",
@@ -116,11 +90,6 @@
116
90
  "version": "6.20.0",
117
91
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
118
92
  "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg=="
119
- },
120
- "urlpattern-polyfill": {
121
- "version": "8.0.2",
122
- "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
123
- "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
124
93
  }
125
94
  }
126
95
  }
@@ -14,7 +14,7 @@
14
14
  "author": "Netlify",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@netlify/functions": "^3.0.0",
17
+ "@netlify/functions": "^3.0.1",
18
18
  "@types/node": "^22.0.0",
19
19
  "typescript": "^4.0.0"
20
20
  }
@@ -15,7 +15,7 @@
15
15
  "author": "Netlify",
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "@netlify/functions": "^3.0.0",
18
+ "@netlify/functions": "^3.0.1",
19
19
  "@types/node": "^22.0.0",
20
20
  "typescript": "^4.5.5"
21
21
  }