jssm 5.149.1 → 5.149.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.149.1",
3
+ "version": "5.149.2",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },
@@ -208,6 +208,7 @@
208
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",
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
+ "check_teaching_surface": "node src/scripts/teaching_surface/check_teaching_surface.cjs --report",
211
212
  "vet": "npm run eslint && npm run audit",
212
213
  "benny": "node ./src/buildjs/benchmark.cjs",
213
214
  "benny:scaling": "node --expose-gc ./src/buildjs/benchmark_scaling.cjs",