@restorecommerce/facade 0.4.0 → 0.4.1

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 CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.4.1](https://github.com/restorecommerce/libs/compare/@restorecommerce/facade@0.4.0...@restorecommerce/facade@0.4.1) (2022-05-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **facade:** force release ([9716dab](https://github.com/restorecommerce/libs/commit/9716dab905623b3204a7a9004887c0396234b7fd))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.4.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/facade@0.3.20...@restorecommerce/facade@0.4.0) (2022-05-16)
7
18
 
8
19
 
package/debug-run.ts CHANGED
@@ -71,3 +71,4 @@ function createTestFacade() {
71
71
  const facade = createTestFacade();
72
72
 
73
73
  facade.start();
74
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/facade",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Facade for Restorecommerce microservices",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "facade"
17
17
  ],
18
18
  "peerDependencies": {
19
- "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
19
+ "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
20
20
  },
21
21
  "dependencies": {
22
22
  "@apollo/federation": "^0.36.1",
@@ -110,5 +110,5 @@
110
110
  "publishConfig": {
111
111
  "access": "public"
112
112
  },
113
- "gitHead": "ec10625052f498dc6cd83f340b26e18ffdf9a6eb"
113
+ "gitHead": "2fd2f79e498354ef1724f48e704a7aa722e2adcf"
114
114
  }