@gholl-studio/pier-connector 0.6.2 → 0.6.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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gholl-studio/pier-connector",
3
3
  "author": "gholl",
4
- "version": "0.6.2",
4
+ "version": "0.6.3",
5
5
  "description": "OpenClaw plugin that connects to the Pier job marketplace. Automatically fetches, executes, and reports distributed tasks for rewards.",
6
6
  "type": "module",
7
7
  "main": "src/index.ts",
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "license": "MIT",
42
42
  "dependencies": {
43
- "@gholl-studio/pier-sdk": "file:../packages/pier-sdk",
43
+ "@gholl-studio/pier-sdk": "^1.4.1",
44
44
  "@nats-io/jetstream": "^3.3.1",
45
45
  "@nats-io/transport-node": "^3.0.0",
46
46
  "ethers": "^6.16.0",
@@ -56,6 +56,7 @@
56
56
  }
57
57
  },
58
58
  "devDependencies": {
59
+ "@gholl-studio/pier-sdk": "file:../packages/pier-sdk",
59
60
  "@types/node": "^25.5.0",
60
61
  "dotenv": "^17.3.1",
61
62
  "openclaw": ">=2.0.0",