@backstage/plugin-catalog-backend-module-gcp 0.0.0-nightly-20230912021137 → 0.0.0-nightly-20230914021123

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,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-gcp
2
2
 
3
- ## 0.0.0-nightly-20230912021137
3
+ ## 0.0.0-nightly-20230914021123
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -21,12 +21,40 @@
21
21
  ```
22
22
 
23
23
  - Updated dependencies
24
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230912021137
25
- - @backstage/config@0.0.0-nightly-20230912021137
26
- - @backstage/backend-common@0.0.0-nightly-20230912021137
27
- - @backstage/backend-plugin-api@0.0.0-nightly-20230912021137
28
- - @backstage/backend-tasks@0.0.0-nightly-20230912021137
29
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230912021137
24
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20230914021123
25
+ - @backstage/config@0.0.0-nightly-20230914021123
26
+ - @backstage/backend-common@0.0.0-nightly-20230914021123
27
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230914021123
28
+ - @backstage/backend-tasks@0.0.0-nightly-20230914021123
29
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230914021123
30
+
31
+ ## 0.1.3-next.3
32
+
33
+ ### Patch Changes
34
+
35
+ - 71114ac50e02: The export for the new backend system has been moved to be the `default` export.
36
+
37
+ For example, if you are currently importing the plugin using the following pattern:
38
+
39
+ ```ts
40
+ import { examplePlugin } from '@backstage/plugin-example-backend';
41
+
42
+ backend.add(examplePlugin);
43
+ ```
44
+
45
+ It should be migrated to this:
46
+
47
+ ```ts
48
+ backend.add(import('@backstage/plugin-example-backend'));
49
+ ```
50
+
51
+ - Updated dependencies
52
+ - @backstage/config@1.1.0-next.2
53
+ - @backstage/plugin-kubernetes-common@0.6.6-next.2
54
+ - @backstage/backend-plugin-api@0.6.3-next.3
55
+ - @backstage/backend-common@0.19.5-next.3
56
+ - @backstage/backend-tasks@0.5.8-next.3
57
+ - @backstage/plugin-catalog-node@1.4.4-next.3
30
58
 
31
59
  ## 0.1.3-next.2
32
60
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gcp",
3
- "version": "0.0.0-nightly-20230912021137",
3
+ "version": "0.0.0-nightly-20230914021123",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gcp",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards GCP",
4
- "version": "0.0.0-nightly-20230912021137",
4
+ "version": "0.0.0-nightly-20230914021123",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,18 +43,18 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.0.0-nightly-20230912021137",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230912021137",
48
- "@backstage/backend-tasks": "^0.0.0-nightly-20230912021137",
49
- "@backstage/config": "^0.0.0-nightly-20230912021137",
50
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230912021137",
51
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230912021137",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20230914021123",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230914021123",
48
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230914021123",
49
+ "@backstage/config": "^0.0.0-nightly-20230914021123",
50
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230914021123",
51
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20230914021123",
52
52
  "@google-cloud/container": "^4.15.0",
53
53
  "winston": "^3.2.1"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230912021137",
57
- "@backstage/cli": "^0.0.0-nightly-20230912021137"
56
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230914021123",
57
+ "@backstage/cli": "^0.0.0-nightly-20230914021123"
58
58
  },
59
59
  "files": [
60
60
  "config.d.ts",