@fakhrirafiki/theme-engine 0.4.10 → 0.4.14

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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fakhrirafiki/theme-engine",
3
- "version": "0.4.10",
3
+ "version": "0.4.14",
4
4
  "description": "Elegant theming system with smooth transitions, custom presets, semantic accent colors, and complete shadcn/ui support for modern React applications",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -29,18 +29,17 @@
29
29
  "build:full": "npm run build",
30
30
  "type-check": "node scripts/generate-built-in-preset-ids.mjs && tsc --noEmit",
31
31
  "prepublishOnly": "npm run build:full",
32
- "publish-patch": "npm version patch --no-workspaces-update && npm publish",
33
- "publish-minor": "npm version minor --no-workspaces-update && npm publish",
34
- "publish-major": "npm version major --no-workspaces-update && npm publish"
32
+ "publish-patch": "npm version patch && npm publish",
33
+ "publish-minor": "npm version minor && npm publish",
34
+ "publish-major": "npm version major && npm publish"
35
35
  },
36
36
  "repository": {
37
37
  "type": "git",
38
- "url": "git+https://github.com/fakhrirafiki/ngobrollink-monorepo.git",
39
- "directory": "packages/theme-engine"
38
+ "url": "git+https://github.com/fakhrirafiki/theme-engine.git"
40
39
  },
41
- "homepage": "https://github.com/fakhrirafiki/ngobrollink-monorepo/tree/main/packages/theme-engine",
40
+ "homepage": "https://github.com/fakhrirafiki/theme-engine",
42
41
  "bugs": {
43
- "url": "https://github.com/fakhrirafiki/ngobrollink-monorepo/issues"
42
+ "url": "https://github.com/fakhrirafiki/theme-engine/issues"
44
43
  },
45
44
  "dependencies": {
46
45
  "clsx": "^2.1.1"
@@ -74,5 +73,6 @@
74
73
  "semantic-colors"
75
74
  ],
76
75
  "author": "Tiket Ngobrol Team",
77
- "license": "MIT"
76
+ "license": "MIT",
77
+ "packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
78
78
  }