jssm 5.157.0 → 5.157.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jssm",
3
- "version": "5.157.0",
3
+ "version": "5.157.2",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },
@@ -205,7 +205,7 @@
205
205
  "make_help_content": "node src/buildjs/build_help_content.cjs",
206
206
  "prep": "npm run makever && npm run peg && npm run make_help_content",
207
207
  "make": "node src/buildjs/run_build.cjs --profile=fast",
208
- "make_ci": "npm run clean && npm run makever && npm run peg && npm run make_help_content && npm run build:cem && npm run typescript && npm run make_doctests && npm run make_wc_viz_es6 && npm run make_wc_viz_cdn && npm run make_wc_instance_es6 && npm run make_wc_instance_cdn && npm run make_wc_editor_es6 && npm run make_wc_widgets_es6 && npm run make_wc_docs_es6 && npm run make_cm6 && npm run typecheck_cli && npm run make_cli",
208
+ "make_ci": "node src/buildjs/run_build.cjs --profile=ci-lite",
209
209
  "eslint": "eslint --color src/ts/jssm.ts src/ts/jssm_types.ts src/ts/tests/*.ts",
210
210
  "audit": "text_audit -r -t major MAJOR wasteful WASTEFUL any mixed fixme FIXME checkme CHECKME testme TESTME stochable STOCHABLE todo TODO comeback COMEBACK whargarbl WHARGARBL -g ./src/ts/**/*.{js,ts}",
211
211
  "check_teaching_surface": "node src/scripts/teaching_surface/check_teaching_surface.cjs --report",