@backstage/plugin-scaffolder-backend-module-gitlab 0.0.0-nightly-20230619022652 → 0.0.0-nightly-20230620022155

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 +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20230619022652
3
+ ## 0.0.0-nightly-20230620022155
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,10 +8,10 @@
8
8
  - 30e6edd7f6a5: Add support for dry run for `gitlab:group:ensureExists` action.
9
9
  - f5a66052f04f: Tweak README
10
10
  - Updated dependencies
11
- - @backstage/integration@0.0.0-nightly-20230619022652
12
- - @backstage/errors@0.0.0-nightly-20230619022652
13
- - @backstage/config@0.0.0-nightly-20230619022652
14
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20230619022652
11
+ - @backstage/integration@0.0.0-nightly-20230620022155
12
+ - @backstage/errors@0.0.0-nightly-20230620022155
13
+ - @backstage/config@0.0.0-nightly-20230620022155
14
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20230620022155
15
15
 
16
16
  ## 0.2.1-next.3
17
17
 
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-20230619022652",
3
+ "version": "0.0.0-nightly-20230620022155",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,17 +31,17 @@
31
31
  "postpack": "backstage-cli package postpack"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/config": "^0.0.0-nightly-20230619022652",
35
- "@backstage/errors": "^0.0.0-nightly-20230619022652",
36
- "@backstage/integration": "^0.0.0-nightly-20230619022652",
37
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20230619022652",
34
+ "@backstage/config": "^0.0.0-nightly-20230620022155",
35
+ "@backstage/errors": "^0.0.0-nightly-20230620022155",
36
+ "@backstage/integration": "^0.0.0-nightly-20230620022155",
37
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20230620022155",
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-20230619022652",
43
- "@backstage/cli": "^0.0.0-nightly-20230619022652",
44
- "@backstage/core-app-api": "^0.0.0-nightly-20230619022652"
42
+ "@backstage/backend-common": "^0.0.0-nightly-20230620022155",
43
+ "@backstage/cli": "^0.0.0-nightly-20230620022155",
44
+ "@backstage/core-app-api": "^0.0.0-nightly-20230620022155"
45
45
  },
46
46
  "files": [
47
47
  "dist"