@backstage/plugin-scaffolder-backend-module-gcp 0.0.0-nightly-20240805021931 → 0.0.0-nightly-20240808021919

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 +15 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,26 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gcp
2
2
 
3
- ## 0.0.0-nightly-20240805021931
3
+ ## 0.0.0-nightly-20240808021919
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/integration@0.0.0-nightly-20240805021931
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240805021931
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240808021919
9
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240808021919
10
+ - @backstage/integration@0.0.0-nightly-20240808021919
11
+ - @backstage/config@1.2.0
12
+ - @backstage/errors@1.2.4
13
+
14
+ ## 0.1.1-next.2
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@0.8.0-next.2
20
+ - @backstage/plugin-scaffolder-node@0.4.9-next.2
21
+ - @backstage/integration@1.14.0-next.0
10
22
  - @backstage/config@1.2.0
11
23
  - @backstage/errors@1.2.4
12
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240805021931
13
24
 
14
25
  ## 0.1.1-next.1
15
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gcp",
3
- "version": "0.0.0-nightly-20240805021931",
3
+ "version": "0.0.0-nightly-20240808021919",
4
4
  "description": "The GCP Bucket module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -40,17 +40,17 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240805021931",
43
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240808021919",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/integration": "^0.0.0-nightly-20240805021931",
47
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240805021931",
46
+ "@backstage/integration": "^0.0.0-nightly-20240808021919",
47
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240808021919",
48
48
  "@google-cloud/storage": "^7.0.0",
49
49
  "raw-body": "^2.4.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-20240805021931",
53
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240805021931"
52
+ "@backstage/cli": "^0.0.0-nightly-20240808021919",
53
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240808021919"
54
54
  },
55
55
  "configSchema": "config.d.ts"
56
56
  }