twcpt 0.0.11 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ export interface TwcptResolverOptions {
24
24
  */
25
25
  exclude?: string[];
26
26
  /**
27
- * Prefix for component resolution (default: none, matches JTW*, JC*, JCh*)
27
+ * Prefix for component resolution (default: none, matches JTW*, JC*)
28
28
  */
29
29
  prefix?: string;
30
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twcpt",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "A Vue 3 component library built with Vite and TypeScript, featuring components integrated with Element-plus.",
5
5
  "main": "dist/twcpt.umd.js",
6
6
  "module": "dist/twcpt.es.js",
@@ -37,11 +37,6 @@
37
37
  "import": "./dist/resolver.mjs",
38
38
  "require": "./dist/resolver.cjs"
39
39
  },
40
- "./charts": {
41
- "types": "./dist/charts.d.ts",
42
- "import": "./dist/charts.es.js",
43
- "require": "./dist/charts.cjs.js"
44
- },
45
40
  "./twcpt.css": "./dist/index.css",
46
41
  "./twcpt-styles.css": "./dist/twcpt-styles.css",
47
42
  "./dist/index.css": "./dist/index.css",
@@ -1 +0,0 @@
1
- "use strict";
package/dist/charts.d.ts DELETED
File without changes
package/dist/charts.es.js DELETED
@@ -1 +0,0 @@
1
-