cloud-ide-lms-model 1.0.117 → 1.0.118

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.
@@ -4,6 +4,6 @@
4
4
  */
5
5
  declare const userRoutesUrl: {
6
6
  module: string;
7
- userSelect: string;
7
+ user: string;
8
8
  };
9
9
  export { userRoutesUrl };
@@ -7,7 +7,7 @@ exports.userRoutesUrl = void 0;
7
7
  */
8
8
  const userRoutesUrl = {
9
9
  module: 'user',
10
- userSelect: "user-select",
10
+ user: "user",
11
11
  };
12
12
  exports.userRoutesUrl = userRoutesUrl;
13
13
  // Freeze the userRoutesUrl object to prevent modifications
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "typescript": "^5.4.2"
6
6
  },
7
7
  "name": "cloud-ide-lms-model",
8
- "version": "1.0.117",
8
+ "version": "1.0.118",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",