@nospt/backstage-plugin-apigee-common 1.1.0-rc2 → 1.1.0-rc4
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/README.md +17 -17
- package/dist/permissions.cjs.js.map +1 -1
- package/dist/permissions.esm.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
# @nospt/backstage-plugin-apigee-common
|
|
2
|
-
|
|
3
|
-
Shared package for the bootstrap stage of the Backstage Apigee plugin.
|
|
4
|
-
|
|
5
|
-
## Included
|
|
6
|
-
|
|
7
|
-
- Shared permission definitions
|
|
8
|
-
- Shared bootstrap response types
|
|
9
|
-
|
|
10
|
-
## Development
|
|
11
|
-
|
|
12
|
-
```bash
|
|
13
|
-
cd plugins/apigee-common
|
|
14
|
-
yarn build
|
|
15
|
-
yarn test
|
|
16
|
-
yarn lint
|
|
17
|
-
```
|
|
1
|
+
# @nospt/backstage-plugin-apigee-common
|
|
2
|
+
|
|
3
|
+
Shared package for the bootstrap stage of the Backstage Apigee plugin.
|
|
4
|
+
|
|
5
|
+
## Included
|
|
6
|
+
|
|
7
|
+
- Shared permission definitions
|
|
8
|
+
- Shared bootstrap response types
|
|
9
|
+
|
|
10
|
+
## Development
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
cd plugins/apigee-common
|
|
14
|
+
yarn build
|
|
15
|
+
yarn test
|
|
16
|
+
yarn lint
|
|
17
|
+
```
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permissions.cjs.js","sources":["../src/permissions.ts"],"sourcesContent":["// SPDX-License-Identifier: Apache-2.0\
|
|
1
|
+
{"version":3,"file":"permissions.cjs.js","sources":["../src/permissions.ts"],"sourcesContent":["// SPDX-License-Identifier: Apache-2.0\nimport { createPermission } from '@backstage/plugin-permission-common';\n\nexport const apigeeReadPermission = createPermission({\n name: 'apigee.read',\n attributes: { action: 'read' },\n});\n\nexport const apigeeManagePermission = createPermission({\n name: 'apigee.manage',\n attributes: { action: 'update' },\n});\n\nexport const apigeePermissions = [\n apigeeReadPermission,\n apigeeManagePermission,\n];\n"],"names":["createPermission"],"mappings":";;;;AAGO,MAAM,uBAAuBA,uCAAA,CAAiB;AAAA,EACnD,IAAA,EAAM,aAAA;AAAA,EACN,UAAA,EAAY,EAAE,MAAA,EAAQ,MAAA;AACxB,CAAC;AAEM,MAAM,yBAAyBA,uCAAA,CAAiB;AAAA,EACrD,IAAA,EAAM,eAAA;AAAA,EACN,UAAA,EAAY,EAAE,MAAA,EAAQ,QAAA;AACxB,CAAC;AAEM,MAAM,iBAAA,GAAoB;AAAA,EAC/B,oBAAA;AAAA,EACA;AACF;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permissions.esm.js","sources":["../src/permissions.ts"],"sourcesContent":["// SPDX-License-Identifier: Apache-2.0\
|
|
1
|
+
{"version":3,"file":"permissions.esm.js","sources":["../src/permissions.ts"],"sourcesContent":["// SPDX-License-Identifier: Apache-2.0\nimport { createPermission } from '@backstage/plugin-permission-common';\n\nexport const apigeeReadPermission = createPermission({\n name: 'apigee.read',\n attributes: { action: 'read' },\n});\n\nexport const apigeeManagePermission = createPermission({\n name: 'apigee.manage',\n attributes: { action: 'update' },\n});\n\nexport const apigeePermissions = [\n apigeeReadPermission,\n apigeeManagePermission,\n];\n"],"names":[],"mappings":";;AAGO,MAAM,uBAAuB,gBAAA,CAAiB;AAAA,EACnD,IAAA,EAAM,aAAA;AAAA,EACN,UAAA,EAAY,EAAE,MAAA,EAAQ,MAAA;AACxB,CAAC;AAEM,MAAM,yBAAyB,gBAAA,CAAiB;AAAA,EACrD,IAAA,EAAM,eAAA;AAAA,EACN,UAAA,EAAY,EAAE,MAAA,EAAQ,QAAA;AACxB,CAAC;AAEM,MAAM,iBAAA,GAAoB;AAAA,EAC/B,oBAAA;AAAA,EACA;AACF;;;;"}
|