@happyvertical/smrt-support 0.40.70 → 0.41.0

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": "@happyvertical/smrt-support",
3
- "version": "0.40.70",
3
+ "version": "0.41.0",
4
4
  "description": "AI-first Support Cases: channel-neutral intake, lifecycle, routing, service targets, and service time for the SMRT framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,14 +27,14 @@
27
27
  "dependencies": {
28
28
  "@happyvertical/logger": "^0.88.0",
29
29
  "@happyvertical/sql": "^0.88.0",
30
- "@happyvertical/smrt-chat": "0.40.70",
31
- "@happyvertical/smrt-core": "0.40.70",
32
- "@happyvertical/smrt-jobs": "0.40.70",
33
- "@happyvertical/smrt-messages": "0.40.70",
34
- "@happyvertical/smrt-projects": "0.40.70",
35
- "@happyvertical/smrt-tenancy": "0.40.70",
36
- "@happyvertical/smrt-ui": "0.40.70",
37
- "@happyvertical/smrt-users": "0.40.70"
30
+ "@happyvertical/smrt-chat": "0.41.0",
31
+ "@happyvertical/smrt-core": "0.41.0",
32
+ "@happyvertical/smrt-jobs": "0.41.0",
33
+ "@happyvertical/smrt-messages": "0.41.0",
34
+ "@happyvertical/smrt-projects": "0.41.0",
35
+ "@happyvertical/smrt-tenancy": "0.41.0",
36
+ "@happyvertical/smrt-ui": "0.41.0",
37
+ "@happyvertical/smrt-users": "0.41.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "svelte": "^5.56.4"
@@ -53,7 +53,7 @@
53
53
  "typescript": "5.9.3",
54
54
  "vite": "8.1.4",
55
55
  "vitest": "4.1.10",
56
- "@happyvertical/smrt-vitest": "0.40.70"
56
+ "@happyvertical/smrt-vitest": "0.41.0"
57
57
  },
58
58
  "keywords": [
59
59
  "smrt",
@@ -80,6 +80,7 @@
80
80
  "clean": "rm -rf dist",
81
81
  "dev": "vite dev",
82
82
  "test": "vitest run",
83
+ "test:postgres": "node ../../scripts/run-with-ci-postgres.mjs -- pnpm exec vitest run optional.test.ts",
83
84
  "test:watch": "vitest",
84
85
  "typecheck": "tsc --noEmit -p tsconfig.json && node ../../scripts/svelte-check-a11y.mjs --tsconfig ./tsconfig.svelte.json",
85
86
  "verify:pack": "node ../../scripts/verify-package-types-exports.js ."