@tmrp/env 0.1.0 → 0.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 (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmrp/env",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Type-safe environment variable parsing, powered by Zod.",
5
5
  "keywords": [
6
6
  "env",
@@ -70,6 +70,9 @@
70
70
  "LICENSE",
71
71
  "README.md"
72
72
  ],
73
+ "publishConfig": {
74
+ "provenance": true
75
+ },
73
76
  "dependencies": {
74
77
  "effect": "^3.21.2"
75
78
  },
@@ -109,6 +112,6 @@
109
112
  "test:runtime:deno": "deno run --no-lock --allow-env --node-modules-dir=auto scripts/runtime-smoke/deno.mjs",
110
113
  "test:runtime:node": "node scripts/runtime-smoke/node.mjs",
111
114
  "typecheck": "tsc --noEmit",
112
- "release": "pnpm build && changeset publish --access public"
115
+ "release": "changeset publish"
113
116
  }
114
117
  }