@digipair/skill-dsp 0.41.0 → 0.41.2

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 +3 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -27349,6 +27349,9 @@ const isPinsSettings = (value)=>{
27349
27349
  const applyTemplate = (value, context)=>{
27350
27350
  let result = value;
27351
27351
  if (typeof value === 'string') {
27352
+ if (result.startsWith('NOEVAL:')) {
27353
+ result = value.substring(7);
27354
+ }
27352
27355
  const template = handlebars_min.exports.compile(value, {
27353
27356
  noEscape: true
27354
27357
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-dsp",
3
- "version": "0.41.0",
3
+ "version": "0.41.2",
4
4
  "dependencies": {
5
5
  "@ax-llm/ax": "^9.0.28"
6
6
  },