@gholl-studio/pier-connector 0.6.2 → 0.6.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/dist/types.js ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @file types.ts
3
+ * @description Centralized TypeScript interface and type definitions for the Pier connector plugin.
4
+ */
5
+ export {};
6
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
package/package.json CHANGED
@@ -1,23 +1,24 @@
1
1
  {
2
2
  "name": "@gholl-studio/pier-connector",
3
3
  "author": "gholl",
4
- "version": "0.6.2",
4
+ "version": "0.6.4",
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
- "main": "src/index.ts",
7
+ "main": "dist/index.js",
8
8
  "engines": {
9
9
  "node": ">=22"
10
10
  },
11
11
  "files": [
12
+ "dist",
12
13
  "src",
13
14
  "openclaw.plugin.json",
14
15
  "README.md"
15
16
  ],
16
17
  "openclaw": {
17
18
  "extensions": [
18
- "./src/index.ts"
19
+ "./dist/index.js"
19
20
  ],
20
- "setupEntry": "./src/cli.ts",
21
+ "setupEntry": "./dist/cli.js",
21
22
  "channel": {
22
23
  "id": "pier",
23
24
  "label": "Pier",
@@ -40,7 +41,7 @@
40
41
  ],
41
42
  "license": "MIT",
42
43
  "dependencies": {
43
- "@gholl-studio/pier-sdk": "file:../packages/pier-sdk",
44
+ "@gholl-studio/pier-sdk": "^1.4.1",
44
45
  "@nats-io/jetstream": "^3.3.1",
45
46
  "@nats-io/transport-node": "^3.0.0",
46
47
  "ethers": "^6.16.0",