@zeniai/web-components 4.1.81-betaRR26 → 4.1.82

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 +41 -108
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/web-components",
3
- "version": "4.1.81-betaRR26",
3
+ "version": "4.1.82",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -25,47 +25,6 @@
25
25
  "files": [
26
26
  "dist"
27
27
  ],
28
- "scripts": {
29
- "clean": "rimraf build",
30
- "build-stories": "export NODE_OPTIONS=--max-old-space-size=8192 && tsc --noEmit",
31
- "test": "export NODE_OPTIONS=--max-old-space-size=8192 && pnpm lint-modified-files && tsc --noEmit && bash ./scripts/test-storybook-watch.sh",
32
- "test-all": "export NODE_OPTIONS=--max-old-space-size=8192 && tsc --noEmit && test-storybook --updateSnapshot --maxWorkers 2 --testTimeout 30000",
33
- "test-modified-files": "export NODE_OPTIONS=--max-old-space-size=8192 && chmod +x ./scripts/track_modified_files.sh && ./scripts/track_modified_files.sh && pnpm test && pnpm format-watch",
34
- "storybook": "export NODE_OPTIONS=--max-old-space-size=8192 && storybook dev -p 6006",
35
- "build-storybook": "export NODE_OPTIONS=--max-old-space-size=8192 && storybook build",
36
- "circular-dependency": "npx madge --circular --extensions ts ./src",
37
- "lint": "export NODE_OPTIONS=--max-old-space-size=8192 && time eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
38
- "lint:fix": "chmod +x ./scripts/fix-lint.sh && ./scripts/fix-lint.sh",
39
- "lint-modified-files": "chmod +x ./scripts/lint-modified-files.sh && ./scripts/lint-modified-files.sh",
40
- "lint:fix-modified-files": "chmod +x ./scripts/lint-modified-files.sh && LINT_FIX=true ./scripts/lint-modified-files.sh",
41
- "tsc-modified-files": "chmod +x ./scripts/tsc-modified-files.sh && ./scripts/tsc-modified-files.sh",
42
- "typecheck": "tsc --noEmit",
43
- "typecheck:mocks": "tsc --noEmit -p tsconfig.mocks.json",
44
- "build": "export NODE_OPTIONS=--max-old-space-size=8192 && pnpm lint-modified-files && pnpm tsc-modified-files && vite build",
45
- "format": "prettier --write --ignore-unknown \"src/**/*\" && pnpm lint",
46
- "format-watch": "(git diff --name-only --diff-filter=ACM && git ls-files --others --exclude-standard) | grep -E '\\.(ts|tsx|js)$' | xargs prettier --write || true",
47
- "format-staged": "git diff --cached --name-only --diff-filter=ACM | grep -E '\\.(ts|tsx|js)$' | xargs prettier --write || true",
48
- "preview": "vite preview",
49
- "version": "git add -A src",
50
- "postversion": "git push && git push --tags",
51
- "chromatic": "npx chromatic --project-token=b0f981300c3c --auto-accept-changes",
52
- "analyze": "vite-bundle-visualizer -t sunburst",
53
- "find-dead-code": "ts-prune | grep -v '(used in module)'",
54
- "find-unused-exports": "ts-unused-exports ./tsconfig.json",
55
- "check-version": "node ./scripts/check_version.js",
56
- "bump-update-web-app-cockpit-beta": "chmod +x ./scripts/bump_and_update_web_app_ui_beta.sh && ./scripts/bump_and_update_web_app_ui_beta.sh",
57
- "publish-beta": "sh -c 'echo \"Publishing with tag: ${betaTag:-beta}\" && pnpm publish --tag ${betaTag:-beta} --no-git-checks'",
58
- "build-beta": "export NODE_OPTIONS=--max-old-space-size=8192 && tsc && vite build --config vite.dev.config.ts && ([ -f dist/web-components.css ] && mv dist/web-components.css dist/index.css || true)",
59
- "build-beta-and-copy": "chmod +x ./scripts/build_and_copy.sh && ./scripts/build_and_copy.sh",
60
- "prepublishOnly": "chmod +x ./scripts/branch_validation.sh && ./scripts/branch_validation.sh && pnpm run check-version && pnpm update-slack-group-topic && pnpm clean && if [ -n \"$betaTag\" ]; then pnpm run build-beta; else pnpm run build; fi",
61
- "check-dependencies": "node ./scripts/check_dependencies.js",
62
- "clean-overrides": "node ./scripts/clean_overrides.js",
63
- "update-slack-group-topic": "chmod +x ./scripts/update_slack_group_topic.sh && ./scripts/update_slack_group_topic.sh",
64
- "raise-pr-automation": "chmod +x ./scripts/raise_pr_automation.sh && ./scripts/raise_pr_automation.sh",
65
- "cherry-pick": "chmod +x ./scripts/cherry_pick.sh && ./scripts/cherry_pick.sh",
66
- "prebuild": "node ./scripts/check-imports.js",
67
- "prepare": "husky"
68
- },
69
28
  "dependencies": {
70
29
  "@babel/runtime": "^7.26.10",
71
30
  "@emotion/cache": "^11.13.1",
@@ -91,7 +50,7 @@
91
50
  "@stripe/react-stripe-js": "^2.7.3",
92
51
  "@stripe/stripe-js": "^4.4.0",
93
52
  "@zeniai/client-analytics": "2.0.23",
94
- "@zeniai/client-epic-state": "5.1.5-betaRR0",
53
+ "@zeniai/client-epic-state": "5.1.6",
95
54
  "autosuggest-highlight": "^3.2.1",
96
55
  "browser-image-compression": "^2.0.2",
97
56
  "countries-list": "^2.6.1",
@@ -250,7 +209,7 @@
250
209
  "@types/react-select": "^4.0.18",
251
210
  "@types/react-window": "^1.8.8",
252
211
  "@zeniai/client-analytics": "2.0.23",
253
- "@zeniai/client-epic-state": "5.1.5-betaRR0",
212
+ "@zeniai/client-epic-state": "5.1.6",
254
213
  "color": "^3.1.3",
255
214
  "react": "18.3.1",
256
215
  "react-dom": "18.3.1",
@@ -286,69 +245,43 @@
286
245
  "type": "git",
287
246
  "url": "https://github.com/zeni-ai/zeni-web-components.git"
288
247
  },
