mario-core 2.9.155-level → 2.9.156-level
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.js +2 -2
- package/dist/index.modern.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -566,7 +566,7 @@ var session = "Session";
|
|
|
566
566
|
var flag = "Flag";
|
|
567
567
|
var external_email = "External email";
|
|
568
568
|
var scheduled_now = "Scheduled Now";
|
|
569
|
-
var session_schedule = "
|
|
569
|
+
var session_schedule = "Session schedule";
|
|
570
570
|
var search_survey = "Search survey";
|
|
571
571
|
var total_survey = "Total Survey";
|
|
572
572
|
var survey_result = "Survey Result";
|
|
@@ -1930,7 +1930,7 @@ var session$1 = "Session";
|
|
|
1930
1930
|
var flag$1 = "Flag";
|
|
1931
1931
|
var external_email$1 = "External email";
|
|
1932
1932
|
var scheduled_now$1 = "Scheduled Now";
|
|
1933
|
-
var session_schedule$1 = "
|
|
1933
|
+
var session_schedule$1 = "Session schedule";
|
|
1934
1934
|
var search_survey$1 = "Search survey";
|
|
1935
1935
|
var total_survey$1 = "Total Survey";
|
|
1936
1936
|
var survey_result$1 = "Survey Result";
|
package/dist/index.modern.js
CHANGED
|
@@ -564,7 +564,7 @@ var session = "Session";
|
|
|
564
564
|
var flag = "Flag";
|
|
565
565
|
var external_email = "External email";
|
|
566
566
|
var scheduled_now = "Scheduled Now";
|
|
567
|
-
var session_schedule = "
|
|
567
|
+
var session_schedule = "Session schedule";
|
|
568
568
|
var search_survey = "Search survey";
|
|
569
569
|
var total_survey = "Total Survey";
|
|
570
570
|
var survey_result = "Survey Result";
|
|
@@ -1928,7 +1928,7 @@ var session$1 = "Session";
|
|
|
1928
1928
|
var flag$1 = "Flag";
|
|
1929
1929
|
var external_email$1 = "External email";
|
|
1930
1930
|
var scheduled_now$1 = "Scheduled Now";
|
|
1931
|
-
var session_schedule$1 = "
|
|
1931
|
+
var session_schedule$1 = "Session schedule";
|
|
1932
1932
|
var search_survey$1 = "Search survey";
|
|
1933
1933
|
var total_survey$1 = "Total Survey";
|
|
1934
1934
|
var survey_result$1 = "Survey Result";
|