@voyant-travel/workflows-react 0.111.9 → 0.111.10

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/workflows-react",
3
- "version": "0.111.9",
3
+ "version": "0.111.10",
4
4
  "description": "React hooks for Voyant Workflows — trigger, subscribe, and stream runs — plus the styled workflow-run admin UI (formerly @voyant-travel/workflows-ui).",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -66,9 +66,9 @@
66
66
  }
67
67
  },
68
68
  "dependencies": {
69
- "@voyant-travel/i18n": "^0.109.0",
70
69
  "@voyant-travel/react": "^0.104.1",
71
- "@voyant-travel/workflows": "^0.111.9"
70
+ "@voyant-travel/workflows": "^0.111.10",
71
+ "@voyant-travel/i18n": "^0.109.0"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@tanstack/react-query": "^5.0.0",
@@ -114,7 +114,7 @@
114
114
  "scripts": {
115
115
  "build": "tsc -p tsconfig.build.json",
116
116
  "clean": "rm -rf dist tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo",
117
- "typecheck": "tsc --noEmit",
117
+ "typecheck": "tsc -p tsconfig.typecheck.json",
118
118
  "lint": "biome check src/",
119
119
  "test": "vitest run --passWithNoTests"
120
120
  },