@danielsimonjr/mathts-workbook 0.3.13 → 0.3.14

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.
@@ -321,7 +321,7 @@ var Session = class {
321
321
 
322
322
  // src/contract.ts
323
323
  var SCHEMA_VERSION = { major: 1, minor: 0 };
324
- var VERSION = "0.3.13";
324
+ var VERSION = "0.3.14";
325
325
  var COMMAND_NAMES = [
326
326
  "run",
327
327
  "describe",
package/dist/cli.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  runWorkbookWithTimeout,
16
16
  setMetadata,
17
17
  writeFileAtomic
18
- } from "./chunk-3ZQJN3G4.js";
18
+ } from "./chunk-J5NNUHJR.js";
19
19
  import {
20
20
  buildDependencyGraph,
21
21
  createExecutor,
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  renameCell,
12
12
  runWorkbookWithTimeout,
13
13
  setMetadata
14
- } from "./chunk-3ZQJN3G4.js";
14
+ } from "./chunk-J5NNUHJR.js";
15
15
  import {
16
16
  WorkbookExecutor,
17
17
  buildDependencyGraph,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielsimonjr/mathts-workbook",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "description": "Scientific workbook runtime for MathTS (.mtsw format)",
5
5
  "author": "Daniel Simon Jr.",
6
6
  "license": "MIT",
@@ -36,8 +36,8 @@
36
36
  "dependencies": {
37
37
  "@danielsimonjr/mathts-core": "^0.13.1",
38
38
  "@danielsimonjr/mathts-expression": "^0.6.7",
39
- "@danielsimonjr/mathts-functions": "^0.52.0",
40
- "@danielsimonjr/mathts-plot": "^0.3.39",
39
+ "@danielsimonjr/mathts-functions": "^0.53.0",
40
+ "@danielsimonjr/mathts-plot": "^0.3.40",
41
41
  "yaml": "^2.3.0"
42
42
  },
43
43
  "devDependencies": {