@promptbook/remote-client 0.82.0-3 → 0.82.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/README.md +0 -4
- package/esm/index.es.js +3 -4
- package/esm/index.es.js.map +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +3 -4
- package/umd/index.umd.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/remote-client",
|
|
3
|
-
"version": "0.82.0
|
|
3
|
+
"version": "0.82.0",
|
|
4
4
|
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
|
|
5
5
|
"--note-0": " <- [🐊]",
|
|
6
6
|
"private": false,
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"module": "./esm/index.es.js",
|
|
55
55
|
"typings": "./esm/typings/src/_packages/remote-client.index.d.ts",
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@promptbook/core": "0.82.0
|
|
57
|
+
"@promptbook/core": "0.82.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"crypto-js": "4.2.0",
|
package/umd/index.umd.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* @generated
|
|
24
24
|
* @see https://github.com/webgptorg/promptbook
|
|
25
25
|
*/
|
|
26
|
-
var PROMPTBOOK_ENGINE_VERSION = '0.82.0-
|
|
26
|
+
var PROMPTBOOK_ENGINE_VERSION = '0.82.0-3';
|
|
27
27
|
/**
|
|
28
28
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
29
29
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -622,8 +622,7 @@
|
|
|
622
622
|
var socket, preparedPipeline;
|
|
623
623
|
return __generator(this, function (_a) {
|
|
624
624
|
switch (_a.label) {
|
|
625
|
-
case 0:
|
|
626
|
-
return [4 /*yield*/, createRemoteClient(options)];
|
|
625
|
+
case 0: return [4 /*yield*/, createRemoteClient(options)];
|
|
627
626
|
case 1:
|
|
628
627
|
socket = _a.sent();
|
|
629
628
|
socket.emit('preparePipeline-request', {
|
|
@@ -643,7 +642,7 @@
|
|
|
643
642
|
case 2:
|
|
644
643
|
preparedPipeline = _a.sent();
|
|
645
644
|
socket.disconnect();
|
|
646
|
-
// TODO:
|
|
645
|
+
// TODO: [🧠] Maybe do $exportJson
|
|
647
646
|
return [2 /*return*/, preparedPipeline];
|
|
648
647
|
}
|
|
649
648
|
});
|