sixseconds-modules 3.0.13 → 3.0.15
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.
- package/dist/constants/common.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ export declare const APP_NAMES: Readonly<{
|
|
|
16
16
|
popup: "Popup";
|
|
17
17
|
resourceLibrary: "Resource Library";
|
|
18
18
|
thornhill: "Thornhill";
|
|
19
|
-
|
|
19
|
+
eLearning: "E-Learning";
|
|
20
20
|
Store: "Store";
|
|
21
21
|
}>;
|
|
22
22
|
export declare const ALERT_MESSAGES: Readonly<{
|
package/dist/index.cjs.js
CHANGED
|
@@ -358,7 +358,7 @@ const APP_NAMES = Object.freeze({
|
|
|
358
358
|
popup: "Popup",
|
|
359
359
|
resourceLibrary: "Resource Library",
|
|
360
360
|
thornhill: "Thornhill",
|
|
361
|
-
|
|
361
|
+
eLearning: "E-Learning",
|
|
362
362
|
Store: "Store"
|
|
363
363
|
});
|
|
364
364
|
const ALERT_MESSAGES = Object.freeze({
|