@j3m-quantum/ui 1.12.1 → 2.1.0

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,12 +1,16 @@
1
1
  {
2
2
  "name": "@j3m-quantum/ui",
3
- "version": "1.12.1",
3
+ "version": "2.1.0",
4
4
  "private": false,
5
5
  "description": "J3M UI Component Library - React components with J3M design tokens",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.js",
9
9
  "types": "./dist/index.d.ts",
10
+ "bin": {
11
+ "@j3m-quantum/ui": "./dist/cli/index.js",
12
+ "j3m-quantum-ui": "./dist/cli/index.js"
13
+ },
10
14
  "exports": {
11
15
  ".": {
12
16
  "import": {
@@ -31,7 +35,8 @@
31
35
  "build": "npm run tokens && tsup && npm run copy-styles",
32
36
  "copy-styles": "cp -r src/styles dist/",
33
37
  "dev": "tsup --watch",
34
- "prepublishOnly": "npm run build"
38
+ "prepublishOnly": "npm run build",
39
+ "postinstall": "node ./dist/cli/postinstall.js 2>/dev/null || true"
35
40
  },
36
41
  "keywords": [
37
42
  "j3m",
@@ -118,6 +123,7 @@
118
123
  "@changesets/cli": "^2.29.4",
119
124
  "@types/leaflet": "^1.9.12",
120
125
  "@types/lodash.throttle": "^4.1.0",
126
+ "@types/node": "^20.0.0",
121
127
  "@types/react": "^19.1.8",
122
128
  "@types/react-dom": "^19.1.6",
123
129
  "leaflet": "^1.9.4",