@voyant-travel/workflows 0.111.8 → 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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/workflows",
|
|
3
|
-
"version": "0.111.
|
|
3
|
+
"version": "0.111.10",
|
|
4
4
|
"description": "Authoring SDK for Voyant Workflows — durable, step-based orchestrations for Voyant Cloud.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -108,13 +108,13 @@
|
|
|
108
108
|
"access": "public"
|
|
109
109
|
},
|
|
110
110
|
"scripts": {
|
|
111
|
-
"build": "tsc -p tsconfig.json",
|
|
111
|
+
"build": "tsc -p tsconfig.build.json",
|
|
112
112
|
"build:examples": "tsc -p tsconfig.examples.json",
|
|
113
113
|
"spike": "pnpm build && pnpm build:examples && node examples-dist/drive.js",
|
|
114
114
|
"check-types": "tsc --noEmit",
|
|
115
115
|
"dev": "tsc -w -p tsconfig.json",
|
|
116
116
|
"test": "vitest run",
|
|
117
|
-
"typecheck": "tsc
|
|
117
|
+
"typecheck": "tsc -p tsconfig.typecheck.json",
|
|
118
118
|
"test:watch": "vitest"
|
|
119
119
|
}
|
|
120
120
|
}
|