289
- "pnpm": {
290
- "onlyBuiltDependencies": [
291
- "@swc/core",
292
- "node-jq"
293
- ],
294
- "ignoredBuiltDependencies": [
295
- "canvas",
296
- "core-js",
297
- "core-js-pure",
298
- "esbuild",
299
- "unrs-resolver"
300
- ],
301
- "auditConfig": {
302
- "ignoreGhsas": [
303
- "GHSA-w5hq-g745-h8pq"
304
- ]
305
- },
306
- "overrides": {
307
- "@babel/plugin-transform-modules-systemjs": ">=7.29.4",
308
- "@eslint/eslintrc>ajv": ">=6.14.0 <7",
309
- "@eslint/plugin-kit": ">=0.3.4",
310
- "@tootallnate/once": ">=3.0.1",
311
- "ajv": ">=8.18.0",
312
- "ajv-keywords": ">=5.1.0",
313
- "axios": ">=1.15.2",
314
- "bfj": "9.1.3",
315
- "brace-expansion": ">=5.0.5",
316
- "cosmiconfig>yaml": ">=1.10.3 <2",
317
- "d3-color": ">=3.1.0",
318
- "decode-uri-component": ">=0.2.1",
319
- "esbuild": ">=0.25.0",
320
- "eslint>ajv": ">=6.14.0 <7",
321
- "fast-uri": ">=3.1.2",
322
- "flatted": ">=3.4.2",
323
- "follow-redirects": ">=1.16.0",
324
- "form-data": ">=4.0.4",
325
- "glob": "^11.1.0",
326
- "immutable": ">=4.3.8 <5",
327
- "js-yaml": ">=4.1.1",
328
- "lodash": ">=4.18.1 <5",
329
- "mdast-util-to-hast": ">=13.2.1",
330
- "minimatch": ">=10.2.3",
331
- "mux-embed": "5.15.0",
332
- "node-forge": ">=1.4.0",
333
- "npm-check": ">=2.0.1",
334
- "nth-check": ">=2.0.1",
335
- "nyc>glob": "7.2.3",
336
- "on-headers": ">=1.1.0",
337
- "path-to-regexp": "0.1.13",
338
- "picomatch": ">=4.0.4",
339
- "postcss": ">=8.5.10",
340
- "prismjs": ">=1.30.0",
341
- "qs": ">=6.15.2",
342
- "rollup": ">=4.59.0",
343
- "serialize-javascript": ">=7.0.5",
344
- "svgo": ">=2.8.1",
345
- "tar": ">=7.5.11",
346
- "tar-fs": ">=3.1.1",
347
- "test-exclude>glob": "7.2.3",
348
- "uuid": "^11.1.1",
349
- "webpack": ">=5.104.1",
350
- "webpack-dev-server": ">=5.2.1",
351
- "yaml": ">=2.8.3"
352
- }
248
+ "scripts": {
249
+ "clean": "rimraf build",
250
+ "build-stories": "export NODE_OPTIONS=--max-old-space-size=8192 && tsc --noEmit",
251
+ "test": "export NODE_OPTIONS=--max-old-space-size=8192 && pnpm lint-modified-files && tsc --noEmit && bash ./scripts/test-storybook-watch.sh",
252
+ "test-all": "export NODE_OPTIONS=--max-old-space-size=8192 && tsc --noEmit && test-storybook --updateSnapshot --maxWorkers 2 --testTimeout 30000",
253
+ "test-modified-files": "export NODE_OPTIONS=--max-old-space-size=8192 && chmod +x ./scripts/track_modified_files.sh && ./scripts/track_modified_files.sh && pnpm test && pnpm format-watch",
254
+ "storybook": "export NODE_OPTIONS=--max-old-space-size=8192 && storybook dev -p 6006",
255
+ "build-storybook": "export NODE_OPTIONS=--max-old-space-size=8192 && storybook build",
256
+ "circular-dependency": "npx madge --circular --extensions ts ./src",
257
+ "lint": "export NODE_OPTIONS=--max-old-space-size=8192 && time eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
258
+ "lint:fix": "chmod +x ./scripts/fix-lint.sh && ./scripts/fix-lint.sh",
259
+ "lint-modified-files": "chmod +x ./scripts/lint-modified-files.sh && ./scripts/lint-modified-files.sh",
260
+ "lint:fix-modified-files": "chmod +x ./scripts/lint-modified-files.sh && LINT_FIX=true ./scripts/lint-modified-files.sh",
261
+ "tsc-modified-files": "chmod +x ./scripts/tsc-modified-files.sh && ./scripts/tsc-modified-files.sh",
262
+ "typecheck": "tsc --noEmit",
263
+ "typecheck:mocks": "tsc --noEmit -p tsconfig.mocks.json",
264
+ "build": "export NODE_OPTIONS=--max-old-space-size=8192 && pnpm lint-modified-files && pnpm tsc-modified-files && vite build",
265
+ "format": "prettier --write --ignore-unknown \"src/**/*\" && pnpm lint",
266
+ "format-watch": "(git diff --name-only --diff-filter=ACM && git ls-files --others --exclude-standard) | grep -E '\\.(ts|tsx|js)$' | xargs prettier --write || true",
267
+ "format-staged": "git diff --cached --name-only --diff-filter=ACM | grep -E '\\.(ts|tsx|js)$' | xargs prettier --write || true",
268
+ "preview": "vite preview",
269
+ "version": "git add -A src",
270
+ "postversion": "git push && git push --tags",
271
+ "chromatic": "npx chromatic --project-token=b0f981300c3c --auto-accept-changes",
272
+ "analyze": "vite-bundle-visualizer -t sunburst",
273
+ "find-dead-code": "ts-prune | grep -v '(used in module)'",
274
+ "find-unused-exports": "ts-unused-exports ./tsconfig.json",
275
+ "check-version": "node ./scripts/check_version.js",
276
+ "bump-update-web-app-cockpit-beta": "chmod +x ./scripts/bump_and_update_web_app_ui_beta.sh && ./scripts/bump_and_update_web_app_ui_beta.sh",
277
+ "publish-beta": "sh -c 'echo \"Publishing with tag: ${betaTag:-beta}\" && pnpm publish --tag ${betaTag:-beta} --no-git-checks'",
278
+ "build-beta": "export NODE_OPTIONS=--max-old-space-size=8192 && tsc && vite build --config vite.dev.config.ts && ([ -f dist/web-components.css ] && mv dist/web-components.css dist/index.css || true)",
279
+ "build-beta-and-copy": "chmod +x ./scripts/build_and_copy.sh && ./scripts/build_and_copy.sh",
280
+ "check-dependencies": "node ./scripts/check_dependencies.js",
281
+ "clean-overrides": "node ./scripts/clean_overrides.js",
282
+ "update-slack-group-topic": "chmod +x ./scripts/update_slack_group_topic.sh && ./scripts/update_slack_group_topic.sh",
283
+ "raise-pr-automation": "chmod +x ./scripts/raise_pr_automation.sh && ./scripts/raise_pr_automation.sh",
284
+ "cherry-pick": "chmod +x ./scripts/cherry_pick.sh && ./scripts/cherry_pick.sh",
285
+ "prebuild": "node ./scripts/check-imports.js"
353
286
  }
354
287
  }