@backstage/plugin-scaffolder-backend-module-gitlab 0.0.0-nightly-20240728022021 → 0.0.0-nightly-20240729022006

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-20240728022021
3
+ ## 0.0.0-nightly-20240729022006
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -16,12 +16,12 @@
16
16
  After fetching, it checks if the file exists locally and in the repository. If it does, it chooses **update**; otherwise, it chooses **create**.
17
17
 
18
18
  - Updated dependencies
19
- - @backstage/backend-common@0.0.0-nightly-20240728022021
20
- - @backstage/integration@0.0.0-nightly-20240728022021
21
- - @backstage/backend-plugin-api@0.0.0-nightly-20240728022021
19
+ - @backstage/backend-common@0.0.0-nightly-20240729022006
20
+ - @backstage/integration@0.0.0-nightly-20240729022006
21
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240729022006
22
22
  - @backstage/config@1.2.0
23
23
  - @backstage/errors@1.2.4
24
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240728022021
24
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240729022006
25
25
 
26
26
  ## 0.4.5-next.0
27
27
 
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-20240728022021",
3
+ "version": "0.0.0-nightly-20240729022006",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "scaffolder",
@@ -42,12 +42,12 @@
42
42
  "test": "backstage-cli package test"
43
43
  },
44
44
  "dependencies": {
45
- "@backstage/backend-common": "^0.0.0-nightly-20240728022021",
46
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240728022021",
45
+ "@backstage/backend-common": "^0.0.0-nightly-20240729022006",
46
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240729022006",
47
47
  "@backstage/config": "^1.2.0",
48
48
  "@backstage/errors": "^1.2.4",
49
- "@backstage/integration": "^0.0.0-nightly-20240728022021",
50
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240728022021",
49
+ "@backstage/integration": "^0.0.0-nightly-20240729022006",
50
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240729022006",
51
51
  "@gitbeaker/core": "^35.8.0",
52
52
  "@gitbeaker/node": "^35.8.0",
53
53
  "@gitbeaker/rest": "^39.25.0",
@@ -56,9 +56,9 @@
56
56
  "zod": "^3.22.4"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240728022021",
60
- "@backstage/cli": "^0.0.0-nightly-20240728022021",
61
- "@backstage/core-app-api": "^0.0.0-nightly-20240728022021",
62
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240728022021"
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240729022006",
60
+ "@backstage/cli": "^0.0.0-nightly-20240729022006",
61
+ "@backstage/core-app-api": "^0.0.0-nightly-20240729022006",
62
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240729022006"
63
63
  }
64
64
  }