@backstage/plugin-scaffolder-backend-module-gitlab 0.0.0-nightly-20230514022003 → 0.0.0-nightly-20230516022030

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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20230514022003
3
+ ## 0.0.0-nightly-20230516022030
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -16,8 +16,8 @@
16
16
  - gitlab:projectVariable:create
17
17
 
18
18
  - Updated dependencies
19
- - @backstage/integration@0.0.0-nightly-20230514022003
20
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20230514022003
19
+ - @backstage/integration@0.0.0-nightly-20230516022030
20
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20230516022030
21
21
  - @backstage/config@1.0.7
22
22
  - @backstage/errors@1.1.5
23
23
 
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-20230514022003",
3
+ "version": "0.0.0-nightly-20230516022030",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -33,15 +33,15 @@
33
33
  "dependencies": {
34
34
  "@backstage/config": "^1.0.7",
35
35
  "@backstage/errors": "^1.1.5",
36
- "@backstage/integration": "^0.0.0-nightly-20230514022003",
37
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20230514022003",
36
+ "@backstage/integration": "^0.0.0-nightly-20230516022030",
37
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20230516022030",
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-20230514022003",
43
- "@backstage/cli": "^0.0.0-nightly-20230514022003",
44
- "@backstage/core-app-api": "^0.0.0-nightly-20230514022003"
42
+ "@backstage/backend-common": "^0.0.0-nightly-20230516022030",
43
+ "@backstage/cli": "^0.0.0-nightly-20230516022030",
44
+ "@backstage/core-app-api": "^0.0.0-nightly-20230516022030"
45
45
  },
46
46
  "files": [
47
47
  "dist"