@digipair/skill-sse 0.87.6 → 0.87.8

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.
Files changed (2) hide show
  1. package/index.esm.js +2 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -29084,7 +29084,8 @@ const applyTemplate = (value, context)=>{
29084
29084
  btoa: (value)=>btoa(value),
29085
29085
  encodeURIComponent: (value)=>encodeURIComponent(value),
29086
29086
  decodeURIComponent: (value)=>decodeURIComponent(value),
29087
- JSONparse: (value)=>JSON.parse(value)
29087
+ JSONparse: (value)=>JSON.parse(value),
29088
+ JSONstringify: (value)=>JSON.stringify(value)
29088
29089
  }));
29089
29090
  } else {
29090
29091
  const template = handlebars_min.exports.compile(value, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-sse",
3
- "version": "0.87.6",
3
+ "version": "0.87.8",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "service",