jssm 5.104.1 → 5.104.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/CHANGELOG.md +43 -45
- package/README.md +2 -2
- 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/dist/jssm.es6.mjs +1 -1
- package/dist/jssm.es6.nonmin.cjs +1 -1
- package/package.json +2 -2
|
@@ -20669,7 +20669,7 @@ var jssm = (function (exports) {
|
|
|
20669
20669
|
shapes: shapes$1
|
|
20670
20670
|
});
|
|
20671
20671
|
|
|
20672
|
-
const version = "5.104.
|
|
20672
|
+
const version = "5.104.2", build_time = 1756820210835;
|
|
20673
20673
|
|
|
20674
20674
|
// whargarbl lots of these return arrays could/should be sets
|
|
20675
20675
|
const { shapes, gviz_shapes, named_colors } = constants;
|
package/dist/jssm.es5.nonmin.cjs
CHANGED
|
@@ -20668,7 +20668,7 @@ var constants = /*#__PURE__*/Object.freeze({
|
|
|
20668
20668
|
shapes: shapes$1
|
|
20669
20669
|
});
|
|
20670
20670
|
|
|
20671
|
-
const version = "5.104.
|
|
20671
|
+
const version = "5.104.2", build_time = 1756820210835;
|
|
20672
20672
|
|
|
20673
20673
|
// whargarbl lots of these return arrays could/should be sets
|
|
20674
20674
|
const { shapes, gviz_shapes, named_colors } = constants;
|