cloud-ide-model-schema 1.0.18 → 1.0.19

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.
@@ -31,4 +31,4 @@ interface ICoreTabs extends ICoreSyptb {
31
31
  }
32
32
  export { IDesignConfigErrorLogger, //interface
33
33
  MDesignConfig, // model
34
- designConfigControllerResponse, designConfigResponseData };
34
+ designConfigControllerResponse, designConfigResponseData, ICoreTabs };
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "typescript": "^5.4.2"
9
9
  },
10
10
  "name": "cloud-ide-model-schema",
11
- "version": "1.0.18",
11
+ "version": "1.0.19",
12
12
  "description": "Pachage for schema management of Cloud IDEsys LMS",
13
13
  "main": "lib/index.js",
14
14
  "types": "lib/index.d.ts",