@backstage/plugin-signals 0.0.25-next.1 → 0.0.26-next.0
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 +26 -0
- package/dist/alpha.d.ts +1 -1
- package/dist/package.json.esm.js +1 -2
- package/dist/package.json.esm.js.map +1 -1
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-signals
|
|
2
2
|
|
|
3
|
+
## 0.0.26-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.13.2-next.0
|
|
9
|
+
- @backstage/core-plugin-api@1.12.1-next.0
|
|
10
|
+
- @backstage/theme@0.7.1-next.0
|
|
11
|
+
- @backstage/core-components@0.18.4-next.0
|
|
12
|
+
- @backstage/plugin-signals-react@0.0.18-next.0
|
|
13
|
+
- @backstage/types@1.2.2
|
|
14
|
+
|
|
15
|
+
## 0.0.25
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 71c22f3: Removed/moved unused dependencies
|
|
20
|
+
- f0f006e: Fixes a bug where the `SignalClient` would try to subscribe to the same channel twice after an error, instead of just once.
|
|
21
|
+
- 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/frontend-plugin-api@0.13.0
|
|
24
|
+
- @backstage/core-compat-api@0.5.4
|
|
25
|
+
- @backstage/core-components@0.18.3
|
|
26
|
+
- @backstage/core-plugin-api@1.12.0
|
|
27
|
+
- @backstage/plugin-signals-react@0.0.17
|
|
28
|
+
|
|
3
29
|
## 0.0.25-next.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
|
|
|
2
2
|
|
|
3
3
|
/** @alpha */
|
|
4
4
|
declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{}, {}, {
|
|
5
|
-
"api:signals": _backstage_frontend_plugin_api.
|
|
5
|
+
"api:signals": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
6
6
|
kind: "api";
|
|
7
7
|
name: undefined;
|
|
8
8
|
config: {};
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-signals";
|
|
2
|
-
var version = "0.0.
|
|
2
|
+
var version = "0.0.26-next.0";
|
|
3
3
|
var backstage = {
|
|
4
4
|
role: "frontend-plugin",
|
|
5
5
|
pluginId: "signals",
|
|
@@ -50,7 +50,6 @@ var scripts = {
|
|
|
50
50
|
test: "backstage-cli package test"
|
|
51
51
|
};
|
|
52
52
|
var dependencies = {
|
|
53
|
-
"@backstage/core-compat-api": "workspace:^",
|
|
54
53
|
"@backstage/core-components": "workspace:^",
|
|
55
54
|
"@backstage/core-plugin-api": "workspace:^",
|
|
56
55
|
"@backstage/frontend-plugin-api": "workspace:^",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-signals",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "signals",
|
|
@@ -63,20 +63,19 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage/core-
|
|
67
|
-
"@backstage/core-
|
|
68
|
-
"@backstage/
|
|
69
|
-
"@backstage/
|
|
70
|
-
"@backstage/
|
|
71
|
-
"@backstage/theme": "0.7.0",
|
|
66
|
+
"@backstage/core-components": "0.18.4-next.0",
|
|
67
|
+
"@backstage/core-plugin-api": "1.12.1-next.0",
|
|
68
|
+
"@backstage/frontend-plugin-api": "0.13.2-next.0",
|
|
69
|
+
"@backstage/plugin-signals-react": "0.0.18-next.0",
|
|
70
|
+
"@backstage/theme": "0.7.1-next.0",
|
|
72
71
|
"@backstage/types": "1.2.2",
|
|
73
72
|
"@material-ui/core": "^4.12.4",
|
|
74
73
|
"uuid": "^11.0.0"
|
|
75
74
|
},
|
|
76
75
|
"devDependencies": {
|
|
77
|
-
"@backstage/cli": "0.34.
|
|
78
|
-
"@backstage/dev-utils": "1.1.
|
|
79
|
-
"@backstage/test-utils": "1.7.
|
|
76
|
+
"@backstage/cli": "0.34.6-next.0",
|
|
77
|
+
"@backstage/dev-utils": "1.1.18-next.0",
|
|
78
|
+
"@backstage/test-utils": "1.7.14-next.0",
|
|
80
79
|
"@testing-library/jest-dom": "^6.0.0",
|
|
81
80
|
"@testing-library/react": "^16.0.0",
|
|
82
81
|
"@types/react": "^18.0.0",
|