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.
- package/CHANGELOG.md +34 -33
- package/README.md +3 -3
- package/dist/es6/version.js +1 -1
- package/dist/jssm.es5.cjs +1 -1
- package/dist/jssm.es5.iife.cjs +1 -1
- package/dist/jssm.es5.iife.nonmin.cjs +1 -1
- package/dist/jssm.es5.nonmin.cjs +1 -1
- package/package.json +1 -1
|
@@ -20043,7 +20043,7 @@ var jssm = (function (exports) {
|
|
|
20043
20043
|
named_colors: named_colors$1
|
|
20044
20044
|
});
|
|
20045
20045
|
|
|
20046
|
-
const version = "5.91.
|
|
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;
|
package/dist/jssm.es5.nonmin.cjs
CHANGED
|
@@ -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.
|
|
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;
|