pi-oracle 0.1.2 → 0.1.3

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 +1 -1
package/README.md CHANGED
@@ -73,13 +73,13 @@ Not promised yet:
73
73
 
74
74
  ## Install
75
75
 
76
- Planned npm install path once published:
76
+ npm:
77
77
 
78
78
  ```bash
79
79
  pi install npm:pi-oracle
80
80
  ```
81
81
 
82
- Current GitHub install path:
82
+ GitHub:
83
83
 
84
84
  ```bash
85
85
  pi install https://github.com/fitchmultz/pi-oracle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-oracle",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "ChatGPT web-oracle extension for pi with isolated browser auth, async jobs, and project-context archives.",
5
5
  "private": false,
6
6
  "license": "MIT",