@hazeljs/saga 0.7.1 → 0.7.3

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/saga",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "Saga pattern implementation for HazelJS - Orchestration and Choreography for distributed transactions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,8 +17,8 @@
17
17
  "clean": "rm -rf dist"
18
18
  },
19
19
  "dependencies": {
20
- "@hazeljs/core": "^0.7.1",
21
- "@hazeljs/event-emitter": "^0.7.1",
20
+ "@hazeljs/core": "^0.7.3",
21
+ "@hazeljs/event-emitter": "^0.7.3",
22
22
  "reflect-metadata": "^0.2.2"
23
23
  },
24
24
  "devDependencies": {
@@ -36,5 +36,5 @@
36
36
  },
37
37
  "author": "Muhammad Arslan <muhammad.arslan@hazeljs.ai>",
38
38
  "license": "Apache-2.0",
39
- "gitHead": "dd9135b3085297b483ccd9cda599d949b8f1cad9"
39
+ "gitHead": "8ab8a2cb02cc5fea7d516a12f658f05608ba07ee"
40
40
  }