tsp-form 0.1.5 → 0.1.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsp-form",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "description": "A unified Tailwind 4 variables compatible UI component library for my own projects.",
6
6
  "main": "dist/index.js",
package/webpack.config.js CHANGED
@@ -45,7 +45,7 @@ export default (env) => {
45
45
  },
46
46
  globalObject: 'globalThis', // For UMD to work correctly in different environments
47
47
  clean: false, // Don't clean - preserve TypeScript declarations
48
- libraryTarget: 'umd', // Legacy, prefer 'library.type'
48
+ // libraryTarget: 'umd', // Legacy, prefer 'library.type'
49
49
  umdNamedDefine: true, // Give a name to the AMD module
50
50
  auxiliaryComment: 'Form Components Library',
51
51
  },