jssm 5.143.16 → 5.143.21

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.143.16",
3
+ "version": "5.143.21",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },
@@ -153,8 +153,9 @@
153
153
  "benny:scaling": "node ./src/buildjs/benchmark_scaling.cjs",
154
154
  "benny:all": "npm run benny && npm run benny:scaling",
155
155
  "graviton_perf": "node ./src/scripts/graviton_perf_launch.cjs",
156
+ "perf_chart": "node ./src/scripts/make_perf_chart.cjs",
156
157
  "ci_profile": "node ./src/buildjs/ci_profile.cjs",
157
- "build": "npm run vet && npm run test && npm run site && npm run make_cookbook && npm run site_fsl_tools && npm run changelog && npm run docs && npm run cloc && npm run readme",
158
+ "build": "npm run vet && npm run test && npm run site && npm run make_cookbook && npm run site_fsl_tools && npm run changelog && npm run perf_chart && npm run docs && npm run cloc && npm run readme",
158
159
  "clean_bench": "npm run test && npm run benny",
159
160
  "qbuild": "npm run test",
160
161
  "ci_build": "npm run vet && npm run test",