@pinerohit11/testwidget 0.1.50 → 0.1.52

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.1.50",
3
+ "version": "0.1.52",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev",
@@ -10,7 +10,6 @@
10
10
  "bundle": "tsup src/app/index.ts"
11
11
  },
12
12
  "dependencies": {
13
- "axios": "^1.7.7",
14
13
  "bootstrap": "^5.3.3",
15
14
  "next": "15.0.3",
16
15
  "node-forge": "^1.3.1",
@@ -45,6 +44,5 @@
45
44
  "typescript",
46
45
  "tailwindcss"
47
46
  ],
48
- "main": "dist/index.js",
49
- "type": "module"
47
+ "main": "dist/index.js"
50
48
  }
File without changes