@axtary/approvals 0.3.0 → 0.4.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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,6 +4,8 @@ Hosted approval queue contract for exact Axtary step-up approvals.
4
4
 
5
5
  Early `0.x` release: the runtime path is real and tested, but the API is not stable yet and may change between minor versions.
6
6
 
7
+ The source repository is currently private. Public product documentation and runnable guides are at [axtary.com/docs](https://www.axtary.com/docs).
8
+
7
9
  ```bash
8
10
  npm install @axtary/approvals
9
11
  ```
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@axtary/approvals",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "description": "Hosted approval queue contract for exact Axtary step-up approvals.",
6
6
  "type": "module",
7
7
  "license": "Apache-2.0",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/axtary/axtary.git",
10
+ "url": "git+https://github.com/Axtary/axtary.git",
11
11
  "directory": "packages/approvals"
12
12
  },
13
13
  "keywords": [
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "types": "./dist/index.d.ts",
41
41
  "dependencies": {
42
- "@axtary/actionpass": "^0.3.0",
42
+ "@axtary/actionpass": "^0.4.0",
43
43
  "zod": "^4.4.3"
44
44
  }
45
45
  }