@collabchron/notiq 1.1.2 → 1.1.4

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": "@collabchron/notiq",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -56,17 +56,6 @@
56
56
  "bugs": {
57
57
  "url": "https://github.com/chinonsochikelue/notiq/issues"
58
58
  },
59
- "scripts": {
60
- "dev": "next dev --turbopack",
61
- "build": "pnpm install --no-frozen-lockfile && next build",
62
- "build:lib": "tsup && pnpm build:css",
63
- "build:css": "tailwindcss -i src/styles/notiq.css -o dist/styles/notiq.css --minify && pwsh -Command \"Copy-Item -Path node_modules/katex/dist/fonts -Destination dist/styles -Recurse -Force\"",
64
- "start": "next start",
65
- "lint": "next lint",
66
- "test": "vitest --run",
67
- "test:dev": "vitest",
68
- "prepare": "husky"
69
- },
70
59
  "dependencies": {
71
60
  "@ai-sdk/google": "^3.0.7",
72
61
  "@ai-sdk/groq": "^3.0.7",
@@ -204,5 +193,16 @@
204
193
  "tsup": "^8.5.1",
205
194
  "typescript": "^5.9.2",
206
195
  "vitest": "^4.0.17"
196
+ },
197
+ "scripts": {
198
+ "dev": "next dev --turbopack",
199
+ "build": "pnpm install --no-frozen-lockfile && next build",
200
+ "build:lib": "tsup && pnpm build:css",
201
+ "build:css": "tailwindcss -i src/styles/notiq.css -o dist/styles/notiq.css --minify && pwsh -Command \"Copy-Item -Path node_modules/katex/dist/fonts -Destination dist/styles -Recurse -Force\"",
202
+ "start": "next start",
203
+ "lint": "next lint",
204
+ "lint:css": "node scripts/check-css-layers.js",
205
+ "test": "vitest --run",
206
+ "test:dev": "vitest"
207
207
  }
208
208
  }