@abtnode/constant 1.16.42 → 1.16.43-beta-20250419-231352-c78ac93d

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 (2) hide show
  1. package/index.js +0 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -94,7 +94,6 @@ const RBAC_CONFIG = {
94
94
  name: SERVER_ROLES.CERTIFICATE,
95
95
  title: 'Certificate',
96
96
  description: 'Manage https certificates for blocklets on the Blocklet Server',
97
- passport: true,
98
97
  noHuman: true,
99
98
  },
100
99
  {
@@ -121,7 +120,6 @@ const RBAC_CONFIG = {
121
120
  name: SERVER_ROLES.EXTERNAL_BLOCKLETS_MANAGER,
122
121
  title: 'External Blocklets Manager',
123
122
  description: 'Manage external blocklets in the Blocklet Server',
124
- passport: true,
125
123
  noHuman: true,
126
124
  },
127
125
  ]),
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.42",
6
+ "version": "1.16.43-beta-20250419-231352-c78ac93d",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^29.7.0"
22
22
  },
23
- "gitHead": "04e4adf8f2c1d6289850c66159c0a68ea946d5e6"
23
+ "gitHead": "207acad34e8ccf318cd7539c1ac717cee7951b53"
24
24
  }