@sovann72-dev/lynqify-ui 1.0.11 → 1.0.12

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 +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sovann72-dev/lynqify-ui",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "module": "dist/lynqify-ui.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "type": "module",
27
27
  "scripts": {
28
- "start": "vite",
29
- "start:local": "env-cmd -f .env.local vite",
28
+ "start": "vite --config vite.preview.config.ts",
29
+ "start:local": "env-cmd -f .env.local vite --config vite.preview.config.ts",
30
30
  "build": "NODE_OPTIONS=--max_old_space_size=8192 vite build",
31
31
  "build:win": "set NODE_OPTIONS=--max_old_space_size=8192 && vite build",
32
32
  "lint": "eslint src --ext .ts,.tsx,.js,.jsx && yarn check-types",
@@ -35,6 +35,7 @@
35
35
  "check-types": "tsc --project tsconfig.json --pretty --noEmit",
36
36
  "compile": "tsc --build",
37
37
  "test": "vite test",
38
+ "test:arch": "vitest run tests/arch",
38
39
  "vitest": "vitest",
39
40
  "cy:open": "cypress open",
40
41
  "test:all": "yarn vitest run && yarn test:integration:all",
@@ -253,6 +254,7 @@
253
254
  "@typescript-eslint/eslint-plugin": "^7.8.0",
254
255
  "@typescript-eslint/parser": "^7.8.0",
255
256
  "@vitejs/plugin-react": "^4.3.4",
257
+ "archunit": "^2.3.0",
256
258
  "autoprefixer": "^10.4.19",
257
259
  "babel-plugin-module-resolver": "^5.0.0",
258
260
  "cypress": "^14.2.0",