jssm 5.100.0 → 5.102.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.
@@ -20644,29 +20644,29 @@ const named_colors$1 = [
20644
20644
 
20645
20645
  var constants = /*#__PURE__*/Object.freeze({
20646
20646
  __proto__: null,
20647
- NegInfinity: NegInfinity,
20648
- PosInfinity: PosInfinity,
20649
- Epsilon: Epsilon,
20650
- Pi: Pi,
20651
20647
  E: E,
20652
- Root2: Root2,
20653
- RootHalf: RootHalf,
20654
- Ln2: Ln2,
20648
+ Epsilon: Epsilon,
20649
+ EulerC: EulerC,
20655
20650
  Ln10: Ln10,
20656
- Log2E: Log2E,
20651
+ Ln2: Ln2,
20657
20652
  Log10E: Log10E,
20658
- MaxSafeInt: MaxSafeInt,
20659
- MinSafeInt: MinSafeInt,
20653
+ Log2E: Log2E,
20660
20654
  MaxPosNum: MaxPosNum,
20655
+ MaxSafeInt: MaxSafeInt,
20661
20656
  MinPosNum: MinPosNum,
20657
+ MinSafeInt: MinSafeInt,
20658
+ NegInfinity: NegInfinity,
20662
20659
  Phi: Phi,
20663
- EulerC: EulerC,
20660
+ Pi: Pi,
20661
+ PosInfinity: PosInfinity,
20662
+ Root2: Root2,
20663
+ RootHalf: RootHalf,
20664
20664
  gviz_shapes: gviz_shapes$1,
20665
- shapes: shapes$1,
20666
- named_colors: named_colors$1
20665
+ named_colors: named_colors$1,
20666
+ shapes: shapes$1
20667
20667
  });
20668
20668
 
20669
- const version = "5.100.0", build_time = 1729447735226;
20669
+ const version = "5.102.0", build_time = 1729454870660;
20670
20670
 
20671
20671
  // whargarbl lots of these return arrays could/should be sets
20672
20672
  const { shapes, gviz_shapes, named_colors } = constants;
package/jssm.es5.d.cts CHANGED
@@ -581,46 +581,25 @@ declare const gviz_shapes$1: string[];
581
581
  declare const shapes$1: string[];
582
582
  declare const named_colors$1: string[];
583
583
 
584
- declare const jssm_constants_d_NegInfinity: typeof NegInfinity;
585
- declare const jssm_constants_d_PosInfinity: typeof PosInfinity;
586
- declare const jssm_constants_d_Epsilon: typeof Epsilon;
587
- declare const jssm_constants_d_Pi: typeof Pi;
588
584
  declare const jssm_constants_d_E: typeof E;
589
- declare const jssm_constants_d_Root2: typeof Root2;
590
- declare const jssm_constants_d_RootHalf: typeof RootHalf;
591
- declare const jssm_constants_d_Ln2: typeof Ln2;
585
+ declare const jssm_constants_d_Epsilon: typeof Epsilon;
586
+ declare const jssm_constants_d_EulerC: typeof EulerC;
592
587
  declare const jssm_constants_d_Ln10: typeof Ln10;
593
- declare const jssm_constants_d_Log2E: typeof Log2E;
588
+ declare const jssm_constants_d_Ln2: typeof Ln2;
594
589
  declare const jssm_constants_d_Log10E: typeof Log10E;
595
- declare const jssm_constants_d_MaxSafeInt: typeof MaxSafeInt;
596
- declare const jssm_constants_d_MinSafeInt: typeof MinSafeInt;
590
+ declare const jssm_constants_d_Log2E: typeof Log2E;
597
591
  declare const jssm_constants_d_MaxPosNum: typeof MaxPosNum;
592
+ declare const jssm_constants_d_MaxSafeInt: typeof MaxSafeInt;
598
593
  declare const jssm_constants_d_MinPosNum: typeof MinPosNum;
594
+ declare const jssm_constants_d_MinSafeInt: typeof MinSafeInt;
595
+ declare const jssm_constants_d_NegInfinity: typeof NegInfinity;
599
596
  declare const jssm_constants_d_Phi: typeof Phi;
600
- declare const jssm_constants_d_EulerC: typeof EulerC;
597
+ declare const jssm_constants_d_Pi: typeof Pi;
598
+ declare const jssm_constants_d_PosInfinity: typeof PosInfinity;
599
+ declare const jssm_constants_d_Root2: typeof Root2;
600
+ declare const jssm_constants_d_RootHalf: typeof RootHalf;
601
601
  declare namespace jssm_constants_d {
602
- export {
603
- gviz_shapes$1 as gviz_shapes,
604
- shapes$1 as shapes,
605
- named_colors$1 as named_colors,
606
- jssm_constants_d_NegInfinity as NegInfinity,
607
- jssm_constants_d_PosInfinity as PosInfinity,
608
- jssm_constants_d_Epsilon as Epsilon,
609
- jssm_constants_d_Pi as Pi,
610
- jssm_constants_d_E as E,
611
- jssm_constants_d_Root2 as Root2,
612
- jssm_constants_d_RootHalf as RootHalf,
613
- jssm_constants_d_Ln2 as Ln2,
614
- jssm_constants_d_Ln10 as Ln10,
615
- jssm_constants_d_Log2E as Log2E,
616
- jssm_constants_d_Log10E as Log10E,
617
- jssm_constants_d_MaxSafeInt as MaxSafeInt,
618
- jssm_constants_d_MinSafeInt as MinSafeInt,
619
- jssm_constants_d_MaxPosNum as MaxPosNum,
620
- jssm_constants_d_MinPosNum as MinPosNum,
621
- jssm_constants_d_Phi as Phi,
622
- jssm_constants_d_EulerC as EulerC,
623
- };
602
+ export { jssm_constants_d_E as E, jssm_constants_d_Epsilon as Epsilon, jssm_constants_d_EulerC as EulerC, jssm_constants_d_Ln10 as Ln10, jssm_constants_d_Ln2 as Ln2, jssm_constants_d_Log10E as Log10E, jssm_constants_d_Log2E as Log2E, jssm_constants_d_MaxPosNum as MaxPosNum, jssm_constants_d_MaxSafeInt as MaxSafeInt, jssm_constants_d_MinPosNum as MinPosNum, jssm_constants_d_MinSafeInt as MinSafeInt, jssm_constants_d_NegInfinity as NegInfinity, jssm_constants_d_Phi as Phi, jssm_constants_d_Pi as Pi, jssm_constants_d_PosInfinity as PosInfinity, jssm_constants_d_Root2 as Root2, jssm_constants_d_RootHalf as RootHalf, gviz_shapes$1 as gviz_shapes, named_colors$1 as named_colors, shapes$1 as shapes };
624
603
  }
625
604
 
626
605
  declare const version: string;
package/jssm.es6.d.ts CHANGED
@@ -581,46 +581,25 @@ declare const gviz_shapes$1: string[];
581
581
  declare const shapes$1: string[];
582
582
  declare const named_colors$1: string[];
583
583
 
584
- declare const jssm_constants_d_NegInfinity: typeof NegInfinity;
585
- declare const jssm_constants_d_PosInfinity: typeof PosInfinity;
586
- declare const jssm_constants_d_Epsilon: typeof Epsilon;
587
- declare const jssm_constants_d_Pi: typeof Pi;
588
584
  declare const jssm_constants_d_E: typeof E;
589
- declare const jssm_constants_d_Root2: typeof Root2;
590
- declare const jssm_constants_d_RootHalf: typeof RootHalf;
591
- declare const jssm_constants_d_Ln2: typeof Ln2;
585
+ declare const jssm_constants_d_Epsilon: typeof Epsilon;
586
+ declare const jssm_constants_d_EulerC: typeof EulerC;
592
587
  declare const jssm_constants_d_Ln10: typeof Ln10;
593
- declare const jssm_constants_d_Log2E: typeof Log2E;
588
+ declare const jssm_constants_d_Ln2: typeof Ln2;
594
589
  declare const jssm_constants_d_Log10E: typeof Log10E;
595
- declare const jssm_constants_d_MaxSafeInt: typeof MaxSafeInt;
596
- declare const jssm_constants_d_MinSafeInt: typeof MinSafeInt;
590
+ declare const jssm_constants_d_Log2E: typeof Log2E;
597
591
  declare const jssm_constants_d_MaxPosNum: typeof MaxPosNum;
592
+ declare const jssm_constants_d_MaxSafeInt: typeof MaxSafeInt;
598
593
  declare const jssm_constants_d_MinPosNum: typeof MinPosNum;
594
+ declare const jssm_constants_d_MinSafeInt: typeof MinSafeInt;
595
+ declare const jssm_constants_d_NegInfinity: typeof NegInfinity;
599
596
  declare const jssm_constants_d_Phi: typeof Phi;
600
- declare const jssm_constants_d_EulerC: typeof EulerC;
597
+ declare const jssm_constants_d_Pi: typeof Pi;
598
+ declare const jssm_constants_d_PosInfinity: typeof PosInfinity;
599
+ declare const jssm_constants_d_Root2: typeof Root2;
600
+ declare const jssm_constants_d_RootHalf: typeof RootHalf;
601
601
  declare namespace jssm_constants_d {
602
- export {
603
- gviz_shapes$1 as gviz_shapes,
604
- shapes$1 as shapes,
605
- named_colors$1 as named_colors,
606
- jssm_constants_d_NegInfinity as NegInfinity,
607
- jssm_constants_d_PosInfinity as PosInfinity,
608
- jssm_constants_d_Epsilon as Epsilon,
609
- jssm_constants_d_Pi as Pi,
610
- jssm_constants_d_E as E,
611
- jssm_constants_d_Root2 as Root2,
612
- jssm_constants_d_RootHalf as RootHalf,
613
- jssm_constants_d_Ln2 as Ln2,
614
- jssm_constants_d_Ln10 as Ln10,
615
- jssm_constants_d_Log2E as Log2E,
616
- jssm_constants_d_Log10E as Log10E,
617
- jssm_constants_d_MaxSafeInt as MaxSafeInt,
618
- jssm_constants_d_MinSafeInt as MinSafeInt,
619
- jssm_constants_d_MaxPosNum as MaxPosNum,
620
- jssm_constants_d_MinPosNum as MinPosNum,
621
- jssm_constants_d_Phi as Phi,
622
- jssm_constants_d_EulerC as EulerC,
623
- };
602
+ export { jssm_constants_d_E as E, jssm_constants_d_Epsilon as Epsilon, jssm_constants_d_EulerC as EulerC, jssm_constants_d_Ln10 as Ln10, jssm_constants_d_Ln2 as Ln2, jssm_constants_d_Log10E as Log10E, jssm_constants_d_Log2E as Log2E, jssm_constants_d_MaxPosNum as MaxPosNum, jssm_constants_d_MaxSafeInt as MaxSafeInt, jssm_constants_d_MinPosNum as MinPosNum, jssm_constants_d_MinSafeInt as MinSafeInt, jssm_constants_d_NegInfinity as NegInfinity, jssm_constants_d_Phi as Phi, jssm_constants_d_Pi as Pi, jssm_constants_d_PosInfinity as PosInfinity, jssm_constants_d_Root2 as Root2, jssm_constants_d_RootHalf as RootHalf, gviz_shapes$1 as gviz_shapes, named_colors$1 as named_colors, shapes$1 as shapes };
624
603
  }
625
604
 
626
605
  declare const version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jssm",
3
- "version": "5.100.0",
3
+ "version": "5.102.1",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },
@@ -121,9 +121,9 @@
121
121
  "homepage": "https://stonecypher.github.io/jssm/",
