@bodhiapp/app-bindings 0.0.34 → 0.0.36

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 +7 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bodhiapp/app-bindings",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "description": "NAPI-RS bindings for BodhiApp server with integrated tests",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -44,7 +44,10 @@
44
44
  "e2e:server:multi_tenant": "node tests-js/scripts/start-shared-server.mjs --port 41135 --db-type postgres --deployment multi_tenant",
45
45
  "e2e:server:test-app-oauth": "cd test-oauth-app && npm run build && npx serve dist -s -l 55173",
46
46
  "e2e:server:test-app-mcp": "cd test-mcp-oauth-server && npm run build && npm start",
47
- "e2e:server:test-app-mcp-dcr": "cd test-mcp-oauth-server && npm run build && node dist/index.js --dcr"
47
+ "e2e:server:test-app-mcp-dcr": "cd test-mcp-oauth-server && npm run build && node dist/index.js --dcr",
48
+ "e2e:server:test-mcp-auth-header": "cd test-mcp-auth-server && npm run build && node dist/index.js --header Authorization=\"Bearer test-header-key\" --port 55176",
49
+ "e2e:server:test-mcp-auth-query": "cd test-mcp-auth-server && npm run build && node dist/index.js --query api_key=test-query-key --port 55177",
50
+ "e2e:server:test-mcp-auth-mixed": "cd test-mcp-auth-server && npm run build && node dist/index.js --header X-Auth-1=header-val-1 --header X-Auth-2=header-val-2 --query q_key_1=query-val-1 --query q_key_2=query-val-2 --port 55178"
48
51
  },
49
52
  "devDependencies": {
50
53
  "@biomejs/biome": "^1.9.4",
@@ -85,7 +88,7 @@
85
88
  "index.js"
86
89
  ],
87
90
  "optionalDependencies": {
88
- "@bodhiapp/app-bindings-darwin-arm64": "0.0.34",
89
- "@bodhiapp/app-bindings-linux-x64-gnu": "0.0.34"
91
+ "@bodhiapp/app-bindings-darwin-arm64": "0.0.36",
92
+ "@bodhiapp/app-bindings-linux-x64-gnu": "0.0.36"
90
93
  }
91
94
  }