@backstage/plugin-catalog-backend 0.0.0-nightly-20220530025009 → 0.0.0-nightly-20220602024936

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
2
2
 
3
- ## 0.0.0-nightly-20220530025009
3
+ ## 0.0.0-nightly-20220602024936
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -18,10 +18,33 @@
18
18
 
19
19
  ### Patch Changes
20
20
 
21
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
21
22
  - Updated dependencies
22
- - @backstage/backend-common@0.0.0-nightly-20220530025009
23
- - @backstage/integration@0.0.0-nightly-20220530025009
24
- - @backstage/plugin-permission-node@0.0.0-nightly-20220530025009
23
+ - @backstage/backend-common@0.0.0-nightly-20220602024936
24
+ - @backstage/integration@0.0.0-nightly-20220602024936
25
+ - @backstage/catalog-client@0.0.0-nightly-20220602024936
26
+ - @backstage/plugin-permission-common@0.0.0-nightly-20220602024936
27
+ - @backstage/plugin-permission-node@0.0.0-nightly-20220602024936
28
+ - @backstage/catalog-model@0.0.0-nightly-20220602024936
29
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20220602024936
30
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20220602024936
31
+ - @backstage/plugin-search-common@0.0.0-nightly-20220602024936
32
+
33
+ ## 1.2.0-next.1
34
+
35
+ ### Patch Changes
36
+
37
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
38
+ - Updated dependencies
39
+ - @backstage/backend-common@0.13.6-next.1
40
+ - @backstage/catalog-client@1.0.3-next.0
41
+ - @backstage/integration@1.2.1-next.1
42
+ - @backstage/plugin-permission-common@0.6.2-next.0
43
+ - @backstage/plugin-permission-node@0.6.2-next.1
44
+ - @backstage/catalog-model@1.0.3-next.0
45
+ - @backstage/plugin-catalog-common@1.0.3-next.0
46
+ - @backstage/plugin-search-common@0.3.5-next.0
47
+ - @backstage/plugin-scaffolder-common@1.1.1-next.0
25
48
 
26
49
  ## 1.2.0-next.0
27
50
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "0.0.0-nightly-20220530025009",
3
+ "version": "0.0.0-nightly-20220602024936",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
3
  "description": "The Backstage backend plugin that provides the Backstage catalog",
4
- "version": "0.0.0-nightly-20220530025009",
4
+ "version": "0.0.0-nightly-20220602024936",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,17 +34,17 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20220530025009",
38
- "@backstage/catalog-client": "^1.0.2",
39
- "@backstage/catalog-model": "^1.0.2",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20220602024936",
38
+ "@backstage/catalog-client": "^0.0.0-nightly-20220602024936",
39
+ "@backstage/catalog-model": "^0.0.0-nightly-20220602024936",
40
40
  "@backstage/config": "^1.0.1",
41
41
  "@backstage/errors": "^1.0.0",
42
- "@backstage/integration": "^0.0.0-nightly-20220530025009",
43
- "@backstage/plugin-catalog-common": "^1.0.2",
44
- "@backstage/plugin-permission-common": "^0.6.1",
45
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20220530025009",
46
- "@backstage/plugin-scaffolder-common": "^1.1.0",
47
- "@backstage/plugin-search-common": "^0.3.4",
42
+ "@backstage/integration": "^0.0.0-nightly-20220602024936",
43
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20220602024936",
44
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20220602024936",
45
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20220602024936",
46
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220602024936",
47
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20220602024936",
48
48
  "@backstage/types": "^1.0.0",
49
49
  "@types/express": "^4.17.6",
50
50
  "codeowners-utils": "^1.0.2",
@@ -68,17 +68,17 @@
68
68
  "zod": "^3.11.6"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-test-utils": "^0.0.0-nightly-20220530025009",
72
- "@backstage/cli": "^0.0.0-nightly-20220530025009",
73
- "@backstage/plugin-permission-common": "^0.6.1",
74
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20220530025009",
71
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220602024936",
72
+ "@backstage/cli": "^0.0.0-nightly-20220602024936",
73
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20220602024936",
74
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20220602024936",
75
75
  "@types/core-js": "^2.5.4",
76
76
  "@types/git-url-parse": "^9.0.0",
77
77
  "@types/lodash": "^4.14.151",
78
78
  "@types/supertest": "^2.0.8",
79
79
  "@types/uuid": "^8.0.0",
80
80
  "better-sqlite3": "^7.5.0",
81
- "msw": "^0.35.0",
81
+ "msw": "^0.42.0",
82
82
  "supertest": "^6.1.3",
83
83
  "wait-for-expect": "^3.0.2",
84
84
  "luxon": "^2.0.2"