@backstage/plugin-catalog-backend-module-gcp 0.0.0-nightly-20230812020809 → 0.0.0-nightly-20230813020939

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-20230812020809
3
+ ## 0.0.0-nightly-20230813020939
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,10 +10,10 @@
10
10
 
11
11
  - 629cbd194a87: Use `coreServices.rootConfig` instead of `coreService.config`
12
12
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20230812020809
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230812020809
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20230812020809
16
- - @backstage/backend-tasks@0.0.0-nightly-20230812020809
13
+ - @backstage/backend-common@0.0.0-nightly-20230813020939
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230813020939
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230813020939
16
+ - @backstage/backend-tasks@0.0.0-nightly-20230813020939
17
17
  - @backstage/config@1.0.8
18
18
  - @backstage/plugin-kubernetes-common@0.6.5
19
19
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gcp",
3
- "version": "0.0.0-nightly-20230812020809",
3
+ "version": "0.0.0-nightly-20230813020939",
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-20230812020809",
4
+ "version": "0.0.0-nightly-20230813020939",
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-20230812020809",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230812020809",
48
- "@backstage/backend-tasks": "^0.0.0-nightly-20230812020809",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20230813020939",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230813020939",
48
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230813020939",
49
49
  "@backstage/config": "^1.0.8",
50
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230812020809",
50
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230813020939",
51
51
  "@backstage/plugin-kubernetes-common": "^0.6.5",
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-20230812020809",
57
- "@backstage/cli": "^0.0.0-nightly-20230812020809"
56
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230813020939",
57
+ "@backstage/cli": "^0.0.0-nightly-20230813020939"
58
58
  },
59
59
  "files": [
60
60
  "config.d.ts",