@tylertech/forge-ai 0.6.0 → 0.6.1

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 +64 -64
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tylertech/forge-ai",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "A library of Tyler Forge™ AI chat interface web components.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Tyler Technologies, Inc.",
@@ -38,90 +38,90 @@
38
38
  "type": "git",
39
39
  "url": "git+https://github.com/tyler-technologies-oss/forge-ai.git"
40
40
  },
41
- "scripts": {
42
- "dev": "vite src/dev",
43
- "start": "pnpm run storybook",
44
- "prebuild": "rimraf dist",
45
- "build": "pnpm run lint && vite build && pnpm run cem",
46
- "preview": "vite preview",
47
- "prestorybook": "pnpm run cem",
48
- "storybook": "storybook dev -p 6016",
49
- "prebuild:storybook": "pnpm run cem",
50
- "build:storybook": "storybook build",
51
- "lint": "pnpm run lint:lit-analyzer && pnpm run lint:eslint && pnpm run lint:stylelint",
52
- "lint:eslint": "eslint .",
53
- "lint:stylelint": "stylelint src/**/*.scss",
54
- "lint:lit-analyzer": "lit-analyzer",
55
- "format": "prettier --write .",
56
- "format:check": "prettier --check .",
57
- "cem": "cem analyze --config custom-elements-manifest.config.mjs --litelement --globs \"src/lib/**/*.ts\"",
58
- "cem:watch": "pnpm run analyze -- --watch",
59
- "test": "wtr --coverage --watch --group lib",
60
- "test:focus": "wtr --coverage --watch --group",
61
- "test:ci": "wtr --group lib",
62
- "ci:package": "tar -czvhf deployment-assets.tar.gz -C cdn-deployment/@tylertech/forge-ai .",
63
- "plop": "plop"
64
- },
65
41
  "dependencies": {
66
42
  "@ag-ui/client": "^0.0.42",
67
43
  "@ag-ui/core": "^0.0.42",
68
44
  "@floating-ui/dom": "^1.7.4",
69
45
  "@lit/context": "^1.1.6",
70
46
  "dompurify": "^3.3.1",
71
- "lit": "catalog:",
47
+ "lit": "3.3.2",
72
48
  "marked": "^17.0.1",
73
49
  "remend": "^1.0.1",
74
50
  "uuid": "^13.0.0"
75
51
  },
