openbird 1.0.0 → 1.0.1

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.

Potentially problematic release.


This version of openbird might be problematic. Click here for more details.

@@ -1,23 +1,24 @@
1
- name: Publish to NPM
1
+ name: Publish Package
2
2
 
3
3
  on:
4
4
  push:
5
5
  tags:
6
6
  - 'v*'
7
7
 
8
+ permissions:
9
+ id-token: write
10
+ contents: read
11
+
8
12
  jobs:
9
13
  publish:
10
14
  runs-on: ubuntu-latest
11
- permissions:
12
- contents: read
15
+ environment: release
13
16
  steps:
14
17
  - uses: actions/checkout@v4
15
18
 
16
19
  - uses: actions/setup-node@v4
17
20
  with:
18
- node-version: '20'
21
+ node-version: '24'
19
22
  registry-url: 'https://registry.npmjs.org'
20
23
 
21
- - run: npm publish --access public
22
- env:
23
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24
+ - run: npm publish --provenance --access public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openbird",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Feishu infrastructure service — WebSocket event forwarding + MCP Server",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,6 +19,10 @@
19
19
  "openbird"
20
20
  ],
21
21
  "license": "MIT",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/ztxtxwd/openbird"
25
+ },
22
26
  "dependencies": {
23
27
  "@bufbuild/protobuf": "^2.11.0",
24
28
  "@modelcontextprotocol/sdk": "^1.12.1",