@cognivo/components 0.8.1 → 0.8.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.
Files changed (1) hide show
  1. package/package.json +13 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognivo/components",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "166 AI-native and foundation Web Components powered by Lit, cognitive science, and design tokens.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -50,18 +50,9 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "scripts": {
54
- "build": "vite build && vite build --mode iife",
55
- "prepublishOnly": "pnpm build",
56
- "type-check": "tsc --noEmit",
57
- "dev": "vite build --watch",
58
- "test": "vitest run",
59
- "test:watch": "vitest",
60
- "test:coverage": "vitest run --coverage"
61
- },
62
53
  "dependencies": {
63
- "@cognivo/core": "workspace:*",
64
- "lit": "^3.1.0"
54
+ "lit": "^3.1.0",
55
+ "@cognivo/core": "0.4.0"
65
56
  },
66
57
  "devDependencies": {
67
58
  "@vitest/coverage-v8": "^2.1.0",
@@ -80,5 +71,13 @@
80
71
  "lit",
81
72
  "ai",
82
73
  "generative-ui"
83
- ]
84
- }
74
+ ],
75
+ "scripts": {
76
+ "build": "vite build && vite build --mode iife",
77
+ "type-check": "tsc --noEmit",
78
+ "dev": "vite build --watch",
79
+ "test": "vitest run",
80
+ "test:watch": "vitest",
81
+ "test:coverage": "vitest run --coverage"
82
+ }
83
+ }