vaderjs 1.4.1-h7iuy47 → 1.4.1-hyguy47

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 +5 -5
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "vaderjs",
3
3
  "description": "A Reactive library aimed to helping you build reactive applications inspired by react.js",
4
4
  "module": "vader.js",
5
- "version": "1.4.1-h7iuy47",
5
+ "version": "1.4.1-hyguy47",
6
6
  "bin": {
7
7
  "vader": "./vader.js"
8
8
  },
@@ -12,7 +12,6 @@
12
12
  "nextjs",
13
13
  "pages router",
14
14
  "bun.js",
15
- "severside generation",
16
15
  "spa",
17
16
  "vanillajs",
18
17
  "vanilla js"
@@ -29,8 +28,9 @@
29
28
  "email": "malikwhitterb@gmail.com"
30
29
  },
31
30
  "dependencies": {
32
- "playwright": "latest",
33
- "source-map": "latest",
34
- "ws": "latest"
31
+ "puppeteer":"latest",
32
+ "dotenv":"latest",
33
+ "prettier": "latest",
34
+ "source-map": "latest"
35
35
  }
36
36
  }