@safe-hand/safe-env-check 1.1.0 → 1.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.
@@ -31,6 +31,6 @@ jobs:
31
31
  - name: Create GitHub Release
32
32
  uses: ncipollo/release-action@v1
33
33
  env:
34
- GITHUB_TOKEN: ${{secrets.GH_PAT}}
34
+ token: ${{secrets.GITHUB_TOKEN}}
35
35
  with:
36
36
  tag: ${{ github.ref_name }}
package/dist/cli.js CHANGED
@@ -28,7 +28,7 @@ var import_path = __toESM(require("path"));
28
28
  var import_fs = __toESM(require("fs"));
29
29
 
30
30
  // package.json
31
- var version = "1.1.0";
31
+ var version = "1.1.1";
32
32
 
33
33
  // src/validateEnv.ts
34
34
  var validateEnv = (schema, options = {}) => {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@safe-hand/safe-env-check",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/shshamim63/safe-env-check.git"
7
7
  },
8
- "homepage": "https://github.com/your-username/your-repo#readme",
8
+ "homepage": "https://github.com/shshamim63/safe-env-check#readme",
9
9
  "main": "dist/index.js",
10
10
  "types": "dist/index.d.ts",
11
11
  "bin": {