@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20230912021137 → 0.0.0-nightly-20230913021415

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 +18 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.0.0-nightly-20230912021137
3
+ ## 0.0.0-nightly-20230913021415
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,11 +8,23 @@
8
8
  - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
9
9
  - 8cec7664e146: Removed `@types/node` dependency
10
10
  - Updated dependencies
11
- - @backstage/core-components@0.0.0-nightly-20230912021137
12
- - @backstage/catalog-model@0.0.0-nightly-20230912021137
13
- - @backstage/core-plugin-api@0.0.0-nightly-20230912021137
14
- - @backstage/errors@0.0.0-nightly-20230912021137
15
- - @backstage/theme@0.0.0-nightly-20230912021137
11
+ - @backstage/core-components@0.0.0-nightly-20230913021415
12
+ - @backstage/catalog-model@0.0.0-nightly-20230913021415
13
+ - @backstage/core-plugin-api@0.0.0-nightly-20230913021415
14
+ - @backstage/errors@0.0.0-nightly-20230913021415
15
+ - @backstage/theme@0.0.0-nightly-20230913021415
16
+
17
+ ## 0.1.3-next.3
18
+
19
+ ### Patch Changes
20
+
21
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
22
+ - Updated dependencies
23
+ - @backstage/catalog-model@1.4.2-next.2
24
+ - @backstage/core-components@0.13.5-next.3
25
+ - @backstage/core-plugin-api@1.6.0-next.3
26
+ - @backstage/errors@1.2.2-next.0
27
+ - @backstage/theme@0.4.2-next.0
16
28
 
17
29
  ## 0.1.3-next.2
18
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.0.0-nightly-20230912021137",
3
+ "version": "0.0.0-nightly-20230913021415",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -29,11 +29,11 @@
29
29
  "postpack": "backstage-cli package postpack"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/catalog-model": "^0.0.0-nightly-20230912021137",
33
- "@backstage/core-components": "^0.0.0-nightly-20230912021137",
34
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230912021137",
35
- "@backstage/errors": "^0.0.0-nightly-20230912021137",
36
- "@backstage/theme": "^0.0.0-nightly-20230912021137",
32
+ "@backstage/catalog-model": "^0.0.0-nightly-20230913021415",
33
+ "@backstage/core-components": "^0.0.0-nightly-20230913021415",
34
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230913021415",
35
+ "@backstage/errors": "^0.0.0-nightly-20230913021415",
36
+ "@backstage/theme": "^0.0.0-nightly-20230913021415",
37
37
  "@material-ui/core": "^4.9.13",
38
38
  "@material-ui/icons": "^4.9.1",
39
39
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -46,10 +46,10 @@
46
46
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "^0.0.0-nightly-20230912021137",
50
- "@backstage/core-app-api": "^0.0.0-nightly-20230912021137",
51
- "@backstage/dev-utils": "^0.0.0-nightly-20230912021137",
52
- "@backstage/test-utils": "^0.0.0-nightly-20230912021137",
49
+ "@backstage/cli": "^0.0.0-nightly-20230913021415",
50
+ "@backstage/core-app-api": "^0.0.0-nightly-20230913021415",
51
+ "@backstage/dev-utils": "^0.0.0-nightly-20230913021415",
52
+ "@backstage/test-utils": "^0.0.0-nightly-20230913021415",
53
53
  "@testing-library/jest-dom": "^5.10.1",
54
54
  "@testing-library/react": "^12.1.3",
55
55
  "@testing-library/user-event": "^14.0.0",