@danielsimonjr/mathts-plot 0.3.34 → 0.3.36

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1117,7 +1117,7 @@ function curve3d(x, y, z, opts = {}) {
1117
1117
  }
1118
1118
 
1119
1119
  // src/index.ts
1120
- var VERSION = "0.3.34";
1120
+ var VERSION = "0.3.36";
1121
1121
  export {
1122
1122
  VERSION,
1123
1123
  area,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielsimonjr/mathts-plot",
3
- "version": "0.3.34",
3
+ "version": "0.3.36",
4
4
  "description": "Headless SVG 2D/3D plotting for MathTS — dependency-light, expression-aware, built on core/functions/expression",
5
5
  "author": "Daniel Simon Jr.",
6
6
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@danielsimonjr/mathts-core": "^0.13.1",
38
- "@danielsimonjr/mathts-functions": "^0.47.0",
38
+ "@danielsimonjr/mathts-functions": "^0.49.0",
39
39
  "@danielsimonjr/mathts-expression": "^0.6.7"
40
40
  },
41
41
  "devDependencies": {