@vallum/policy-gateway 0.0.1-prerelease.0 → 0.1.0

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/README.md +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -4,10 +4,10 @@ Fail-closed sponsorship policy evaluation helpers for Vallum gateways.
4
4
 
5
5
  ## Install
6
6
 
7
- For the npm prerelease, install:
7
+ For the npm release, install:
8
8
 
9
9
  ```sh
10
- npm install @vallum/policy-gateway@next
10
+ npm install @vallum/policy-gateway
11
11
  ```
12
12
 
13
13
  See
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vallum/policy-gateway",
3
- "version": "0.0.1-prerelease.0",
3
+ "version": "0.1.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,10 +12,10 @@
12
12
  },
13
13
  "license": "Apache-2.0",
14
14
  "dependencies": {
15
- "@vallum/contracts-metadata": "0.0.1-prerelease.0",
16
- "@vallum/manifest": "0.0.1-prerelease.0",
17
- "@vallum/registry": "0.0.1-prerelease.0",
18
- "@vallum/shared-types": "0.0.1-prerelease.0"
15
+ "@vallum/contracts-metadata": "0.1.0",
16
+ "@vallum/manifest": "0.1.0",
17
+ "@vallum/registry": "0.1.0",
18
+ "@vallum/shared-types": "0.1.0"
19
19
  },
20
20
  "description": "Fail-closed policy decision engine scaffold for Vallum sponsorship gateways.",
21
21
  "files": [
@@ -33,6 +33,6 @@
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public",
36
- "tag": "next"
36
+ "tag": "latest"
37
37
  }
38
38
  }