@backstage/plugin-catalog-backend-module-gcp 0.0.0-nightly-20241022023338 → 0.0.0-nightly-20241024023249

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,14 +1,25 @@
1
1
  # @backstage/plugin-catalog-backend-module-gcp
2
2
 
3
- ## 0.0.0-nightly-20241022023338
3
+ ## 0.0.0-nightly-20241024023249
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20241022023338
8
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20241024023249
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241024023249
10
+ - @backstage/catalog-model@1.7.0
11
+ - @backstage/config@1.2.0
12
+ - @backstage/plugin-kubernetes-common@0.8.3
13
+
14
+ ## 0.3.2-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/plugin-catalog-node@1.14.0-next.0
20
+ - @backstage/backend-plugin-api@1.0.2-next.0
9
21
  - @backstage/catalog-model@1.7.0
10
22
  - @backstage/config@1.2.0
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241022023338
12
23
  - @backstage/plugin-kubernetes-common@0.8.3
13
24
 
14
25
  ## 0.3.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gcp__alpha",
3
- "version": "0.0.0-nightly-20241022023338",
3
+ "version": "0.0.0-nightly-20241024023249",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20241022023338",
3
+ "version": "0.0.0-nightly-20241024023249",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GCP",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -51,16 +51,16 @@
51
51
  "test": "backstage-cli package test"
52
52
  },
53
53
  "dependencies": {
54
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241022023338",
54
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241024023249",
55
55
  "@backstage/catalog-model": "1.7.0",
56
56
  "@backstage/config": "1.2.0",
57
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241022023338",
57
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20241024023249",
58
58
  "@backstage/plugin-kubernetes-common": "0.8.3",
59
59
  "@google-cloud/container": "^5.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/backend-test-utils": "0.0.0-nightly-20241022023338",
63
- "@backstage/cli": "0.0.0-nightly-20241022023338"
62
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241024023249",
63
+ "@backstage/cli": "0.0.0-nightly-20241024023249"
64
64
  },
65
65
  "configSchema": "config.d.ts"
66
66
  }