@nospt/backstage-plugin-apigee-common 0.1.0 → 0.1.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.
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
+ ```
package/dist/index.cjs.js CHANGED
File without changes
File without changes
package/dist/index.d.ts CHANGED
File without changes
package/dist/index.esm.js CHANGED
File without changes
File without changes
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"permissions.cjs.js","sources":["../src/permissions.ts"],"sourcesContent":["// SPDX-License-Identifier: Apache-2.0\r\nimport { createPermission } from '@backstage/plugin-permission-common';\r\n\r\nexport const apigeeReadPermission = createPermission({\r\n name: 'apigee.read',\r\n attributes: { action: 'read' },\r\n});\r\n\r\nexport const apigeeManagePermission = createPermission({\r\n name: 'apigee.manage',\r\n attributes: { action: 'update' },\r\n});\r\n\r\nexport const apigeePermissions = [\r\n apigeeReadPermission,\r\n apigeeManagePermission,\r\n];\r\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
+ {"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;;;;;;"}
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"permissions.esm.js","sources":["../src/permissions.ts"],"sourcesContent":["// SPDX-License-Identifier: Apache-2.0\r\nimport { createPermission } from '@backstage/plugin-permission-common';\r\n\r\nexport const apigeeReadPermission = createPermission({\r\n name: 'apigee.read',\r\n attributes: { action: 'read' },\r\n});\r\n\r\nexport const apigeeManagePermission = createPermission({\r\n name: 'apigee.manage',\r\n attributes: { action: 'update' },\r\n});\r\n\r\nexport const apigeePermissions = [\r\n apigeeReadPermission,\r\n apigeeManagePermission,\r\n];\r\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;;;;"}
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;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nospt/backstage-plugin-apigee-common",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Common bootstrap package for the Apigee Backstage plugin",
6
6
  "author": "NOS SGPS, S.A.",
@@ -59,4 +59,4 @@
59
59
  }
60
60
  },
61
61
  "module": "dist/index.esm.js"
62
- }
62
+ }