@codefluss/vite-config-lib 0.0.2-alpha.1 → 0.0.2-alpha.2

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.
@@ -79,7 +79,7 @@ interface LibraryConfigOptions {
79
79
  *
80
80
  * export default createLibraryConfig({
81
81
  * libraryName: 'PluginCanvas2D',
82
- * external: ['fabric', 'zustand'],
82
+ * external: ['zustand'],
83
83
  * });
84
84
  * ```
85
85
  */
@@ -79,7 +79,7 @@ interface LibraryConfigOptions {
79
79
  *
80
80
  * export default createLibraryConfig({
81
81
  * libraryName: 'PluginCanvas2D',
82
- * external: ['fabric', 'zustand'],
82
+ * external: ['zustand'],
83
83
  * });
84
84
  * ```
85
85
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefluss/vite-config-lib",
3
- "version": "0.0.2-alpha.1",
3
+ "version": "0.0.2-alpha.2",
4
4
  "type": "module",
5
5
  "description": "Shared Vite configuration for library builds",
6
6
  "main": "./dist/vite.config.base.cjs",