@versori/run 0.7.0-alpha.5 → 0.7.0-alpha.6
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/esm/mod.d.ts +1 -1
- package/esm/mod.d.ts.map +1 -1
- package/esm/mod.js +1 -1
- package/package.json +1 -1
- package/script/mod.d.ts +1 -1
- package/script/mod.d.ts.map +1 -1
- package/script/mod.js +2 -1
package/esm/mod.d.ts
CHANGED
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
*/
|
|
64
64
|
import "./_dnt.polyfills.js";
|
|
65
65
|
export * from './src/dsl/mod.js';
|
|
66
|
-
export { durable, ExecutionError, MemoryInterpreter, type MemoryInterpreterOptions, } from './src/interpreter/mod.js';
|
|
66
|
+
export { durable, vanilla, ExecutionError, MemoryInterpreter, type MemoryInterpreterOptions, } from './src/interpreter/mod.js';
|
|
67
67
|
export * from './src/context/mod.js';
|
|
68
68
|
//# sourceMappingURL=mod.d.ts.map
|
package/esm/mod.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../src/mod.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,OAAO,qBAAqB,CAAC;AAG7B,cAAc,kBAAkB,CAAC;AACjC,OAAO,EACH,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,KAAK,wBAAwB,GAChC,MAAM,0BAA0B,CAAC;AAClC,cAAc,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../src/mod.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,OAAO,qBAAqB,CAAC;AAG7B,cAAc,kBAAkB,CAAC;AACjC,OAAO,EACH,OAAO,EACP,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,KAAK,wBAAwB,GAChC,MAAM,0BAA0B,CAAC;AAClC,cAAc,sBAAsB,CAAC"}
|
package/esm/mod.js
CHANGED
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
*/
|
|
76
76
|
import "./_dnt.polyfills.js";
|
|
77
77
|
export * from './src/dsl/mod.js';
|
|
78
|
-
export { durable, ExecutionError, MemoryInterpreter, } from './src/interpreter/mod.js';
|
|
78
|
+
export { durable, vanilla, ExecutionError, MemoryInterpreter, } from './src/interpreter/mod.js';
|
|
79
79
|
export * from './src/context/mod.js';
|
package/package.json
CHANGED
package/script/mod.d.ts
CHANGED
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
*/
|
|
64
64
|
import "./_dnt.polyfills.js";
|
|
65
65
|
export * from './src/dsl/mod.js';
|
|
66
|
-
export { durable, ExecutionError, MemoryInterpreter, type MemoryInterpreterOptions, } from './src/interpreter/mod.js';
|
|
66
|
+
export { durable, vanilla, ExecutionError, MemoryInterpreter, type MemoryInterpreterOptions, } from './src/interpreter/mod.js';
|
|
67
67
|
export * from './src/context/mod.js';
|
|
68
68
|
//# sourceMappingURL=mod.d.ts.map
|
package/script/mod.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../src/mod.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,OAAO,qBAAqB,CAAC;AAG7B,cAAc,kBAAkB,CAAC;AACjC,OAAO,EACH,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,KAAK,wBAAwB,GAChC,MAAM,0BAA0B,CAAC;AAClC,cAAc,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../src/mod.ts"],"names":[],"mappings":"AAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,OAAO,qBAAqB,CAAC;AAG7B,cAAc,kBAAkB,CAAC;AACjC,OAAO,EACH,OAAO,EACP,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,KAAK,wBAAwB,GAChC,MAAM,0BAA0B,CAAC;AAClC,cAAc,sBAAsB,CAAC"}
|
package/script/mod.js
CHANGED
|
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.MemoryInterpreter = exports.ExecutionError = exports.durable = void 0;
|
|
29
|
+
exports.MemoryInterpreter = exports.ExecutionError = exports.vanilla = exports.durable = void 0;
|
|
30
30
|
/**
|
|
31
31
|
* The Versori Run SDK is the backbone of the Versori AI integration platform. It provides a set of tools and
|
|
32
32
|
* abstractions for building integrations which can run in the cloud on Versori's infrastructure.
|
|
@@ -94,6 +94,7 @@ require("./_dnt.polyfills.js");
|
|
|
94
94
|
__exportStar(require("./src/dsl/mod.js"), exports);
|
|
95
95
|
var mod_js_1 = require("./src/interpreter/mod.js");
|
|
96
96
|
Object.defineProperty(exports, "durable", { enumerable: true, get: function () { return mod_js_1.durable; } });
|
|
97
|
+
Object.defineProperty(exports, "vanilla", { enumerable: true, get: function () { return mod_js_1.vanilla; } });
|
|
97
98
|
Object.defineProperty(exports, "ExecutionError", { enumerable: true, get: function () { return mod_js_1.ExecutionError; } });
|
|
98
99
|
Object.defineProperty(exports, "MemoryInterpreter", { enumerable: true, get: function () { return mod_js_1.MemoryInterpreter; } });
|
|
99
100
|
__exportStar(require("./src/context/mod.js"), exports);
|