76
52
  "devDependencies": {
77
- "@custom-elements-manifest/analyzer": "catalog:",
78
- "@esm-bundle/chai": "catalog:",
79
- "@open-wc/testing": "catalog:",
80
- "@repo/prettier-config": "workspace:",
81
- "@storybook/addon-a11y": "catalog:",
82
- "@storybook/addon-docs": "catalog:",
83
- "@storybook/addon-links": "catalog:",
84
- "@storybook/addon-themes": "catalog:",
85
- "@storybook/web-components-vite": "catalog:",
86
- "@tylertech/forge": "catalog:",
87
- "@tylertech/stylelint-rules": "catalog:",
88
- "@tylertech/tyler-icons": "catalog:",
53
+ "@custom-elements-manifest/analyzer": "0.11.0",
54
+ "@esm-bundle/chai": "4.3.4-fix.0",
55
+ "@open-wc/testing": "4.0.0",
56
+ "@repo/prettier-config": "",
57
+ "@storybook/addon-a11y": "9.1.17",
58
+ "@storybook/addon-docs": "9.1.17",
59
+ "@storybook/addon-links": "9.1.17",
60
+ "@storybook/addon-themes": "9.1.17",
61
+ "@storybook/web-components-vite": "9.1.17",
62
+ "@tylertech/forge": "3.13.1",
63
+ "@tylertech/stylelint-rules": "5.1.2",
64
+ "@tylertech/tyler-icons": "2.0.4",
89
65
  "@types/cssbeautify": "^0.3.5",
90
66
  "@types/dompurify": "^3.2.0",
91
- "@types/mocha": "catalog:",
92
- "@types/node": "catalog:",
67
+ "@types/mocha": "10.0.10",
68
+ "@types/node": "25.0.3",
93
69
  "@types/react": "^18.3.27",
94
- "@types/sinon": "catalog:",
70
+ "@types/sinon": "21.0.0",
95
71
  "@ungap/structured-clone": "^1.3.0",
96
- "@vueless/storybook-dark-mode": "catalog:",
72
+ "@vueless/storybook-dark-mode": "9.0.10",
97
73
  "@wc-toolkit/jsdoc-tags": "^1.1.0",
98
- "@web/dev-server-esbuild": "catalog:",
99
- "@web/dev-server-rollup": "catalog:",
100
- "@web/test-runner": "catalog:",
101
- "@web/test-runner-commands": "catalog:",
102
- "@web/test-runner-junit-reporter": "catalog:",
103
- "@web/test-runner-playwright": "catalog:",
74
+ "@web/dev-server-esbuild": "1.0.4",
75
+ "@web/dev-server-rollup": "0.6.4",
76
+ "@web/test-runner": "0.20.2",
77
+ "@web/test-runner-commands": "0.9.0",
78
+ "@web/test-runner-junit-reporter": "0.8.0",
79
+ "@web/test-runner-playwright": "0.11.1",
104
80
  "cssbeautify": "^0.3.1",
105
81
  "custom-element-svelte-integration": "^1.2.0",
106
82
  "custom-element-vuejs-integration": "^1.4.0",
107
- "eslint": "catalog:",
108
- "glob": "catalog:",
109
- "lit-analyzer": "catalog:",
110
- "plop": "catalog:",
111
- "postcss-lit": "catalog:",
83
+ "eslint": "9.39.2",
84
+ "glob": "13.0.0",
85
+ "lit-analyzer": "2.0.3",
86
+ "plop": "4.0.4",
87
+ "postcss-lit": "1.3.1",
112
88
  "react": "^18.3.1",
113
89
  "react-dom": "^18.3.1",
114
90
  "react-ga4": "^2.1.0",
115
- "remark-gfm": "catalog:",
116
- "rimraf": "catalog:",
117
- "sass": "catalog:",
118
- "sinon": "catalog:",
119
- "storybook": "catalog:",
120
- "stylelint": "catalog:",
121
- "stylelint-config-standard": "catalog:",
91
+ "remark-gfm": "4.0.1",
92
+ "rimraf": "6.1.2",
93
+ "sass": "1.93.3",
94
+ "sinon": "21.0.1",
95
+ "storybook": "9.1.17",
96
+ "stylelint": "16.26.1",
97
+ "stylelint-config-standard": "39.0.1",
122
98
  "typescript": "~5.9.3",
123
- "vite": "catalog:",
124
- "vite-plugin-dts": "catalog:",
125
- "vite-tsconfig-paths": "catalog:"
99
+ "vite": "7.3.0",
100
+ "vite-plugin-dts": "4.5.4",
101
+ "vite-tsconfig-paths": "6.0.3"
102
+ },
103
+ "scripts": {
104
+ "dev": "vite src/dev",
105
+ "start": "pnpm run storybook",
106
+ "prebuild": "rimraf dist",
107
+ "build": "pnpm run lint && vite build && pnpm run cem",
108
+ "preview": "vite preview",
109
+ "prestorybook": "pnpm run cem",
110
+ "storybook": "storybook dev -p 6016",
111
+ "prebuild:storybook": "pnpm run cem",
112
+ "build:storybook": "storybook build",
113
+ "lint": "pnpm run lint:lit-analyzer && pnpm run lint:eslint && pnpm run lint:stylelint",
114
+ "lint:eslint": "eslint .",
115
+ "lint:stylelint": "stylelint src/**/*.scss",
116
+ "lint:lit-analyzer": "lit-analyzer",
117
+ "format": "prettier --write .",
118
+ "format:check": "prettier --check .",
119
+ "cem": "cem analyze --config custom-elements-manifest.config.mjs --litelement --globs \"src/lib/**/*.ts\"",
120
+ "cem:watch": "pnpm run analyze -- --watch",
121
+ "test": "wtr --coverage --watch --group lib",
122
+ "test:focus": "wtr --coverage --watch --group",
123
+ "test:ci": "wtr --group lib",
124
+ "ci:package": "tar -czvhf deployment-assets.tar.gz -C cdn-deployment/@tylertech/forge-ai .",
125
+ "plop": "plop"
126
126
  }
127
- }
127
+ }