@crossworks/content-core 0.232.211 → 0.232.214

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossworks/content-core",
3
- "version": "0.232.211",
3
+ "version": "0.232.214",
4
4
  "description": "Browser-safe content logic — markdown, blocks, pages, tables, formulas — shared by the server and any client. Zero server deps by design: nothing here may reach @mantle/db, node-only APIs, or the network (the jackdaw-repo-split P0 boundary).",
5
5
  "exports": {
6
6
  "./block-diff": "./src/block-diff.ts",
@@ -29,7 +29,7 @@
29
29
  "./thinking-tiers": "./src/thinking-tiers.ts"
30
30
  },
31
31
  "dependencies": {
32
- "@mantle/client-types": "npm:@crossworks/client-types@0.232.211",
32
+ "@mantle/client-types": "npm:@crossworks/client-types@0.232.214",
33
33
  "marked": "^18.0.11",
34
34
  "mathjs": "15.2.0"
35
35
  },