zodified-config 2.0.0 → 2.1.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/package.json +5 -1
  2. package/LICENCE.md +0 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zodified-config",
3
- "version": "2.0.0",
3
+ "version": "2.1.1",
4
4
  "description": "Typesafe config validated by Zod",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,6 +12,10 @@
12
12
  "node": ">=14"
13
13
  },
14
14
  "main": "./dist/index.js",
15
+ "publishConfig": {
16
+ "access": "public",
17
+ "provenance": true
18
+ },
15
19
  "files": [
16
20
  "dist"
17
21
  ],
package/LICENCE.md DELETED
@@ -1,16 +0,0 @@
1
- MIT No Attribution
2
-
3
- Copyright 2025 Jonathan Fielding
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of this
6
- software and associated documentation files (the "Software"), to deal in the Software
7
- without restriction, including without limitation the rights to use, copy, modify,
8
- merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
9
- permit persons to whom the Software is furnished to do so.
10
-
11
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
12
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
13
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
14
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
15
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
16
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.