ide-assi 0.181.0 → 0.182.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.
@@ -193391,6 +193391,9 @@ class IdeAi
193391
193391
 
193392
193392
  constructor(parent) {
193393
193393
  this.#parent = parent;
193394
+
193395
+ const a = IdeUtils.transformPath("aaa-bbb/ccc-ddd");
193396
+ console.log(a);
193394
193397
  }
193395
193398
 
193396
193399
  #createModel = () => {
@@ -193387,6 +193387,9 @@ class IdeAi
193387
193387
 
193388
193388
  constructor(parent) {
193389
193389
  this.#parent = parent;
193390
+
193391
+ const a = IdeUtils.transformPath("aaa-bbb/ccc-ddd");
193392
+ console.log(a);
193390
193393
  }
193391
193394
 
193392
193395
  #createModel = () => {
@@ -15,6 +15,9 @@ export class IdeAi
15
15
 
16
16
  constructor(parent) {
17
17
  this.#parent = parent;
18
+
19
+ const a = IdeUtils.transformPath("aaa-bbb/ccc-ddd");
20
+ console.log(a);
18
21
  }
19
22
 
20
23
  #createModel = () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.181.0",
4
+ "version": "0.182.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -15,6 +15,9 @@ export class IdeAi
15
15
 
16
16
  constructor(parent) {
17
17
  this.#parent = parent;
18
+
19
+ const a = IdeUtils.transformPath("aaa-bbb/ccc-ddd");
20
+ console.log(a);
18
21
  }
19
22
 
20
23
  #createModel = () => {