port42-openclaw 0.2.0 → 0.3.0

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.
@@ -12,14 +12,17 @@ permissions:
12
12
  jobs:
13
13
  publish:
14
14
  runs-on: ubuntu-latest
15
+ environment: npm
15
16
  steps:
16
17
  - uses: actions/checkout@v4
17
18
 
18
19
  - uses: actions/setup-node@v4
19
20
  with:
20
- node-version: '22'
21
+ node-version: '24'
21
22
  registry-url: 'https://registry.npmjs.org'
22
23
 
23
24
  - run: npm ci
24
25
  - run: npm run build
25
- - run: npm publish
26
+ - run: npm publish --provenance --access public
27
+ env:
28
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "port42-openclaw",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Port42 channel adapter for OpenClaw — bring your agents into Port42 companion computing channels",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",