@backstage/plugin-scaffolder-backend-module-gitlab 0.0.0-nightly-20240512052859 → 0.0.0-nightly-20240513021609

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 +5 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20240512052859
3
+ ## 0.0.0-nightly-20240513021609
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,10 +11,10 @@
11
11
  - 8fa8a00: Add merge method and squash option for project creation
12
12
  - ffc73ec: Add examples for `gitlab:repo:push` scaffolder action & improve related tests
13
13
  - Updated dependencies
14
- - @backstage/backend-common@0.0.0-nightly-20240512052859
15
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240512052859
16
- - @backstage/integration@0.0.0-nightly-20240512052859
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20240512052859
14
+ - @backstage/backend-common@0.0.0-nightly-20240513021609
15
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240513021609
16
+ - @backstage/integration@0.0.0-nightly-20240513021609
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240513021609
18
18
 
19
19
  ## 0.4.0-next.2
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gitlab",
3
- "version": "0.0.0-nightly-20240512052859",
3
+ "version": "0.0.0-nightly-20240513021609",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module"
6
6
  },
@@ -40,12 +40,12 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.0.0-nightly-20240512052859",
44
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240512052859",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20240513021609",
44
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240513021609",
45
45
  "@backstage/config": "^1.2.0",
46
46
  "@backstage/errors": "^1.2.4",
47
- "@backstage/integration": "^0.0.0-nightly-20240512052859",
48
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240512052859",
47
+ "@backstage/integration": "^0.0.0-nightly-20240513021609",
48
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240513021609",
49
49
  "@gitbeaker/core": "^35.8.0",
50
50
  "@gitbeaker/node": "^35.8.0",
51
51
  "@gitbeaker/rest": "^39.25.0",
@@ -54,9 +54,9 @@
54
54
  "zod": "^3.22.4"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240512052859",
58
- "@backstage/cli": "^0.0.0-nightly-20240512052859",
59
- "@backstage/core-app-api": "^0.0.0-nightly-20240512052859",
60
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240512052859"
57
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240513021609",
58
+ "@backstage/cli": "^0.0.0-nightly-20240513021609",
59
+ "@backstage/core-app-api": "^0.0.0-nightly-20240513021609",
60
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240513021609"
61
61
  }
62
62
  }