@backstage/plugin-scaffolder-backend-module-gcp 0.0.0-nightly-20240813022007 → 0.0.0-nightly-20240814021923

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