@backstage/core-plugin-api 0.0.0-nightly-202192522344 → 0.0.0-nightly-202192621851
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 +3 -2
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# @backstage/core-plugin-api
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-202192621851
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 41c49884d2: Start using the new `@backstage/types` package. Initially, this means using the `Observable` and `Json*` types from there. The types also remain in their old places but deprecated, and will be removed in a future release.
|
|
8
|
+
- 925a967f36: Replace usage of test-utils-core with test-utils
|
|
8
9
|
- Updated dependencies
|
|
9
|
-
- @backstage/config@0.0.0-nightly-
|
|
10
|
+
- @backstage/config@0.0.0-nightly-202192621851
|
|
10
11
|
|
|
11
12
|
## 0.1.11
|
|
12
13
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-plugin-api",
|
|
3
3
|
"description": "Core API used by Backstage plugins",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-202192621851",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"clean": "backstage-cli clean"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
32
|
+
"@backstage/config": "^0.0.0-nightly-202192621851",
|
|
33
33
|
"@backstage/theme": "^0.2.9",
|
|
34
34
|
"@backstage/types": "^0.1.1",
|
|
35
35
|
"@backstage/version-bridge": "^0.1.0",
|
|
@@ -43,10 +43,9 @@
|
|
|
43
43
|
"zen-observable": "^0.8.15"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
47
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
48
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
49
|
-
"@backstage/test-utils-core": "^0.1.3",
|
|
46
|
+
"@backstage/cli": "^0.0.0-nightly-202192621851",
|
|
47
|
+
"@backstage/core-app-api": "^0.0.0-nightly-202192621851",
|
|
48
|
+
"@backstage/test-utils": "^0.0.0-nightly-202192621851",
|
|
50
49
|
"@testing-library/jest-dom": "^5.10.1",
|
|
51
50
|
"@testing-library/react": "^11.2.5",
|
|
52
51
|
"@testing-library/react-hooks": "^7.0.2",
|