@iblai/web-containers 1.1.6 → 1.1.7

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": "@iblai/web-containers",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "ibl web containers",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -30,19 +30,6 @@
30
30
  },
31
31
  "./styles/base.css": "./src/styles/base.css"
32
32
  },
33
- "scripts": {
34
- "build": "rollup -c",
35
- "test": "vitest run",
36
- "test:watch": "vitest",
37
- "test:coverage": "vitest run --coverage",
38
- "prepare": "husky",
39
- "format": "prettier --write .",
40
- "format:check": "prettier --check .",
41
- "lint": "eslint --fix",
42
- "lint:check": "eslint",
43
- "typecheck": "tsc --noEmit",
44
- "prepublishOnly": "pnpm run build"
45
- },
46
33
  "keywords": [
47
34
  "web"
48
35
  ],
@@ -148,23 +135,33 @@
148
135
  "zod": "3.24.2"
149
136
  },
150
137
  "peerDependencies": {
151
- "@iblai/data-layer": "^1.1.2",
152
138
  "@iblai/iblai-api": "4.166.0-ai",
153
- "@iblai/web-utils": "^1.1.2",
154
139
  "@reduxjs/toolkit": "2.7.0",
155
140
  "next": ">=13.0.0",
156
141
  "react": "19.1.0",
157
142
  "react-dom": "19.1.0",
158
- "react-redux": "9.2.0"
143
+ "react-redux": "9.2.0",
144
+ "@iblai/data-layer": "^1.1.4",
145
+ "@iblai/web-utils": "^1.1.8"
159
146
  },
160
147
  "peerDependenciesMeta": {
161
148
  "next": {
162
149
  "optional": true
163
150
  }
164
151
  },
165
- "packageManager": "pnpm@10.11.0",
166
152
  "publishConfig": {
167
153
  "access": "public",
168
154
  "registry": "https://registry.npmjs.org/"
155
+ },
156
+ "scripts": {
157
+ "build": "rollup -c",
158
+ "test": "vitest run",
159
+ "test:watch": "vitest",
160
+ "test:coverage": "vitest run --coverage",
161
+ "format": "prettier --write .",
162
+ "format:check": "prettier --check .",
163
+ "lint": "eslint --fix",
164
+ "lint:check": "eslint",
165
+ "typecheck": "tsc --noEmit"
169
166
  }
170
- }
167
+ }