@backstage-community/plugin-allure 0.1.54 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @backstage-community/plugin-allure
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ea5a446: Backstage version bump to v1.34.1
8
+
9
+ ## 0.1.55
10
+
11
+ ### Patch Changes
12
+
13
+ - 0a41508: Backstage version bump to v1.32.2
14
+
3
15
  ## 0.1.54
4
16
 
5
17
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"AllureApi.esm.js","sources":["../../src/api/AllureApi.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createApiRef } from '@backstage/core-plugin-api';\n\nexport type AllureApi = {\n getReportUrl(projectId: string): Promise<string>;\n};\n\nexport const allureApiRef = createApiRef<AllureApi>({\n id: 'allure-api',\n});\n"],"names":[],"mappings":";;AAqBO,MAAM,eAAe,YAAwB,CAAA;AAAA,EAClD,EAAI,EAAA,YAAA;AACN,CAAC;;;;"}
1
+ {"version":3,"file":"AllureApi.esm.js","sources":["../../src/api/AllureApi.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createApiRef } from '@backstage/core-plugin-api';\n\nexport type AllureApi = {\n getReportUrl(projectId: string): Promise<string>;\n};\n\nexport const allureApiRef = createApiRef<AllureApi>({\n id: 'allure-api',\n});\n"],"names":[],"mappings":";;AAqBO,MAAM,eAAe,YAAwB,CAAA;AAAA,EAClD,EAAI,EAAA;AACN,CAAC;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllureApiClient.esm.js","sources":["../../src/api/AllureApiClient.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { ConfigApi } from '@backstage/core-plugin-api';\nimport { AllureApi } from './AllureApi';\n\nexport class AllureApiClient implements AllureApi {\n readonly configApi: ConfigApi;\n\n constructor(options: { configApi: ConfigApi }) {\n this.configApi = options.configApi;\n }\n\n async getReportUrl(projectId: string): Promise<string> {\n const baseUrl = this.configApi.getString('allure.baseUrl');\n return `${baseUrl}/projects/${projectId}/reports/latest/index.html`;\n }\n}\n"],"names":[],"mappings":"AAkBO,MAAM,eAAqC,CAAA;AAAA,EACvC,SAAA,CAAA;AAAA,EAET,YAAY,OAAmC,EAAA;AAC7C,IAAA,IAAA,CAAK,YAAY,OAAQ,CAAA,SAAA,CAAA;AAAA,GAC3B;AAAA,EAEA,MAAM,aAAa,SAAoC,EAAA;AACrD,IAAA,MAAM,OAAU,GAAA,IAAA,CAAK,SAAU,CAAA,SAAA,CAAU,gBAAgB,CAAA,CAAA;AACzD,IAAO,OAAA,CAAA,EAAG,OAAO,CAAA,UAAA,EAAa,SAAS,CAAA,0BAAA,CAAA,CAAA;AAAA,GACzC;AACF;;;;"}
1
+ {"version":3,"file":"AllureApiClient.esm.js","sources":["../../src/api/AllureApiClient.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { ConfigApi } from '@backstage/core-plugin-api';\nimport { AllureApi } from './AllureApi';\n\nexport class AllureApiClient implements AllureApi {\n readonly configApi: ConfigApi;\n\n constructor(options: { configApi: ConfigApi }) {\n this.configApi = options.configApi;\n }\n\n async getReportUrl(projectId: string): Promise<string> {\n const baseUrl = this.configApi.getString('allure.baseUrl');\n return `${baseUrl}/projects/${projectId}/reports/latest/index.html`;\n }\n}\n"],"names":[],"mappings":"AAkBO,MAAM,eAAqC,CAAA;AAAA,EACvC,SAAA;AAAA,EAET,YAAY,OAAmC,EAAA;AAC7C,IAAA,IAAA,CAAK,YAAY,OAAQ,CAAA,SAAA;AAAA;AAC3B,EAEA,MAAM,aAAa,SAAoC,EAAA;AACrD,IAAA,MAAM,OAAU,GAAA,IAAA,CAAK,SAAU,CAAA,SAAA,CAAU,gBAAgB,CAAA;AACzD,IAAO,OAAA,CAAA,EAAG,OAAO,CAAA,UAAA,EAAa,SAAS,CAAA,0BAAA,CAAA;AAAA;AAE3C;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllureReportComponent.esm.js","sources":["../../../src/components/AllureReportComponent/AllureReportComponent.tsx"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport React from 'react';\nimport { useApi } from '@backstage/core-plugin-api';\nimport { allureApiRef } from '../../api';\nimport {\n useEntity,\n MissingAnnotationEmptyState,\n} from '@backstage/plugin-catalog-react';\nimport {\n ALLURE_PROJECT_ID_ANNOTATION,\n isAllureReportAvailable,\n getAllureProjectId,\n} from '../annotationHelpers';\nimport { Progress } from '@backstage/core-components';\nimport useAsync from 'react-use/esm/useAsync';\nimport { Entity } from '@backstage/catalog-model';\n\nconst AllureReport = (props: { entity: Entity }) => {\n const allureApi = useApi(allureApiRef);\n\n const allureProjectId = getAllureProjectId(props.entity);\n const { value, loading } = useAsync(async () => {\n const url = await allureApi.getReportUrl(allureProjectId);\n return url;\n });\n\n if (loading) {\n return <Progress />;\n }\n return (\n <iframe\n style={{\n display: 'table',\n width: '100%',\n height: '100%',\n }}\n title=\"Allure Report\"\n src={value}\n />\n );\n};\n\nexport const AllureReportComponent = () => {\n const { entity } = useEntity();\n const isReportAvailable = entity && isAllureReportAvailable(entity);\n\n if (isReportAvailable) return <AllureReport entity={entity} />;\n return (\n <MissingAnnotationEmptyState annotation={ALLURE_PROJECT_ID_ANNOTATION} />\n );\n};\n"],"names":[],"mappings":";;;;;;;;AA+BA,MAAM,YAAA,GAAe,CAAC,KAA8B,KAAA;AAClD,EAAM,MAAA,SAAA,GAAY,OAAO,YAAY,CAAA,CAAA;AAErC,EAAM,MAAA,eAAA,GAAkB,kBAAmB,CAAA,KAAA,CAAM,MAAM,CAAA,CAAA;AACvD,EAAA,MAAM,EAAE,KAAA,EAAO,OAAQ,EAAA,GAAI,SAAS,YAAY;AAC9C,IAAA,MAAM,GAAM,GAAA,MAAM,SAAU,CAAA,YAAA,CAAa,eAAe,CAAA,CAAA;AACxD,IAAO,OAAA,GAAA,CAAA;AAAA,GACR,CAAA,CAAA;AAED,EAAA,IAAI,OAAS,EAAA;AACX,IAAA,2CAAQ,QAAS,EAAA,IAAA,CAAA,CAAA;AAAA,GACnB;AACA,EACE,uBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,QAAA;AAAA,IAAA;AAAA,MACC,KAAO,EAAA;AAAA,QACL,OAAS,EAAA,OAAA;AAAA,QACT,KAAO,EAAA,MAAA;AAAA,QACP,MAAQ,EAAA,MAAA;AAAA,OACV;AAAA,MACA,KAAM,EAAA,eAAA;AAAA,MACN,GAAK,EAAA,KAAA;AAAA,KAAA;AAAA,GACP,CAAA;AAEJ,CAAA,CAAA;AAEO,MAAM,wBAAwB,MAAM;AACzC,EAAM,MAAA,EAAE,MAAO,EAAA,GAAI,SAAU,EAAA,CAAA;AAC7B,EAAM,MAAA,iBAAA,GAAoB,MAAU,IAAA,uBAAA,CAAwB,MAAM,CAAA,CAAA;AAElE,EAAA,IAAI,iBAAmB,EAAA,uBAAQ,KAAA,CAAA,aAAA,CAAA,YAAA,EAAA,EAAa,MAAgB,EAAA,CAAA,CAAA;AAC5D,EACE,uBAAA,KAAA,CAAA,aAAA,CAAC,2BAA4B,EAAA,EAAA,UAAA,EAAY,4BAA8B,EAAA,CAAA,CAAA;AAE3E;;;;"}
1
+ {"version":3,"file":"AllureReportComponent.esm.js","sources":["../../../src/components/AllureReportComponent/AllureReportComponent.tsx"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport React from 'react';\nimport { useApi } from '@backstage/core-plugin-api';\nimport { allureApiRef } from '../../api';\nimport {\n useEntity,\n MissingAnnotationEmptyState,\n} from '@backstage/plugin-catalog-react';\nimport {\n ALLURE_PROJECT_ID_ANNOTATION,\n isAllureReportAvailable,\n getAllureProjectId,\n} from '../annotationHelpers';\nimport { Progress } from '@backstage/core-components';\nimport useAsync from 'react-use/esm/useAsync';\nimport { Entity } from '@backstage/catalog-model';\n\nconst AllureReport = (props: { entity: Entity }) => {\n const allureApi = useApi(allureApiRef);\n\n const allureProjectId = getAllureProjectId(props.entity);\n const { value, loading } = useAsync(async () => {\n const url = await allureApi.getReportUrl(allureProjectId);\n return url;\n });\n\n if (loading) {\n return <Progress />;\n }\n return (\n <iframe\n style={{\n display: 'table',\n width: '100%',\n height: '100%',\n }}\n title=\"Allure Report\"\n src={value}\n />\n );\n};\n\nexport const AllureReportComponent = () => {\n const { entity } = useEntity();\n const isReportAvailable = entity && isAllureReportAvailable(entity);\n\n if (isReportAvailable) return <AllureReport entity={entity} />;\n return (\n <MissingAnnotationEmptyState annotation={ALLURE_PROJECT_ID_ANNOTATION} />\n );\n};\n"],"names":[],"mappings":";;;;;;;;AA+BA,MAAM,YAAA,GAAe,CAAC,KAA8B,KAAA;AAClD,EAAM,MAAA,SAAA,GAAY,OAAO,YAAY,CAAA;AAErC,EAAM,MAAA,eAAA,GAAkB,kBAAmB,CAAA,KAAA,CAAM,MAAM,CAAA;AACvD,EAAA,MAAM,EAAE,KAAA,EAAO,OAAQ,EAAA,GAAI,SAAS,YAAY;AAC9C,IAAA,MAAM,GAAM,GAAA,MAAM,SAAU,CAAA,YAAA,CAAa,eAAe,CAAA;AACxD,IAAO,OAAA,GAAA;AAAA,GACR,CAAA;AAED,EAAA,IAAI,OAAS,EAAA;AACX,IAAA,2CAAQ,QAAS,EAAA,IAAA,CAAA;AAAA;AAEnB,EACE,uBAAA,KAAA,CAAA,aAAA;AAAA,IAAC,QAAA;AAAA,IAAA;AAAA,MACC,KAAO,EAAA;AAAA,QACL,OAAS,EAAA,OAAA;AAAA,QACT,KAAO,EAAA,MAAA;AAAA,QACP,MAAQ,EAAA;AAAA,OACV;AAAA,MACA,KAAM,EAAA,eAAA;AAAA,MACN,GAAK,EAAA;AAAA;AAAA,GACP;AAEJ,CAAA;AAEO,MAAM,wBAAwB,MAAM;AACzC,EAAM,MAAA,EAAE,MAAO,EAAA,GAAI,SAAU,EAAA;AAC7B,EAAM,MAAA,iBAAA,GAAoB,MAAU,IAAA,uBAAA,CAAwB,MAAM,CAAA;AAElE,EAAA,IAAI,iBAAmB,EAAA,uBAAQ,KAAA,CAAA,aAAA,CAAA,YAAA,EAAA,EAAa,MAAgB,EAAA,CAAA;AAC5D,EACE,uBAAA,KAAA,CAAA,aAAA,CAAC,2BAA4B,EAAA,EAAA,UAAA,EAAY,4BAA8B,EAAA,CAAA;AAE3E;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"annotationHelpers.esm.js","sources":["../../src/components/annotationHelpers.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { Entity } from '@backstage/catalog-model';\n\n/** @public */\nexport const ALLURE_PROJECT_ID_ANNOTATION = 'qameta.io/allure-project';\n\n/** @public */\nexport const isAllureReportAvailable = (entity: Entity) =>\n Boolean(entity.metadata.annotations?.[ALLURE_PROJECT_ID_ANNOTATION]);\n\nexport const getAllureProjectId = (entity: Entity) => {\n return entity?.metadata.annotations?.[ALLURE_PROJECT_ID_ANNOTATION] ?? '';\n};\n"],"names":[],"mappings":"AAkBO,MAAM,4BAA+B,GAAA,2BAAA;AAG/B,MAAA,uBAAA,GAA0B,CAAC,MACtC,KAAA,OAAA,CAAQ,OAAO,QAAS,CAAA,WAAA,GAAc,4BAA4B,CAAC,EAAA;AAExD,MAAA,kBAAA,GAAqB,CAAC,MAAmB,KAAA;AACpD,EAAA,OAAO,MAAQ,EAAA,QAAA,CAAS,WAAc,GAAA,4BAA4B,CAAK,IAAA,EAAA,CAAA;AACzE;;;;"}
1
+ {"version":3,"file":"annotationHelpers.esm.js","sources":["../../src/components/annotationHelpers.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { Entity } from '@backstage/catalog-model';\n\n/** @public */\nexport const ALLURE_PROJECT_ID_ANNOTATION = 'qameta.io/allure-project';\n\n/** @public */\nexport const isAllureReportAvailable = (entity: Entity) =>\n Boolean(entity.metadata.annotations?.[ALLURE_PROJECT_ID_ANNOTATION]);\n\nexport const getAllureProjectId = (entity: Entity) => {\n return entity?.metadata.annotations?.[ALLURE_PROJECT_ID_ANNOTATION] ?? '';\n};\n"],"names":[],"mappings":"AAkBO,MAAM,4BAA+B,GAAA;AAG/B,MAAA,uBAAA,GAA0B,CAAC,MACtC,KAAA,OAAA,CAAQ,OAAO,QAAS,CAAA,WAAA,GAAc,4BAA4B,CAAC;AAExD,MAAA,kBAAA,GAAqB,CAAC,MAAmB,KAAA;AACpD,EAAA,OAAO,MAAQ,EAAA,QAAA,CAAS,WAAc,GAAA,4BAA4B,CAAK,IAAA,EAAA;AACzE;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.esm.js","sources":["../src/plugin.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport {\n configApiRef,\n createApiFactory,\n createPlugin,\n createRoutableExtension,\n createRouteRef,\n} from '@backstage/core-plugin-api';\nimport { AllureApiClient, allureApiRef } from './api';\n\nexport const allureRouteRef = createRouteRef({\n id: 'allure',\n});\n\n/** @public */\nexport const allurePlugin = createPlugin({\n id: 'allure',\n apis: [\n createApiFactory({\n api: allureApiRef,\n deps: {\n configApi: configApiRef,\n },\n factory: ({ configApi }) => new AllureApiClient({ configApi }),\n }),\n ],\n routes: {\n root: allureRouteRef,\n },\n});\n\n/** @public */\nexport const EntityAllureReportContent = allurePlugin.provide(\n createRoutableExtension({\n name: 'EntityAllureReportContent',\n component: () =>\n import('./components/AllureReportComponent').then(\n m => m.AllureReportComponent,\n ),\n mountPoint: allureRouteRef,\n }),\n);\n"],"names":[],"mappings":";;;;AAwBO,MAAM,iBAAiB,cAAe,CAAA;AAAA,EAC3C,EAAI,EAAA,QAAA;AACN,CAAC,EAAA;AAGM,MAAM,eAAe,YAAa,CAAA;AAAA,EACvC,EAAI,EAAA,QAAA;AAAA,EACJ,IAAM,EAAA;AAAA,IACJ,gBAAiB,CAAA;AAAA,MACf,GAAK,EAAA,YAAA;AAAA,MACL,IAAM,EAAA;AAAA,QACJ,SAAW,EAAA,YAAA;AAAA,OACb;AAAA,MACA,OAAA,EAAS,CAAC,EAAE,SAAA,OAAgB,IAAI,eAAA,CAAgB,EAAE,SAAA,EAAW,CAAA;AAAA,KAC9D,CAAA;AAAA,GACH;AAAA,EACA,MAAQ,EAAA;AAAA,IACN,IAAM,EAAA,cAAA;AAAA,GACR;AACF,CAAC,EAAA;AAGM,MAAM,4BAA4B,YAAa,CAAA,OAAA;AAAA,EACpD,uBAAwB,CAAA;AAAA,IACtB,IAAM,EAAA,2BAAA;AAAA,IACN,SAAW,EAAA,MACT,OAAO,iDAAoC,CAAE,CAAA,IAAA;AAAA,MAC3C,OAAK,CAAE,CAAA,qBAAA;AAAA,KACT;AAAA,IACF,UAAY,EAAA,cAAA;AAAA,GACb,CAAA;AACH;;;;"}
1
+ {"version":3,"file":"plugin.esm.js","sources":["../src/plugin.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport {\n configApiRef,\n createApiFactory,\n createPlugin,\n createRoutableExtension,\n createRouteRef,\n} from '@backstage/core-plugin-api';\nimport { AllureApiClient, allureApiRef } from './api';\n\nexport const allureRouteRef = createRouteRef({\n id: 'allure',\n});\n\n/** @public */\nexport const allurePlugin = createPlugin({\n id: 'allure',\n apis: [\n createApiFactory({\n api: allureApiRef,\n deps: {\n configApi: configApiRef,\n },\n factory: ({ configApi }) => new AllureApiClient({ configApi }),\n }),\n ],\n routes: {\n root: allureRouteRef,\n },\n});\n\n/** @public */\nexport const EntityAllureReportContent = allurePlugin.provide(\n createRoutableExtension({\n name: 'EntityAllureReportContent',\n component: () =>\n import('./components/AllureReportComponent').then(\n m => m.AllureReportComponent,\n ),\n mountPoint: allureRouteRef,\n }),\n);\n"],"names":[],"mappings":";;;;AAwBO,MAAM,iBAAiB,cAAe,CAAA;AAAA,EAC3C,EAAI,EAAA;AACN,CAAC;AAGM,MAAM,eAAe,YAAa,CAAA;AAAA,EACvC,EAAI,EAAA,QAAA;AAAA,EACJ,IAAM,EAAA;AAAA,IACJ,gBAAiB,CAAA;AAAA,MACf,GAAK,EAAA,YAAA;AAAA,MACL,IAAM,EAAA;AAAA,QACJ,SAAW,EAAA;AAAA,OACb;AAAA,MACA,OAAA,EAAS,CAAC,EAAE,SAAA,OAAgB,IAAI,eAAA,CAAgB,EAAE,SAAA,EAAW;AAAA,KAC9D;AAAA,GACH;AAAA,EACA,MAAQ,EAAA;AAAA,IACN,IAAM,EAAA;AAAA;AAEV,CAAC;AAGM,MAAM,4BAA4B,YAAa,CAAA,OAAA;AAAA,EACpD,uBAAwB,CAAA;AAAA,IACtB,IAAM,EAAA,2BAAA;AAAA,IACN,SAAW,EAAA,MACT,OAAO,iDAAoC,CAAE,CAAA,IAAA;AAAA,MAC3C,OAAK,CAAE,CAAA;AAAA,KACT;AAAA,IACF,UAAY,EAAA;AAAA,GACb;AACH;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-allure",
3
- "version": "0.1.54",
3
+ "version": "0.2.0",
4
4
  "description": "A Backstage plugin that integrates with Allure",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -37,17 +37,17 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/catalog-model": "^1.7.0",
41
- "@backstage/core-components": "^0.15.0",
42
- "@backstage/core-plugin-api": "^1.9.4",
43
- "@backstage/plugin-catalog-react": "^1.13.1",
40
+ "@backstage/catalog-model": "^1.7.2",
41
+ "@backstage/core-components": "^0.16.2",
42
+ "@backstage/core-plugin-api": "^1.10.2",
43
+ "@backstage/plugin-catalog-react": "^1.15.0",
44
44
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
45
45
  "react-use": "^17.2.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.27.1",
49
- "@backstage/dev-utils": "^1.1.1",
50
- "@backstage/test-utils": "^1.6.0",
48
+ "@backstage/cli": "^0.29.4",
49
+ "@backstage/dev-utils": "^1.1.5",
50
+ "@backstage/test-utils": "^1.7.3",
51
51
  "@testing-library/dom": "^10.0.0",
52
52
  "@testing-library/jest-dom": "^6.0.0",
53
53
  "@testing-library/react": "^15.0.0",
@@ -79,5 +79,12 @@
79
79
  }
80
80
  }
81
81
  },
82
+ "typesVersions": {
83
+ "*": {
84
+ "index": [
85
+ "dist/index.d.ts"
86
+ ]
87
+ }
88
+ },
82
89
  "module": "./dist/index.esm.js"
83
90
  }