@ad-execute-manager/event 2.0.2 → 2.0.5

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ad-execute-manager/event",
3
- "version": "2.0.2",
3
+ "version": "2.0.5",
4
4
  "description": "A collection of event-related utilities for JavaScript applications including EventEmitter and PubSub implementations.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -25,7 +25,7 @@
25
25
  "repository": {
26
26
  "type": "git",
27
27
  "url": "git+https://github.com/singcl/ad-execute-manager.git",
28
- "directory": "packages/evnet"
28
+ "directory": "packages/event"
29
29
  },
30
30
  "bugs": {
31
31
  "url": "https://github.com/singcl/ad-execute-manager/issues"
@@ -51,7 +51,7 @@
51
51
  "format": "prettier --write .",
52
52
  "lint": "eslint .",
53
53
  "test": "rstest",
54
- "prepublishOnly": "npm run build"
54
+ "prepublishOnly": "npm i && npm run build"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@babel/eslint-parser": "^7.28.5",