@backstage/plugin-catalog-backend-module-gitlab 0.0.0-nightly-20230411021817 → 0.0.0-nightly-20230412021859

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
- ## 0.0.0-nightly-20230411021817
3
+ ## 0.0.0-nightly-20230412021859
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -19,15 +19,30 @@
19
19
  this integration usable without an administrator account's Personal Access
20
20
  Token.
21
21
  - Updated dependencies
22
- - @backstage/backend-common@0.0.0-nightly-20230411021817
23
- - @backstage/backend-tasks@0.0.0-nightly-20230411021817
24
- - @backstage/catalog-model@0.0.0-nightly-20230411021817
25
- - @backstage/integration@0.0.0-nightly-20230411021817
26
- - @backstage/backend-plugin-api@0.0.0-nightly-20230411021817
22
+ - @backstage/backend-common@0.0.0-nightly-20230412021859
23
+ - @backstage/backend-tasks@0.0.0-nightly-20230412021859
24
+ - @backstage/catalog-model@0.0.0-nightly-20230412021859
25
+ - @backstage/integration@0.0.0-nightly-20230412021859
26
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230412021859
27
27
  - @backstage/config@1.0.7
28
28
  - @backstage/errors@1.1.5
29
29
  - @backstage/types@1.0.2
30
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230411021817
30
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230412021859
31
+
32
+ ## 0.2.0-next.3
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies
37
+ - @backstage/catalog-model@1.3.0-next.0
38
+ - @backstage/backend-common@0.18.4-next.2
39
+ - @backstage/backend-plugin-api@0.5.1-next.2
40
+ - @backstage/backend-tasks@0.5.1-next.2
41
+ - @backstage/config@1.0.7
42
+ - @backstage/errors@1.1.5
43
+ - @backstage/integration@1.4.4-next.0
44
+ - @backstage/types@1.0.2
45
+ - @backstage/plugin-catalog-node@1.3.5-next.3
31
46
 
32
47
  ## 0.2.0-next.2
33
48
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
- "version": "0.0.0-nightly-20230411021817",
3
+ "version": "0.0.0-nightly-20230412021859",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards GitLab",
4
- "version": "0.0.0-nightly-20230411021817",
4
+ "version": "0.0.0-nightly-20230412021859",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,14 +43,14 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.0.0-nightly-20230411021817",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230411021817",
48
- "@backstage/backend-tasks": "^0.0.0-nightly-20230411021817",
49
- "@backstage/catalog-model": "^0.0.0-nightly-20230411021817",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20230412021859",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230412021859",
48
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230412021859",
49
+ "@backstage/catalog-model": "^0.0.0-nightly-20230412021859",
50
50
  "@backstage/config": "^1.0.7",
51
51
  "@backstage/errors": "^1.1.5",
52
- "@backstage/integration": "^0.0.0-nightly-20230411021817",
53
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230411021817",
52
+ "@backstage/integration": "^0.0.0-nightly-20230412021859",
53
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230412021859",
54
54
  "@backstage/types": "^1.0.2",
55
55
  "lodash": "^4.17.21",
56
56
  "node-fetch": "^2.6.7",
@@ -58,8 +58,8 @@
58
58
  "winston": "^3.2.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230411021817",
62
- "@backstage/cli": "^0.0.0-nightly-20230411021817",
61
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230412021859",
62
+ "@backstage/cli": "^0.0.0-nightly-20230412021859",
63
63
  "@types/lodash": "^4.14.151",
64
64
  "@types/uuid": "^8.0.0",
65
65
  "luxon": "^3.0.0",