@axis-backstage/plugin-statuspage-common 0.2.1 → 0.3.0

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.
@@ -0,0 +1,4 @@
1
+ const STATUSPAGE_ANNOTATION = "statuspage.io/components";
2
+
3
+ export { STATUSPAGE_ANNOTATION };
4
+ //# sourceMappingURL=annotations.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotations.esm.js","sources":["../src/annotations.ts"],"sourcesContent":["/**\n * Annotation used by Entities that will embed statuspage.io components and\n * component groups.\n *\n * @public\n */\nexport const STATUSPAGE_ANNOTATION = 'statuspage.io/components';\n"],"names":[],"mappings":"AAMO,MAAM,qBAAwB,GAAA;;;;"}
package/dist/index.esm.js CHANGED
@@ -1,4 +1,2 @@
1
- const STATUSPAGE_ANNOTATION = "statuspage.io/components";
2
-
3
- export { STATUSPAGE_ANNOTATION };
1
+ export { STATUSPAGE_ANNOTATION } from './annotations.esm.js';
4
2
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["../src/annotations.ts"],"sourcesContent":["/**\n * Annotation used by Entities that will embed statuspage.io components and\n * component groups.\n *\n * @public\n */\nexport const STATUSPAGE_ANNOTATION = 'statuspage.io/components';\n"],"names":[],"mappings":"AAMO,MAAM,qBAAwB,GAAA;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axis-backstage/plugin-statuspage-common",
3
3
  "description": "Common functionalities for the statuspage plugin",
4
- "version": "0.2.1",
4
+ "version": "0.3.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -25,7 +25,7 @@
25
25
  "postpack": "backstage-cli package postpack"
26
26
  },
27
27
  "devDependencies": {
28
- "@backstage/cli": "^0.26.3"
28
+ "@backstage/cli": "^0.26.6"
29
29
  },
30
30
  "files": [
31
31
  "dist"