@axiastudio/aioc 0.1.0-alpha.3 → 0.1.0-alpha.4

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 +2 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  AIOC is a lightweight internal agent SDK with an IoC-oriented control plane.
4
4
 
5
+ Project home: [https://github.com/axiastudio/aioc](https://github.com/axiastudio/aioc)
6
+
5
7
  ## Release status
6
8
 
7
9
  This package is currently in alpha and is not production-ready.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiastudio/aioc",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "0.1.0-alpha.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
@@ -47,7 +47,7 @@
47
47
  "bugs": {
48
48
  "url": "https://github.com/axiastudio/aioc/issues"
49
49
  },
50
- "homepage": "https://github.com/axiastudio/aioc#readme",
50
+ "homepage": "https://github.com/axiastudio/aioc",
51
51
  "publishConfig": {
52
52
  "access": "public",
53
53
  "tag": "next"