@backstage/plugin-scaffolder-backend-module-gcp 0.0.0-nightly-20240702021736 → 0.0.0-nightly-20240705021713

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,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gcp
2
2
 
3
- ## 0.0.0-nightly-20240702021736
3
+ ## 0.0.0-nightly-20240705021713
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,12 +9,23 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240702021736
13
- - @backstage/integration@0.0.0-nightly-20240702021736
14
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240702021736
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240705021713
13
+ - @backstage/integration@0.0.0-nightly-20240705021713
14
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240705021713
15
15
  - @backstage/config@1.2.0
16
16
  - @backstage/errors@1.2.4
17
17
 
18
+ ## 0.1.0-next.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/backend-plugin-api@0.6.22-next.1
24
+ - @backstage/config@1.2.0
25
+ - @backstage/errors@1.2.4
26
+ - @backstage/integration@1.13.0-next.0
27
+ - @backstage/plugin-scaffolder-node@0.4.8-next.1
28
+
18
29
  ## 0.1.0-next.2
19
30
 
20
31
  ### Minor Changes
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-20240702021736",
3
+ "version": "0.0.0-nightly-20240705021713",
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-20240702021736",
43
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240705021713",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/integration": "^0.0.0-nightly-20240702021736",
47
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240702021736",
46
+ "@backstage/integration": "^0.0.0-nightly-20240705021713",
47
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240705021713",
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-20240702021736",
53
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240702021736"
52
+ "@backstage/cli": "^0.0.0-nightly-20240705021713",
53
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240705021713"
54
54
  },
55
55
  "configSchema": "config.d.ts"
56
56
  }