@backstage/plugin-catalog-backend-module-gcp 0.0.0-nightly-20240223020953 → 0.0.0-nightly-20240224020839

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,17 +1,17 @@
1
1
  # @backstage/plugin-catalog-backend-module-gcp
2
2
 
3
- ## 0.0.0-nightly-20240223020953
3
+ ## 0.0.0-nightly-20240224020839
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240223020953
9
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20240223020953
10
- - @backstage/backend-tasks@0.0.0-nightly-20240223020953
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240223020953
12
- - @backstage/catalog-model@1.4.4
13
- - @backstage/config@1.1.1
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240223020953
8
+ - @backstage/backend-common@0.0.0-nightly-20240224020839
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240224020839
10
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20240224020839
11
+ - @backstage/backend-tasks@0.0.0-nightly-20240224020839
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240224020839
13
+ - @backstage/catalog-model@0.0.0-nightly-20240224020839
14
+ - @backstage/config@0.0.0-nightly-20240224020839
15
15
 
16
16
  ## 0.1.10
17
17
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gcp",
3
- "version": "0.0.0-nightly-20240223020953",
3
+ "version": "0.0.0-nightly-20240224020839",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,13 +1,23 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gcp",
3
+ "version": "0.0.0-nightly-20240224020839",
3
4
  "description": "A Backstage catalog backend module that helps integrate towards GCP",
4
- "version": "0.0.0-nightly-20240223020953",
5
- "main": "./dist/index.cjs.js",
6
- "types": "./dist/index.d.ts",
7
- "license": "Apache-2.0",
5
+ "backstage": {
6
+ "role": "backend-plugin-module"
7
+ },
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
+ "keywords": [
12
+ "backstage"
13
+ ],
14
+ "homepage": "https://backstage.io",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/backstage/backstage",
18
+ "directory": "plugins/catalog-backend-module-gcp"
19
+ },
20
+ "license": "Apache-2.0",
11
21
  "exports": {
12
22
  ".": {
13
23
  "require": "./dist/index.cjs.js",
@@ -21,46 +31,36 @@
21
31
  },
22
32
  "./package.json": "./package.json"
23
33
  },
24
- "backstage": {
25
- "role": "backend-plugin-module"
26
- },
27
- "homepage": "https://backstage.io",
28
- "repository": {
29
- "type": "git",
30
- "url": "https://github.com/backstage/backstage",
31
- "directory": "plugins/catalog-backend-module-gcp"
32
- },
33
- "keywords": [
34
- "backstage"
34
+ "main": "./dist/index.cjs.js",
35
+ "types": "./dist/index.d.ts",
36
+ "files": [
37
+ "config.d.ts",
38
+ "dist",
39
+ "alpha"
35
40
  ],
36
41
  "scripts": {
37
- "start": "backstage-cli package start",
38
42
  "build": "backstage-cli package build",
43
+ "clean": "backstage-cli package clean",
39
44
  "lint": "backstage-cli package lint",
40
- "test": "backstage-cli package test",
41
45
  "prepack": "backstage-cli package prepack",
42
46
  "postpack": "backstage-cli package postpack",
43
- "clean": "backstage-cli package clean"
47
+ "start": "backstage-cli package start",
48
+ "test": "backstage-cli package test"
44
49
  },
45
50
  "dependencies": {
46
- "@backstage/backend-common": "^0.0.0-nightly-20240223020953",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240223020953",
48
- "@backstage/backend-tasks": "^0.0.0-nightly-20240223020953",
49
- "@backstage/catalog-model": "^1.4.4",
50
- "@backstage/config": "^1.1.1",
51
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240223020953",
52
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240223020953",
51
+ "@backstage/backend-common": "^0.0.0-nightly-20240224020839",
52
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240224020839",
53
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240224020839",
54
+ "@backstage/catalog-model": "^0.0.0-nightly-20240224020839",
55
+ "@backstage/config": "^0.0.0-nightly-20240224020839",
56
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240224020839",
57
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240224020839",
53
58
  "@google-cloud/container": "^5.0.0",
54
59
  "winston": "^3.2.1"
55
60
  },
56
61
  "devDependencies": {
57
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240223020953",
58
- "@backstage/cli": "^0.0.0-nightly-20240223020953"
62
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240224020839",
63
+ "@backstage/cli": "^0.0.0-nightly-20240224020839"
59
64
  },
60
- "files": [
61
- "config.d.ts",
62
- "dist",
63
- "alpha"
64
- ],
65
65
  "configSchema": "config.d.ts"
66
66
  }