math-main-components 0.0.100 → 0.0.101
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/index.cjs.js
CHANGED
@@ -1025,7 +1025,7 @@ exports.CourseAnnouncementAssetType = void 0;
|
|
1025
1025
|
(function (CourseAnnouncementAssetType) {
|
1026
1026
|
CourseAnnouncementAssetType["file"] = "file";
|
1027
1027
|
CourseAnnouncementAssetType["calculator"] = "calculator";
|
1028
|
-
CourseAnnouncementAssetType["
|
1028
|
+
CourseAnnouncementAssetType["movie"] = "movie";
|
1029
1029
|
CourseAnnouncementAssetType["material"] = "material";
|
1030
1030
|
CourseAnnouncementAssetType["ebook"] = "ebook";
|
1031
1031
|
CourseAnnouncementAssetType["test"] = "test";
|
package/dist/index.esm.js
CHANGED
@@ -1017,7 +1017,7 @@ var CourseAnnouncementAssetType;
|
|
1017
1017
|
(function (CourseAnnouncementAssetType) {
|
1018
1018
|
CourseAnnouncementAssetType["file"] = "file";
|
1019
1019
|
CourseAnnouncementAssetType["calculator"] = "calculator";
|
1020
|
-
CourseAnnouncementAssetType["
|
1020
|
+
CourseAnnouncementAssetType["movie"] = "movie";
|
1021
1021
|
CourseAnnouncementAssetType["material"] = "material";
|
1022
1022
|
CourseAnnouncementAssetType["ebook"] = "ebook";
|
1023
1023
|
CourseAnnouncementAssetType["test"] = "test";
|