@wooksjs/event-wf 0.4.8 → 0.4.9

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/dist/index.cjs CHANGED
@@ -41,8 +41,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
41
41
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
42
42
  PERFORMANCE OF THIS SOFTWARE.
43
43
  ***************************************************************************** */
44
- /* global Reflect, Promise */
45
-
46
44
 
47
45
  function __awaiter(thisArg, _arguments, P, generator) {
48
46
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
package/dist/index.mjs CHANGED
@@ -39,8 +39,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
39
39
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
40
40
  PERFORMANCE OF THIS SOFTWARE.
41
41
  ***************************************************************************** */
42
- /* global Reflect, Promise */
43
-
44
42
 
45
43
  function __awaiter(thisArg, _arguments, P, generator) {
46
44
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wooksjs/event-wf",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "@wooksjs/event-wf",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -25,11 +25,11 @@
25
25
  "author": "Artem Maltsev",
26
26
  "license": "MIT",
27
27
  "peerDependencies": {
28
- "wooks": "0.4.8",
29
- "@wooksjs/event-core": "0.4.8"
28
+ "wooks": "0.4.9",
29
+ "@wooksjs/event-core": "0.4.9"
30
30
  },
31
31
  "dependencies": {
32
- "@prostojs/logger": "^0.3.6",
32
+ "@prostojs/logger": "^0.3.7",
33
33
  "@prostojs/wf": "^0.0.10"
34
34
  },
35
35
  "bugs": {