@slickgrid-universal/event-pub-sub 1.4.0 → 2.0.0

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 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/event-pub-sub",
3
- "version": "1.4.0",
3
+ "version": "2.0.0",
4
4
  "description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -12,19 +12,6 @@
12
12
  "files": [
13
13
  "/dist"
14
14
  ],
15
- "scripts": {
16
- "build": "pnpm run bundle:commonjs",
17
- "build:watch": "tsc --incremental --watch",
18
- "clean": "rimraf --maxBusyTries=10 packages/*/dist dist",
19
- "dev": "pnpm run bundle:commonjs",
20
- "dev:watch": "tsc --incremental --watch",
21
- "prebundle": "pnpm run clean",
22
- "bundle": "run-p bundle:commonjs bundle:esm --npm-path npm",
23
- "bundle:commonjs": "tsc --project tsconfig.bundle.json --outDir dist/commonjs --module commonjs",
24
- "bundle:esm": "tsc --project tsconfig.bundle.json --outDir dist/esm --module esnext --target es2018",
25
- "package:add-browser-prop": "cross-env node ../change-package-browser.js --add-browser=true --folder-name=event-pub-sub",
26
- "package:remove-browser-prop": "cross-env node ../change-package-browser.js --remove-browser=true --folder-name=event-pub-sub"
27
- },
28
15
  "license": "MIT",
29
16
  "author": "Ghislain B.",
30
17
  "homepage": "https://github.com/ghiscoding/slickgrid-universal",
@@ -42,12 +29,7 @@
42
29
  "not dead"
43
30
  ],
44
31
  "dependencies": {
45
- "@slickgrid-universal/utils": "~1.4.0"
46
- },
47
- "devDependencies": {
48
- "cross-env": "^7.0.3",
49
- "npm-run-all2": "^6.0.1",
50
- "rimraf": "^3.0.2"
32
+ "@slickgrid-universal/utils": "~2.0.0"
51
33
  },
52
- "gitHead": "43cfa29f47287454ce0c4945a3c75575073013e1"
53
- }
34
+ "gitHead": "4c1c9ebfa38f03aa48a9a38c9d1759d4db2dea2d"
35
+ }