@digipair/skill-web 0.7.3 → 0.8.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/index.cjs.js +7 -7
- package/index.esm.js +7 -7
- package/package.json +1 -1
- package/schema.json +5 -5
package/index.cjs.js
CHANGED
|
@@ -23510,14 +23510,14 @@ function indent(str, spaces) {
|
|
|
23510
23510
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
23511
23511
|
// match is required
|
|
23512
23512
|
if (!match) {
|
|
23513
|
-
return
|
|
23513
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
|
|
23514
23514
|
v: nextMatch1
|
|
23515
23515
|
};
|
|
23516
23516
|
}
|
|
23517
23517
|
var token = match.token, offset = match.offset;
|
|
23518
23518
|
i1 += offset;
|
|
23519
23519
|
if (token === " ") {
|
|
23520
|
-
return
|
|
23520
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
23521
23521
|
}
|
|
23522
23522
|
tokens1 = _to_consumable_array$1(tokens1).concat([
|
|
23523
23523
|
token
|
|
@@ -23536,7 +23536,7 @@ function indent(str, spaces) {
|
|
|
23536
23536
|
if (contextKeys.some(function(el) {
|
|
23537
23537
|
return el.startsWith(name);
|
|
23538
23538
|
})) {
|
|
23539
|
-
return
|
|
23539
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
23540
23540
|
}
|
|
23541
23541
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23542
23542
|
return el === name;
|
|
@@ -23555,9 +23555,9 @@ function indent(str, spaces) {
|
|
|
23555
23555
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23556
23556
|
return el.startsWith(name);
|
|
23557
23557
|
})) {
|
|
23558
|
-
return
|
|
23558
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
23559
23559
|
}
|
|
23560
|
-
return
|
|
23560
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
|
|
23561
23561
|
v: nextMatch1
|
|
23562
23562
|
};
|
|
23563
23563
|
};
|
|
@@ -27562,7 +27562,7 @@ let WebService = class WebService {
|
|
|
27562
27562
|
const { execute } = params;
|
|
27563
27563
|
const BASE_URL = 'https://cdn.jsdelivr.net/npm';
|
|
27564
27564
|
const js = `
|
|
27565
|
-
import {
|
|
27565
|
+
import { executePinsList } from '${BASE_URL}/@digipair/engine/index.esm.js';
|
|
27566
27566
|
|
|
27567
27567
|
const context = {
|
|
27568
27568
|
variables: ${JSON.stringify(context.variables || {})},
|
|
@@ -27572,7 +27572,7 @@ let WebService = class WebService {
|
|
|
27572
27572
|
libraries: {},
|
|
27573
27573
|
};
|
|
27574
27574
|
|
|
27575
|
-
|
|
27575
|
+
await executePinsList(${JSON.stringify(execute)}, context, options);
|
|
27576
27576
|
`;
|
|
27577
27577
|
return js;
|
|
27578
27578
|
}
|
package/index.esm.js
CHANGED
|
@@ -23488,14 +23488,14 @@ function indent(str, spaces) {
|
|
|
23488
23488
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
23489
23489
|
// match is required
|
|
23490
23490
|
if (!match) {
|
|
23491
|
-
return
|
|
23491
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
|
|
23492
23492
|
v: nextMatch1
|
|
23493
23493
|
};
|
|
23494
23494
|
}
|
|
23495
23495
|
var token = match.token, offset = match.offset;
|
|
23496
23496
|
i1 += offset;
|
|
23497
23497
|
if (token === " ") {
|
|
23498
|
-
return
|
|
23498
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
23499
23499
|
}
|
|
23500
23500
|
tokens1 = _to_consumable_array$1(tokens1).concat([
|
|
23501
23501
|
token
|
|
@@ -23514,7 +23514,7 @@ function indent(str, spaces) {
|
|
|
23514
23514
|
if (contextKeys.some(function(el) {
|
|
23515
23515
|
return el.startsWith(name);
|
|
23516
23516
|
})) {
|
|
23517
|
-
return
|
|
23517
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
23518
23518
|
}
|
|
23519
23519
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23520
23520
|
return el === name;
|
|
@@ -23533,9 +23533,9 @@ function indent(str, spaces) {
|
|
|
23533
23533
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23534
23534
|
return el.startsWith(name);
|
|
23535
23535
|
})) {
|
|
23536
|
-
return
|
|
23536
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
23537
23537
|
}
|
|
23538
|
-
return
|
|
23538
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
|
|
23539
23539
|
v: nextMatch1
|
|
23540
23540
|
};
|
|
23541
23541
|
};
|
|
@@ -27540,7 +27540,7 @@ let WebService = class WebService {
|
|
|
27540
27540
|
const { execute } = params;
|
|
27541
27541
|
const BASE_URL = 'https://cdn.jsdelivr.net/npm';
|
|
27542
27542
|
const js = `
|
|
27543
|
-
import {
|
|
27543
|
+
import { executePinsList } from '${BASE_URL}/@digipair/engine/index.esm.js';
|
|
27544
27544
|
|
|
27545
27545
|
const context = {
|
|
27546
27546
|
variables: ${JSON.stringify(context.variables || {})},
|
|
@@ -27550,7 +27550,7 @@ let WebService = class WebService {
|
|
|
27550
27550
|
libraries: {},
|
|
27551
27551
|
};
|
|
27552
27552
|
|
|
27553
|
-
|
|
27553
|
+
await executePinsList(${JSON.stringify(execute)}, context, options);
|
|
27554
27554
|
`;
|
|
27555
27555
|
return js;
|
|
27556
27556
|
}
|
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"schema": {
|
|
24
24
|
"type": "array",
|
|
25
25
|
"items": {
|
|
26
|
-
"$ref": "https://
|
|
26
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"schema": {
|
|
50
50
|
"type": "array",
|
|
51
51
|
"items": {
|
|
52
|
-
"$ref": "https://
|
|
52
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
},
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"schema": {
|
|
98
98
|
"type": "array",
|
|
99
99
|
"items": {
|
|
100
|
-
"$ref": "https://
|
|
100
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
},
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"schema": {
|
|
110
110
|
"type": "array",
|
|
111
111
|
"items": {
|
|
112
|
-
"$ref": "https://
|
|
112
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
},
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"schema": {
|
|
122
122
|
"type": "array",
|
|
123
123
|
"items": {
|
|
124
|
-
"$ref": "https://
|
|
124
|
+
"$ref": "https://schemas.digipair.ai/pinsSettings"
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
}
|