@backstage/plugin-catalog-unprocessed-entities 0.0.0-nightly-20230703023224 → 0.0.0-nightly-20230704023301

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 +5 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
- ## 0.0.0-nightly-20230703023224
3
+ ## 0.0.0-nightly-20230704023301
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -18,10 +18,10 @@
18
18
  - 267396f45bd0: Corrected the installation instructions.
19
19
  - 77b408fad872: install command points to correct package name
20
20
  - Updated dependencies
21
- - @backstage/errors@0.0.0-nightly-20230703023224
22
- - @backstage/core-components@0.0.0-nightly-20230703023224
23
- - @backstage/core-plugin-api@0.0.0-nightly-20230703023224
24
- - @backstage/catalog-model@0.0.0-nightly-20230703023224
21
+ - @backstage/errors@0.0.0-nightly-20230704023301
22
+ - @backstage/core-components@0.0.0-nightly-20230704023301
23
+ - @backstage/core-plugin-api@0.0.0-nightly-20230704023301
24
+ - @backstage/catalog-model@0.0.0-nightly-20230704023301
25
25
  - @backstage/theme@0.4.0
26
26
 
27
27
  ## 0.1.1-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.0.0-nightly-20230703023224",
3
+ "version": "0.0.0-nightly-20230704023301",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,10 +28,10 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/catalog-model": "^0.0.0-nightly-20230703023224",
32
- "@backstage/core-components": "^0.0.0-nightly-20230703023224",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230703023224",
34
- "@backstage/errors": "^0.0.0-nightly-20230703023224",
31
+ "@backstage/catalog-model": "^0.0.0-nightly-20230704023301",
32
+ "@backstage/core-components": "^0.0.0-nightly-20230704023301",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230704023301",
34
+ "@backstage/errors": "^0.0.0-nightly-20230704023301",
35
35
  "@backstage/theme": "^0.4.0",
36
36
  "@material-ui/core": "^4.9.13",
37
37
  "@material-ui/icons": "^4.9.1",
@@ -42,10 +42,10 @@
42
42
  "react": "^16.13.1 || ^17.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20230703023224",
46
- "@backstage/core-app-api": "^0.0.0-nightly-20230703023224",
47
- "@backstage/dev-utils": "^0.0.0-nightly-20230703023224",
48
- "@backstage/test-utils": "^0.0.0-nightly-20230703023224",
45
+ "@backstage/cli": "^0.0.0-nightly-20230704023301",
46
+ "@backstage/core-app-api": "^0.0.0-nightly-20230704023301",
47
+ "@backstage/dev-utils": "^0.0.0-nightly-20230704023301",
48
+ "@backstage/test-utils": "^0.0.0-nightly-20230704023301",
49
49
  "@testing-library/jest-dom": "^5.10.1",
50
50
  "@testing-library/react": "^12.1.3",
51
51
  "@testing-library/user-event": "^14.0.0",