@digipair/skill-imap 0.57.5 → 0.57.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/index.cjs.js +0 -2
- package/index.esm.js +5 -7
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -74,8 +74,6 @@ let IMapService = class IMapService {
|
|
|
74
74
|
await engine.executePinsList(close, _extends({}, context, {
|
|
75
75
|
imap: this
|
|
76
76
|
}));
|
|
77
|
-
const skillProcess = require('@digipair/skill-process');
|
|
78
|
-
skillProcess.remove(context.protected.processId);
|
|
79
77
|
} catch (error) {
|
|
80
78
|
const skillLogger = require('@digipair/skill-logger');
|
|
81
79
|
skillLogger.addLog(context, 'ERROR', error.message);
|
package/index.esm.js
CHANGED
|
@@ -23902,14 +23902,14 @@ function indent(str, spaces) {
|
|
|
23902
23902
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
23903
23903
|
// match is required
|
|
23904
23904
|
if (!match) {
|
|
23905
|
-
return tokens = tokens1,
|
|
23905
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
23906
23906
|
v: nextMatch1
|
|
23907
23907
|
};
|
|
23908
23908
|
}
|
|
23909
23909
|
var token = match.token, offset = match.offset;
|
|
23910
23910
|
i1 += offset;
|
|
23911
23911
|
if (token === " ") {
|
|
23912
|
-
return tokens = tokens1,
|
|
23912
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
23913
23913
|
}
|
|
23914
23914
|
tokens1 = _to_consumable_array$1(tokens1).concat([
|
|
23915
23915
|
token
|
|
@@ -23928,7 +23928,7 @@ function indent(str, spaces) {
|
|
|
23928
23928
|
if (contextKeys.some(function(el) {
|
|
23929
23929
|
return el.startsWith(name);
|
|
23930
23930
|
})) {
|
|
23931
|
-
return tokens = tokens1,
|
|
23931
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
23932
23932
|
}
|
|
23933
23933
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23934
23934
|
return el === name;
|
|
@@ -23947,9 +23947,9 @@ function indent(str, spaces) {
|
|
|
23947
23947
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23948
23948
|
return el.startsWith(name);
|
|
23949
23949
|
})) {
|
|
23950
|
-
return tokens = tokens1,
|
|
23950
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
23951
23951
|
}
|
|
23952
|
-
return tokens = tokens1,
|
|
23952
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
23953
23953
|
v: nextMatch1
|
|
23954
23954
|
};
|
|
23955
23955
|
};
|
|
@@ -28013,8 +28013,6 @@ let IMapService = class IMapService {
|
|
|
28013
28013
|
await executePinsList(close, _extends({}, context, {
|
|
28014
28014
|
imap: this
|
|
28015
28015
|
}));
|
|
28016
|
-
const skillProcess = require('@digipair/skill-process');
|
|
28017
|
-
skillProcess.remove(context.protected.processId);
|
|
28018
28016
|
} catch (error) {
|
|
28019
28017
|
const skillLogger = require('@digipair/skill-logger');
|
|
28020
28018
|
skillLogger.addLog(context, 'ERROR', error.message);
|