@ctlyst.id/internal-ui 1.0.1 → 1.0.2-canary.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -3
package/package.json
CHANGED
@@ -1,11 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "1.0.1",
|
3
|
+
"version": "1.0.2-canary.1",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/internal-ui.esm.js",
|
7
7
|
"typings": "dist/index.d.ts",
|
8
|
-
"types": "dist/index.d.ts",
|
9
8
|
"internal-ui:src": "./src/index.ts",
|
10
9
|
"repository": "https://github.com/machtwatch/voila-ui",
|
11
10
|
"author": "Catalyst Tech",
|
@@ -82,5 +81,5 @@
|
|
82
81
|
"jest": "^29.4.1",
|
83
82
|
"jest-environment-jsdom": "29.4.1"
|
84
83
|
},
|
85
|
-
"gitHead": "
|
84
|
+
"gitHead": "b6fd1f520f60f3ad9e13e4ca76c448c74bff6dbf"
|
86
85
|
}
|