@backstage/plugin-scaffolder-backend-module-gitlab 0.0.0-nightly-20230718023400 → 0.0.0-nightly-20230720022013

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 +14 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,25 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20230718023400
3
+ ## 0.0.0-nightly-20230720022013
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.5.1
9
+ - @backstage/config@1.0.8
10
+ - @backstage/errors@1.2.1
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20230720022013
12
+
13
+ ## 0.2.2
4
14
 
5
15
  ### Patch Changes
6
16
 
7
17
  - dd367967e2e1: Fixed a bug in `gitlab:group:ensureExists` where `repos` was always set as the root group.
8
18
  - Updated dependencies
9
- - @backstage/errors@0.0.0-nightly-20230718023400
19
+ - @backstage/errors@1.2.1
10
20
  - @backstage/config@1.0.8
11
- - @backstage/integration@0.0.0-nightly-20230718023400
12
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20230718023400
21
+ - @backstage/integration@1.5.1
22
+ - @backstage/plugin-scaffolder-node@0.1.5
13
23
 
14
24
  ## 0.2.2-next.1
15
25
 
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-20230718023400",
3
+ "version": "0.0.0-nightly-20230720022013",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -32,16 +32,16 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@backstage/config": "^1.0.8",
35
- "@backstage/errors": "^0.0.0-nightly-20230718023400",
36
- "@backstage/integration": "^0.0.0-nightly-20230718023400",
37
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20230718023400",
35
+ "@backstage/errors": "^1.2.1",
36
+ "@backstage/integration": "^1.5.1",
37
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20230720022013",
38
38
  "@gitbeaker/node": "^35.8.0",
39
39
  "zod": "^3.21.4"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/backend-common": "^0.0.0-nightly-20230718023400",
43
- "@backstage/cli": "^0.0.0-nightly-20230718023400",
44
- "@backstage/core-app-api": "^0.0.0-nightly-20230718023400"
42
+ "@backstage/backend-common": "^0.0.0-nightly-20230720022013",
43
+ "@backstage/cli": "^0.0.0-nightly-20230720022013",
44
+ "@backstage/core-app-api": "^1.9.0"
45
45
  },
46
46
  "files": [
47
47
  "dist"