@backstage/plugin-catalog-backend-module-gitlab 0.6.5 → 0.6.6-next.1

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,5 +1,34 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
+ ## 0.6.6-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 72d019d: Removed various typos
8
+ - Updated dependencies
9
+ - @backstage/backend-defaults@0.10.0-next.1
10
+ - @backstage/plugin-catalog-node@1.17.0-next.1
11
+ - @backstage/backend-plugin-api@1.3.1-next.1
12
+ - @backstage/integration@1.16.4-next.1
13
+ - @backstage/catalog-model@1.7.3
14
+ - @backstage/config@1.3.2
15
+ - @backstage/plugin-catalog-common@1.1.4-next.0
16
+ - @backstage/plugin-events-node@0.4.11-next.1
17
+
18
+ ## 0.6.6-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/integration@1.16.4-next.0
24
+ - @backstage/plugin-catalog-node@1.17.0-next.0
25
+ - @backstage/backend-defaults@0.9.1-next.0
26
+ - @backstage/backend-plugin-api@1.3.1-next.0
27
+ - @backstage/plugin-events-node@0.4.11-next.0
28
+ - @backstage/catalog-model@1.7.3
29
+ - @backstage/config@1.3.2
30
+ - @backstage/plugin-catalog-common@1.1.3
31
+
3
32
  ## 0.6.5
4
33
 
5
34
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -264,7 +264,7 @@ type GitlabProviderConfig = {
264
264
  */
265
265
  membership?: boolean;
266
266
  /**
267
- * Optional comma seperated list of topics to filter projects by, as specified in the GitLab API documentation:
267
+ * Optional comma separated list of topics to filter projects by, as specified in the GitLab API documentation:
268
268
  * https://docs.gitlab.com/api/projects/#list-projects
269
269
  */
270
270
  topics?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
- "version": "0.6.5",
3
+ "version": "0.6.6-next.1",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitLab",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -65,23 +65,23 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/backend-defaults": "^0.9.0",
69
- "@backstage/backend-plugin-api": "^1.3.0",
70
- "@backstage/catalog-model": "^1.7.3",
71
- "@backstage/config": "^1.3.2",
72
- "@backstage/integration": "^1.16.3",
73
- "@backstage/plugin-catalog-common": "^1.1.3",
74
- "@backstage/plugin-catalog-node": "^1.16.3",
75
- "@backstage/plugin-events-node": "^0.4.10",
68
+ "@backstage/backend-defaults": "0.10.0-next.1",
69
+ "@backstage/backend-plugin-api": "1.3.1-next.1",
70
+ "@backstage/catalog-model": "1.7.3",
71
+ "@backstage/config": "1.3.2",
72
+ "@backstage/integration": "1.16.4-next.1",
73
+ "@backstage/plugin-catalog-common": "1.1.4-next.0",
74
+ "@backstage/plugin-catalog-node": "1.17.0-next.1",
75
+ "@backstage/plugin-events-node": "0.4.11-next.1",
76
76
  "@gitbeaker/rest": "^40.0.3",
77
77
  "lodash": "^4.17.21",
78
78
  "node-fetch": "^2.7.0",
79
79
  "uuid": "^11.0.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/backend-test-utils": "^1.4.0",
83
- "@backstage/cli": "^0.32.0",
84
- "@backstage/plugin-events-backend-test-utils": "^0.1.43",
82
+ "@backstage/backend-test-utils": "1.5.0-next.1",
83
+ "@backstage/cli": "0.32.1-next.1",
84
+ "@backstage/plugin-events-backend-test-utils": "0.1.44-next.1",
85
85
  "@types/lodash": "^4.14.151",
86
86
  "luxon": "^3.0.0",
87
87
  "msw": "^1.0.0"