ide-assi 0.708.0 → 0.709.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.
@@ -203212,7 +203212,7 @@ console.log(el, href, title);
203212
203212
  }
203213
203213
 
203214
203214
  for (const key in apply) {
203215
- if (apply[key]) {
203215
+ if (apply[key] && mapping[key].src) {
203216
203216
  returnSrc.push({
203217
203217
  [key]: {
203218
203218
  asis: src[key],
@@ -203208,7 +203208,7 @@ console.log(el, href, title);
203208
203208
  }
203209
203209
 
203210
203210
  for (const key in apply) {
203211
- if (apply[key]) {
203211
+ if (apply[key] && mapping[key].src) {
203212
203212
  returnSrc.push({
203213
203213
  [key]: {
203214
203214
  asis: src[key],
@@ -686,7 +686,7 @@ console.log(el, href, title);
686
686
  }
687
687
 
688
688
  for (const key in apply) {
689
- if (apply[key]) {
689
+ if (apply[key] && mapping[key].src) {
690
690
  returnSrc.push({
691
691
  [key]: {
692
692
  asis: src[key],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.708.0",
4
+ "version": "0.709.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -686,7 +686,7 @@ console.log(el, href, title);
686
686
  }
687
687
 
688
688
  for (const key in apply) {
689
- if (apply[key]) {
689
+ if (apply[key] && mapping[key].src) {
690
690
  returnSrc.push({
691
691
  [key]: {
692
692
  asis: src[key],