@backstage/backend-defaults 0.2.18-next.2 → 0.2.18
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 +10 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @backstage/backend-defaults
|
|
2
2
|
|
|
3
|
+
## 0.2.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7e5a50d: added `eventsServiceFactory` to `defaultServiceFactories` to resolve issue where different instances of the EventsServices could be used
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-app-api@0.7.3
|
|
10
|
+
- @backstage/backend-common@0.22.0
|
|
11
|
+
- @backstage/plugin-events-node@0.3.4
|
|
12
|
+
|
|
3
13
|
## 0.2.18-next.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-defaults",
|
|
3
3
|
"description": "Backend defaults used by Backstage backend apps",
|
|
4
|
-
"version": "0.2.18
|
|
4
|
+
"version": "0.2.18",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"start": "backstage-cli package start"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/backend-app-api": "^0.7.3
|
|
36
|
-
"@backstage/backend-common": "^0.22.0
|
|
37
|
-
"@backstage/plugin-events-node": "^0.3.4
|
|
35
|
+
"@backstage/backend-app-api": "^0.7.3",
|
|
36
|
+
"@backstage/backend-common": "^0.22.0",
|
|
37
|
+
"@backstage/plugin-events-node": "^0.3.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@backstage/backend-plugin-api": "^0.6.18
|
|
41
|
-
"@backstage/backend-test-utils": "^0.3.8
|
|
42
|
-
"@backstage/cli": "^0.26.5
|
|
40
|
+
"@backstage/backend-plugin-api": "^0.6.18",
|
|
41
|
+
"@backstage/backend-test-utils": "^0.3.8",
|
|
42
|
+
"@backstage/cli": "^0.26.5"
|
|
43
43
|
},
|
|
44
44
|
"files": [
|
|
45
45
|
"dist"
|