@pinerohit11/testwidget 0.1.47 → 0.1.49
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{index.mjs → index.cjs} +305 -252
- package/dist/index.js +269 -288
- package/package.json +3 -2
- /package/dist/{index.d.mts → index.d.cts} +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pinerohit11/testwidget",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.49",
|
4
4
|
"private": false,
|
5
5
|
"scripts": {
|
6
6
|
"dev": "next dev",
|
@@ -45,5 +45,6 @@
|
|
45
45
|
"typescript",
|
46
46
|
"tailwindcss"
|
47
47
|
],
|
48
|
-
"main": "dist/index.js"
|
48
|
+
"main": "dist/index.js",
|
49
|
+
"type": "module"
|
49
50
|
}
|
File without changes
|