ux4g-components-web 1.1.0 → 1.1.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.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "ux4g-components-web",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "description": "UX4G Design System — CSS bundle, design tokens, utilities, and shared Class_Builder types",
6
6
  "scripts": {
7
7
  "build:css": "node scripts/build-css.mjs",
8
8
  "build:types": "rollup -c rollup.config.mjs",
9
9
  "build": "npm run build:css && npm run build:types",
10
- "prepublishOnly": "npm run build",
10
+ "prepublishOnly": "npm run build:types",
11
11
  "test": "jest"
12
12
  },
13
13
  "exports": {