@neondatabase/config 0.10.0 → 0.10.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.
@@ -1,6 +1,5 @@
1
- # Apache License 2.0
2
1
 
3
- Apache License
2
+ Apache License
4
3
  Version 2.0, January 2004
5
4
  http://www.apache.org/licenses/
6
5
 
@@ -175,4 +174,29 @@
175
174
  incurred by, or claims asserted against, such Contributor by reason
176
175
  of your accepting any such warranty or additional liability.
177
176
 
178
- END OF TERMS AND CONDITIONS
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neondatabase/config",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Config-as-Code for the Neon Platform. Define a `neon.ts` policy and inspect/diff/deploy it against the Neon API as plain TypeScript functions.",
5
5
  "keywords": [
6
6
  "neon",
@@ -45,12 +45,13 @@
45
45
  "console-fail-test": "0.5.0",
46
46
  "tsdown": "^0.14.1",
47
47
  "typescript": "^5.9.0",
48
- "vitest": "^3.0.9"
48
+ "vitest": "^3.0.9",
49
+ "@neon/e2e-harness": "0.0.0"
49
50
  },
50
51
  "dependencies": {
51
52
  "jiti": "^2.7.0",
52
53
  "zod": "^4.4.3",
53
- "@neon/sdk": "1.3.0"
54
+ "@neon/sdk": "1.4.0"
54
55
  },
55
56
  "engines": {
56
57
  "node": ">=20.19.0"