122
122
  "devDependencies": {
123
123
  "@knodes/typedoc-plugin-pages": "^0.22.5",
124
- "@rollup/plugin-commonjs": "^22.0.0",
125
- "@rollup/plugin-node-resolve": "^13.3.0",
126
- "@rollup/plugin-replace": "^4.0.0",
124
+ "@rollup/plugin-commonjs": "^28.0.1",
125
+ "@rollup/plugin-node-resolve": "^15.3.0",
126
+ "@rollup/plugin-replace": "^6.0.1",
127
127
  "@types/chalk": "^2.2.0",
128
128
  "@types/jest": "^29.5.12",
129
129
  "@typescript-eslint/eslint-plugin": "^5.30.4",
@@ -142,8 +142,8 @@
142
142
  "jest-json-reporter2": "^1.1.0",
143
143
  "pegjs": "^0.10.0",
144
144
  "picocolors": "^1.0.0",
145
- "rollup": "^2.72.1",
146
- "rollup-plugin-dts": "^4.2.3",
145
+ "rollup": "^4.24.0",
146
+ "rollup-plugin-dts": "^6.1.1",
147
147
  "semver": "^7.5.4",
148
148
  "terser": "^5.14.2",
149
149
  "text_audit": "^0.9.3",
@@ -159,4 +159,4 @@
159
159
  "circular_buffer_js": "^1.10.0",
160
160
  "reduce-to-639-1": "^1.1.0"
161
161
  }
162
- }
162
+ }
@@ -3,7 +3,6 @@ import nodeResolve from '@rollup/plugin-node-resolve';
3
3
  import commonjs from '@rollup/plugin-commonjs';
4
4
  import replace from '@rollup/plugin-replace';
5
5
 
6
- const pkg = require('./package.json');
7
6
 
8
7
 
9
8
 
@@ -4,7 +4,9 @@ import commonjs from '@rollup/plugin-commonjs';
4
4
  import replace from '@rollup/plugin-replace';
5
5
  import dts from "rollup-plugin-dts";
6
6
 
7
- const pkg = require('./package.json');
7
+
8
+
9
+
8
10
 
9
11
  const config = [{
10
12
 
@@ -4,7 +4,9 @@ import commonjs from '@rollup/plugin-commonjs';
4
4
  import replace from '@rollup/plugin-replace';
5
5
  import dts from "rollup-plugin-dts";
6
6
 
7
- const pkg = require('./package.json');
7
+
8
+
9
+
8
10
 
9
11
  const config = [{
10
12