@backstage/plugin-catalog-backend-module-gcp 0.0.0-nightly-20250106023326 → 0.0.0-nightly-20250108023235

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/CHANGELOG.md +17 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,26 @@
1
1
  # @backstage/plugin-catalog-backend-module-gcp
2
2
 
3
- ## 0.0.0-nightly-20250106023326
3
+ ## 0.0.0-nightly-20250108023235
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250106023326
9
- - @backstage/catalog-model@0.0.0-nightly-20250106023326
10
- - @backstage/config@0.0.0-nightly-20250106023326
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250106023326
12
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20250106023326
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250108023235
9
+ - @backstage/catalog-model@0.0.0-nightly-20250108023235
10
+ - @backstage/config@0.0.0-nightly-20250108023235
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250108023235
12
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20250108023235
13
+
14
+ ## 0.3.4-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@1.1.1-next.1
20
+ - @backstage/catalog-model@1.7.3-next.0
21
+ - @backstage/config@1.3.2-next.0
22
+ - @backstage/plugin-catalog-node@1.15.1-next.1
23
+ - @backstage/plugin-kubernetes-common@0.9.2-next.0
13
24
 
14
25
  ## 0.3.4-next.0
15
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gcp",
3
- "version": "0.0.0-nightly-20250106023326",
3
+ "version": "0.0.0-nightly-20250108023235",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GCP",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -60,16 +60,16 @@
60
60
  "test": "backstage-cli package test"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250106023326",
64
- "@backstage/catalog-model": "0.0.0-nightly-20250106023326",
65
- "@backstage/config": "0.0.0-nightly-20250106023326",
66
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250106023326",
67
- "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20250106023326",
63
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250108023235",
64
+ "@backstage/catalog-model": "0.0.0-nightly-20250108023235",
65
+ "@backstage/config": "0.0.0-nightly-20250108023235",
66
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250108023235",
67
+ "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20250108023235",
68
68
  "@google-cloud/container": "^5.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-test-utils": "0.0.0-nightly-20250106023326",
72
- "@backstage/cli": "0.0.0-nightly-20250106023326"
71
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250108023235",
72
+ "@backstage/cli": "0.0.0-nightly-20250108023235"
73
73
  },
74
74
  "configSchema": "config.d.ts"
75
75
  }