ide-assi 0.647.0 → 0.649.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.
@@ -671,7 +671,7 @@ console.log(el, href, title);
671
671
 
672
672
  console.log(where1);
673
673
 
674
- const srcPath1 = this.#getSourcePath(where.menu.url);
674
+ const srcPath1 = this.#getSourcePath(where1.menu.url);
675
675
  console.log(srcPath1);
676
676
 
677
677
  return;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.647.0",
4
+ "version": "0.649.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -39,7 +39,7 @@
39
39
  "diff-match-patch": "^1.0.5",
40
40
  "exceljs": "^4.4.0",
41
41
  "jquery": "^3.6.0",
42
- "ninegrid2": "^6.1193.0"
42
+ "ninegrid2": "*"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "jquery": "^3.6.0"
@@ -671,7 +671,7 @@ console.log(el, href, title);
671
671
 
672
672
  console.log(where1);
673
673
 
674
- const srcPath1 = this.#getSourcePath(where.menu.url);
674
+ const srcPath1 = this.#getSourcePath(where1.menu.url);
675
675
  console.log(srcPath1);
676
676
 
677
677
  return;