@searchspring/snap-toolbox 0.42.2 → 0.43.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.
|
@@ -21,7 +21,7 @@ export function getContext(evaluate = [], script) {
|
|
|
21
21
|
if ((evaluate && !Array.isArray(evaluate)) || (evaluate && !evaluate.reduce((accu, name) => accu && typeof name === 'string', true))) {
|
|
22
22
|
throw new Error('getContext: first parameter must be an array of strings');
|
|
23
23
|
}
|
|
24
|
-
|
|
24
|
+
const siteIdString = 'siteId';
|
|
25
25
|
const variables = {};
|
|
26
26
|
// evaluate text and put into variables
|
|
27
27
|
evaluate?.forEach((name) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@searchspring/snap-toolbox",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.43.0",
|
|
4
4
|
"description": "Snap Toolbox",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist/**/*"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "60b06644edb6f2f8258334321e15cafb5d7d4888"
|
|
27
27
|
}
|