@pinerohit11/testwidget 0.1.45 → 0.1.46
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +276 -240
- package/dist/{index.cjs → index.mjs} +240 -276
- package/package.json +2 -3
- /package/dist/{index.d.cts → index.d.mts} +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.46",
|
4
4
|
"private": false,
|
5
5
|
"scripts": {
|
6
6
|
"dev": "next dev",
|
@@ -45,6 +45,5 @@
|
|
45
45
|
"typescript",
|
46
46
|
"tailwindcss"
|
47
47
|
],
|
48
|
-
"main": "dist/index.js"
|
49
|
-
"type": "module"
|
48
|
+
"main": "dist/index.js"
|
50
49
|
}
|
File without changes
|