@etohq/workflows-sdk 1.1.0 → 1.3.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-export.d.ts","sourceRoot":"","sources":["../../src/helper/workflow-export.ts"],"names":[],"mappings":"AAyBA,OAAO,EAML,oBAAoB,EAErB,MAAM,QAAQ,CAAA;AA6Sf,eAAO,MAAM,cAAc,GAAI,KAAK,
|
|
1
|
+
{"version":3,"file":"workflow-export.d.ts","sourceRoot":"","sources":["../../src/helper/workflow-export.ts"],"names":[],"mappings":"AAyBA,OAAO,EAML,oBAAoB,EAErB,MAAM,QAAQ,CAAA;AA6Sf,eAAO,MAAM,cAAc,GAAI,KAAK,GAAG,OAAO,EAAE,OAAO,GAAG,OAAO,EAC/D,YAAY,MAAM,EAClB,gBAAgB,MAAM,GAAG,MAAM,EAC/B,UAAU;IACR,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,KACA,oBAAoB,CAAC,KAAK,EAAE,OAAO,CAwJrC,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -18,13 +18,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
18
18
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
19
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
20
20
|
};
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
};
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
28
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
39
|
exports.Composer = void 0;
|
|
30
40
|
__exportStar(require("./helper"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAAwB;AACxB,iDAA8B;AAC9B,mDAAgC;AAChC,6DAA4C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["../src/eto-workflow.ts","../src/index.ts","../src/helper/index.ts","../src/helper/type.ts","../src/helper/workflow-export.ts","../src/utils/_playground.ts","../src/utils/composer/create-hook.ts","../src/utils/composer/create-step.ts","../src/utils/composer/create-workflow.ts","../src/utils/composer/index.ts","../src/utils/composer/parallelize.ts","../src/utils/composer/transform.ts","../src/utils/composer/type.ts","../src/utils/composer/when.ts","../src/utils/composer/__tests__/compose.ts","../src/utils/composer/__tests__/index.spec.ts","../src/utils/composer/helpers/create-step-handler.ts","../src/utils/composer/helpers/index.ts","../src/utils/composer/helpers/proxy.ts","../src/utils/composer/helpers/resolve-value.ts","../src/utils/composer/helpers/step-response.ts","../src/utils/composer/helpers/workflow-response.ts"],"version":"5.
|
|
1
|
+
{"root":["../src/eto-workflow.ts","../src/index.ts","../src/helper/index.ts","../src/helper/type.ts","../src/helper/workflow-export.ts","../src/utils/_playground.ts","../src/utils/composer/create-hook.ts","../src/utils/composer/create-step.ts","../src/utils/composer/create-workflow.ts","../src/utils/composer/index.ts","../src/utils/composer/parallelize.ts","../src/utils/composer/transform.ts","../src/utils/composer/type.ts","../src/utils/composer/when.ts","../src/utils/composer/__tests__/compose.ts","../src/utils/composer/__tests__/index.spec.ts","../src/utils/composer/helpers/create-step-handler.ts","../src/utils/composer/helpers/index.ts","../src/utils/composer/helpers/proxy.ts","../src/utils/composer/helpers/resolve-value.ts","../src/utils/composer/helpers/step-response.ts","../src/utils/composer/helpers/workflow-response.ts"],"version":"5.8.3"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etohq/workflows-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Set of workflows tooling for Eto",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -35,17 +35,16 @@
|
|
|
35
35
|
"@swc/jest": "^0.2.36",
|
|
36
36
|
"@types/jest": "^29.5.14",
|
|
37
37
|
"awilix": "^8.0.1",
|
|
38
|
-
"express": "^4.21.0",
|
|
39
38
|
"jest": "^29.7.0",
|
|
40
39
|
"pg": "^8.13.0",
|
|
41
40
|
"rimraf": "^5.0.2",
|
|
42
|
-
"typescript": "^5.
|
|
41
|
+
"typescript": "^5.8.3"
|
|
43
42
|
},
|
|
44
43
|
"dependencies": {
|
|
45
|
-
"@etohq/modules-sdk": "^1.
|
|
46
|
-
"@etohq/orchestration": "^1.
|
|
47
|
-
"@etohq/types": "^1.
|
|
48
|
-
"@etohq/utils": "^1.
|
|
44
|
+
"@etohq/modules-sdk": "^1.3.0",
|
|
45
|
+
"@etohq/orchestration": "^1.3.0",
|
|
46
|
+
"@etohq/types": "^1.3.0",
|
|
47
|
+
"@etohq/utils": "^1.3.0",
|
|
49
48
|
"ulid": "^2.3.0"
|
|
50
49
|
},
|
|
51
50
|
"peerDependencies": {
|
|
@@ -54,7 +53,6 @@
|
|
|
54
53
|
"@mikro-orm/migrations": "5.9.7",
|
|
55
54
|
"@mikro-orm/postgresql": "5.9.7",
|
|
56
55
|
"awilix": "^8.0.1",
|
|
57
|
-
"express": "^4.21.0",
|
|
58
56
|
"pg": "^8.13.0"
|
|
59
57
|
},
|
|
60
58
|
"scripts": {
|