@commandcenterio/convert-ui 0.0.6 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +194 -326
- package/dist/index.mjs +144 -252
- package/package.json +3 -3
- package/dist/index.css +0 -752
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@commandcenterio/convert-ui",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.8",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -16,8 +16,8 @@
|
|
16
16
|
"react": "^18.2.0",
|
17
17
|
"tsup": "^8.0.1",
|
18
18
|
"typescript": "^5.3.3",
|
19
|
-
"@repo/
|
20
|
-
"@repo/
|
19
|
+
"@repo/eslint-config": "0.0.0",
|
20
|
+
"@repo/typescript-config": "0.0.0"
|
21
21
|
},
|
22
22
|
"publishConfig": {
|
23
23
|
"access": "public"
|