aq-fe-framework 0.1.159 → 0.1.161

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 +3 -1
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.159",
25
+ "version": "0.1.161",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"
@@ -34,6 +34,7 @@
34
34
  "build-next": "next build",
35
35
  "gen": "barrelsby --config barrelsby.json",
36
36
  "build": "tsup --tsconfig tsconfig.lib.json",
37
+ "postbuild": "cpx \"src/modules-features/index.css\" dist/modules-features",
37
38
  "start": "next start",
38
39
  "lint": "next lint",
39
40
  "debug": "next dev -p 3003"
@@ -108,6 +109,7 @@
108
109
  "@types/react": "^18.3.20",
109
110
  "@types/react-dom": "^18",
110
111
  "barrelsby": "^2.8.1",
112
+ "cpx": "^1.5.0",
111
113
  "eslint": "^8",
112
114
  "eslint-config-next": "15.0.3",
113
115
  "postcss": "^8.5.3",