@jfvilas/plugin-kwirth-backend 0.13.3 → 0.13.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -19,7 +19,5 @@ declare function createRouter(options: KwirthRouterOptions): Promise<express.Rou
19
19
 
20
20
  declare const kwirthPlugin: _backstage_backend_plugin_api.BackendFeatureCompat;
21
21
 
22
- declare const VERSION = "0.12.9";
23
-
24
- export { VERSION, createRouter, kwirthPlugin as default };
22
+ export { createRouter, kwirthPlugin as default };
25
23
  export type { KwirthRouterOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jfvilas/plugin-kwirth-backend",
3
- "version": "0.13.3",
3
+ "version": "0.13.4",
4
4
  "description": "Backstage backend plugin for Kwirth plugins",
5
5
  "keywords": [
6
6
  "Backstage",