jssm 5.91.0 → 5.91.1

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.
@@ -20043,7 +20043,7 @@ var jssm = (function (exports) {
20043
20043
  named_colors: named_colors$1
20044
20044
  });
20045
20045
 
20046
- const version = "5.91.0", build_time = 1703626449533;
20046
+ const version = "5.91.1", build_time = 1703633113298;
20047
20047
 
20048
20048
  // whargarbl lots of these return arrays could/should be sets
20049
20049
  const { shapes, gviz_shapes, named_colors } = constants;
@@ -20044,7 +20044,7 @@ var constants = /*#__PURE__*/Object.freeze({
20044
20044
  named_colors: named_colors$1
20045
20045
  });
20046
20046
 
20047
- const version = "5.91.0", build_time = 1703626449533;
20047
+ const version = "5.91.1", build_time = 1703633113298;
20048
20048
 
20049
20049
  // whargarbl lots of these return arrays could/should be sets
20050
20050
  const { shapes, gviz_shapes, named_colors } = constants;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jssm",
3
- "version": "5.91.0",
3
+ "version": "5.91.1",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },