ide-assi 0.636.0 → 0.637.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.
@@ -202865,7 +202865,7 @@ console.log(el, href, title);
202865
202865
  path: srcPath.controllerPullPath,
202866
202866
  src: controllerSrc,
202867
202867
  },
202868
- javascript: {
202868
+ javascript2: {
202869
202869
  path: srcPath.javascriptFromPullPath,
202870
202870
  src: jsSrcFrom,
202871
202871
  },
@@ -202861,7 +202861,7 @@ console.log(el, href, title);
202861
202861
  path: srcPath.controllerPullPath,
202862
202862
  src: controllerSrc,
202863
202863
  },
202864
- javascript: {
202864
+ javascript2: {
202865
202865
  path: srcPath.javascriptFromPullPath,
202866
202866
  src: jsSrcFrom,
202867
202867
  },
@@ -995,7 +995,7 @@ console.log(el, href, title);
995
995
  path: srcPath.controllerPullPath,
996
996
  src: controllerSrc,
997
997
  },
998
- javascript: {
998
+ javascript2: {
999
999
  path: srcPath.javascriptFromPullPath,
1000
1000
  src: jsSrcFrom,
1001
1001
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.636.0",
4
+ "version": "0.637.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -995,7 +995,7 @@ console.log(el, href, title);
995
995
  path: srcPath.controllerPullPath,
996
996
  src: controllerSrc,
997
997
  },
998
- javascript: {
998
+ javascript2: {
999
999
  path: srcPath.javascriptFromPullPath,
1000
1000
  src: jsSrcFrom,
1001
1001
  },