shipmyagent 1.0.2 → 1.0.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.
package/README.md CHANGED
@@ -10,4 +10,10 @@ npm i -g shipmyagent
10
10
 
11
11
  ```bash
12
12
  shipmyagent .
13
+ ```
14
+
15
+ ## access
16
+
17
+ ```http
18
+ GET http://localhost:7001/tasks
13
19
  ```
package/dist/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "shipmyagent",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "shipmyagent is a service which can make your repo an agent",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
7
- "shipmyagent": "./dist/cli.js"
7
+ "shipmyagent": "dist/cli.js"
8
8
  },
9
9
  "types": "./dist/index.d.ts",
10
10
  "files": [