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["video"] = "video";
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["video"] = "video";
1020
+ CourseAnnouncementAssetType["movie"] = "movie";
1021
1021
  CourseAnnouncementAssetType["material"] = "material";
1022
1022
  CourseAnnouncementAssetType["ebook"] = "ebook";
1023
1023
  CourseAnnouncementAssetType["test"] = "test";
@@ -1,7 +1,7 @@
1
1
  export declare enum CourseAnnouncementAssetType {
2
2
  file = "file",
3
3
  calculator = "calculator",
4
- video = "video",
4
+ movie = "movie",
5
5
  material = "material",
6
6
  ebook = "ebook",
7
7
  test = "test",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-main-components",
3
- "version": "0.0.100",
3
+ "version": "0.0.101",
4
4
  "author": "Emilian Scheel",
5
5
  "files": [
6
6
  "dist/**/*"