@wooksjs/event-cli 0.4.7 → 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
@@ -34,8 +34,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
34
34
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
35
35
  PERFORMANCE OF THIS SOFTWARE.
36
36
  ***************************************************************************** */
37
- /* global Reflect, Promise */
38
-
39
37
 
40
38
  function __awaiter(thisArg, _arguments, P, generator) {
41
39
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
package/dist/index.mjs CHANGED
@@ -32,8 +32,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
32
32
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
33
33
  PERFORMANCE OF THIS SOFTWARE.
34
34
  ***************************************************************************** */
35
- /* global Reflect, Promise */
36
-
37
35
 
38
36
  function __awaiter(thisArg, _arguments, P, generator) {
39
37
  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-cli",
3
- "version": "0.4.7",
3
+ "version": "0.4.9",
4
4
  "description": "@wooksjs/event-cli",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -31,14 +31,14 @@
31
31
  "url": "https://github.com/wooksjs/wooksjs/issues"
32
32
  },
33
33
  "peerDependencies": {
34
- "wooks": "0.4.7",
35
- "@wooksjs/event-core": "0.4.7"
34
+ "wooks": "0.4.9",
35
+ "@wooksjs/event-core": "0.4.9"
36
36
  },
37
37
  "dependencies": {
38
38
  "minimist": "^1.2.6",
39
39
  "@prostojs/cli-help": "^0.0.10",
40
40
  "@prostojs/router": "^0.2.1",
41
- "@prostojs/logger": "^0.3.6"
41
+ "@prostojs/logger": "^0.3.7"
42
42
  },
43
43
  "homepage": "https://github.com/wooksjs/wooksjs/tree/main/packages/event-cli#readme"
44
44
  }