@jfvilas/plugin-kwirth-log 0.13.1 → 0.13.3

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/dist/index.esm.js CHANGED
@@ -2,7 +2,7 @@ export { EntityKwirthLogContent, kwirthLogPlugin } from './plugin.esm.js';
2
2
  export { KwirthLogClient } from './api/KwirthLogClient.esm.js';
3
3
  export { kwirthLogApiRef } from './api/types.esm.js';
4
4
 
5
- const VERSION = "0.12.9";
5
+ const VERSION = "0.13.2";
6
6
 
7
7
  export { VERSION };
8
8
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["../src/index.ts"],"sourcesContent":["/*\r\nCopyright 2025 Julio Fernandez\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\nexport const VERSION='0.12.9'\r\n\r\nexport { EntityKwirthLogContent, kwirthLogPlugin } from './plugin'\r\nexport { KwirthLogClient, kwirthLogApiRef } from './api'\r\n\r\nexport type { KwirthLogApi, KwirthLogClientOptions } from './api'\r\n"],"names":[],"mappings":";;;;AAeO,MAAM,OAAA,GAAQ;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":["../src/index.ts"],"sourcesContent":["/*\r\nCopyright 2025 Julio Fernandez\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\nexport const VERSION='0.13.2'\r\n\r\nexport { EntityKwirthLogContent, kwirthLogPlugin } from './plugin'\r\nexport { KwirthLogClient, kwirthLogApiRef } from './api'\r\n\r\nexport type { KwirthLogApi, KwirthLogClientOptions } from './api'\r\n"],"names":[],"mappings":";;;;AAeO,MAAM,OAAA,GAAQ;;;;"}
@@ -24,7 +24,10 @@ const kwirthLogPlugin = createPlugin({
24
24
  const EntityKwirthLogContent = kwirthLogPlugin.provide(
25
25
  createRoutableExtension({
26
26
  name: "EntityKwirthLogContent",
27
- component: () => import('./components/EntityKwirthLogContent.esm.js').then((m) => m.EntityKwirthLogContent),
27
+ component: () => (
28
+ //import('./components/EntityKwirthLogContent').then(m => m.EntityKwirthLogContent),
29
+ import('./components/EntityKwirthLogContent.esm.js').then((m) => m.EntityKwirthLogContent)
30
+ ),
28
31
  mountPoint: rootRouteRef
29
32
  })
30
33
  );
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.esm.js","sources":["../src/plugin.ts"],"sourcesContent":["/*\r\nCopyright 2024 Julio Fernandez\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\n\r\nimport { kwirthLogApiRef, KwirthLogClient } from './api'\r\nimport { createApiFactory, createPlugin, createRoutableExtension } from '@backstage/core-plugin-api'\r\nimport { discoveryApiRef, fetchApiRef } from '@backstage/core-plugin-api'\r\nimport { rootRouteRef } from './routes'\r\n\r\nexport const kwirthLogPlugin = createPlugin({\r\n id: 'kwirthlog', \r\n apis: [\r\n createApiFactory({\r\n api: kwirthLogApiRef,\r\n deps: {\r\n discoveryApi: discoveryApiRef,\r\n fetchApi: fetchApiRef,\r\n },\r\n factory({ discoveryApi, fetchApi }) {\r\n return new KwirthLogClient({ discoveryApi, fetchApi });\r\n },\r\n }),\r\n ],\r\n routes: {\r\n root: rootRouteRef\r\n }\r\n})\r\n\r\nexport const EntityKwirthLogContent = kwirthLogPlugin.provide(\r\n createRoutableExtension({\r\n name: 'EntityKwirthLogContent',\r\n component: () =>\r\n import('./components/EntityKwirthLogContent').then(m => m.EntityKwirthLogContent),\r\n mountPoint: rootRouteRef\r\n })\r\n)\r\n"],"names":[],"mappings":";;;;;AAqBO,MAAM,kBAAkB,YAAA,CAAa;AAAA,EAC1C,EAAA,EAAI,WAAA;AAAA,EACJ,IAAA,EAAM;AAAA,IACJ,gBAAA,CAAiB;AAAA,MACf,GAAA,EAAK,eAAA;AAAA,MACL,IAAA,EAAM;AAAA,QACJ,YAAA,EAAc,eAAA;AAAA,QACd,QAAA,EAAU;AAAA,OACZ;AAAA,MACA,OAAA,CAAQ,EAAE,YAAA,EAAc,QAAA,EAAS,EAAG;AAClC,QAAA,OAAO,IAAI,eAAA,CAAgB,EAAE,YAAA,EAAc,UAAU,CAAA;AAAA,MACvD;AAAA,KACD;AAAA,GACH;AAAA,EACA,MAAA,EAAQ;AAAA,IACN,IAAA,EAAM;AAAA;AAEV,CAAC;AAEM,MAAM,yBAAyB,eAAA,CAAgB,OAAA;AAAA,EACpD,uBAAA,CAAwB;AAAA,IACtB,IAAA,EAAM,wBAAA;AAAA,IACN,SAAA,EAAW,MACT,OAAO,4CAAqC,EAAE,IAAA,CAAK,CAAA,CAAA,KAAK,EAAE,sBAAsB,CAAA;AAAA,IAClF,UAAA,EAAY;AAAA,GACb;AACH;;;;"}
1
+ {"version":3,"file":"plugin.esm.js","sources":["../src/plugin.ts"],"sourcesContent":["/*\r\nCopyright 2024 Julio Fernandez\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\n\r\nimport { kwirthLogApiRef, KwirthLogClient } from './api'\r\nimport { createApiFactory, createPlugin, createRoutableExtension } from '@backstage/core-plugin-api'\r\nimport { discoveryApiRef, fetchApiRef } from '@backstage/core-plugin-api'\r\nimport { rootRouteRef } from './routes'\r\n\r\nexport const kwirthLogPlugin = createPlugin({\r\n id: 'kwirthlog', \r\n apis: [\r\n createApiFactory({\r\n api: kwirthLogApiRef,\r\n deps: {\r\n discoveryApi: discoveryApiRef,\r\n fetchApi: fetchApiRef,\r\n },\r\n factory({ discoveryApi, fetchApi }) {\r\n return new KwirthLogClient({ discoveryApi, fetchApi });\r\n },\r\n }),\r\n ],\r\n routes: {\r\n root: rootRouteRef\r\n }\r\n})\r\n\r\nexport const EntityKwirthLogContent = kwirthLogPlugin.provide(\r\n createRoutableExtension({\r\n name: 'EntityKwirthLogContent',\r\n component: () =>\r\n //import('./components/EntityKwirthLogContent').then(m => m.EntityKwirthLogContent),\r\n import('./components/EntityKwirthLogContent').then(m => m.EntityKwirthLogContent as (props: any) => JSX.Element),\r\n mountPoint: rootRouteRef\r\n })\r\n)\r\n"],"names":[],"mappings":";;;;;AAqBO,MAAM,kBAAkB,YAAA,CAAa;AAAA,EAC1C,EAAA,EAAI,WAAA;AAAA,EACJ,IAAA,EAAM;AAAA,IACJ,gBAAA,CAAiB;AAAA,MACf,GAAA,EAAK,eAAA;AAAA,MACL,IAAA,EAAM;AAAA,QACJ,YAAA,EAAc,eAAA;AAAA,QACd,QAAA,EAAU;AAAA,OACZ;AAAA,MACA,OAAA,CAAQ,EAAE,YAAA,EAAc,QAAA,EAAS,EAAG;AAClC,QAAA,OAAO,IAAI,eAAA,CAAgB,EAAE,YAAA,EAAc,UAAU,CAAA;AAAA,MACvD;AAAA,KACD;AAAA,GACH;AAAA,EACA,MAAA,EAAQ;AAAA,IACN,IAAA,EAAM;AAAA;AAEV,CAAC;AAEM,MAAM,yBAAyB,eAAA,CAAgB,OAAA;AAAA,EACpD,uBAAA,CAAwB;AAAA,IACtB,IAAA,EAAM,wBAAA;AAAA,IACN,SAAA,EAAW;AAAA;AAAA,MAET,OAAO,4CAAqC,CAAA,CAAE,IAAA,CAAK,CAAA,CAAA,KAAK,EAAE,sBAAqD;AAAA,KAAA;AAAA,IACjH,UAAA,EAAY;AAAA,GACb;AACH;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jfvilas/plugin-kwirth-log",
3
- "version": "0.13.1",
3
+ "version": "0.13.3",
4
4
  "description": "Frontend plugin for viewing real-time Kubernetes logs in Backstage",
5
5
  "keywords": [
6
6
  "Backstage",