@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20230905021132 → 0.0.0-nightly-20230906021121

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 +16 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,27 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.0.0-nightly-20230905021132
3
+ ## 0.0.0-nightly-20230906021121
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
8
8
  - 8cec7664e146: Removed `@types/node` dependency
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20230905021132
11
- - @backstage/core-plugin-api@0.0.0-nightly-20230905021132
12
- - @backstage/catalog-model@0.0.0-nightly-20230905021132
10
+ - @backstage/core-components@0.0.0-nightly-20230906021121
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20230906021121
12
+ - @backstage/catalog-model@0.0.0-nightly-20230906021121
13
+ - @backstage/errors@1.2.1
14
+ - @backstage/theme@0.4.1
15
+
16
+ ## 0.1.3-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 8cec7664e146: Removed `@types/node` dependency
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.13.5-next.2
23
+ - @backstage/core-plugin-api@1.6.0-next.2
24
+ - @backstage/catalog-model@1.4.2-next.1
13
25
  - @backstage/errors@1.2.1
14
26
  - @backstage/theme@0.4.1
15
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.0.0-nightly-20230905021132",
3
+ "version": "0.0.0-nightly-20230906021121",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,9 +28,9 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/catalog-model": "^0.0.0-nightly-20230905021132",
32
- "@backstage/core-components": "^0.0.0-nightly-20230905021132",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230905021132",
31
+ "@backstage/catalog-model": "^0.0.0-nightly-20230906021121",
32
+ "@backstage/core-components": "^0.0.0-nightly-20230906021121",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230906021121",
34
34
  "@backstage/errors": "^1.2.1",
35
35
  "@backstage/theme": "^0.4.1",
36
36
  "@material-ui/core": "^4.9.13",
@@ -45,10 +45,10 @@
45
45
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-20230905021132",
49
- "@backstage/core-app-api": "^0.0.0-nightly-20230905021132",
50
- "@backstage/dev-utils": "^0.0.0-nightly-20230905021132",
51
- "@backstage/test-utils": "^0.0.0-nightly-20230905021132",
48
+ "@backstage/cli": "^0.0.0-nightly-20230906021121",
49
+ "@backstage/core-app-api": "^0.0.0-nightly-20230906021121",
50
+ "@backstage/dev-utils": "^0.0.0-nightly-20230906021121",
51
+ "@backstage/test-utils": "^0.0.0-nightly-20230906021121",
52
52
  "@testing-library/jest-dom": "^5.10.1",
53
53
  "@testing-library/react": "^12.1.3",
54
54
  "@testing-library/user-event": "^14.0.0",