@seed-hypermedia/client 0.0.45 → 0.0.47

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/dist/hm-types.mjs CHANGED
@@ -177,7 +177,7 @@ import {
177
177
  toNumber,
178
178
  unpackHmId,
179
179
  unpackedHmIdSchema
180
- } from "./chunk-XHVG24AF.mjs";
180
+ } from "./chunk-KJWDRBIN.mjs";
181
181
  export {
182
182
  BackgroundColorAnnotationSchema,
183
183
  BlockRangeSchema,
package/dist/index.mjs CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  serializeBlockRange,
18
18
  toNumber,
19
19
  unpackHmId
20
- } from "./chunk-XHVG24AF.mjs";
20
+ } from "./chunk-KJWDRBIN.mjs";
21
21
 
22
22
  // src/capability.ts
23
23
  import { encode as cborEncode2 } from "@ipld/dag-cbor";
@@ -2901,7 +2901,7 @@ var METADATA_STRING_KEYS = [
2901
2901
  "importTags"
2902
2902
  ];
2903
2903
  var METADATA_BOOLEAN_KEYS = ["showOutline", "showActivity"];
2904
- var METADATA_ENUM_KEYS = ["seedExperimentalHomeOrder", "contentWidth"];
2904
+ var METADATA_ENUM_KEYS = ["seedExperimentalHomeOrder", "contentWidth", "childrenType"];
2905
2905
  function parseFrontmatter(markdown) {
2906
2906
  const trimmed = markdown.trimStart();
2907
2907
  if (!trimmed.startsWith("---")) {
@@ -3071,6 +3071,7 @@ var FM_STRING_KEYS = [
3071
3071
  "seedExperimentalLogo",
3072
3072
  "seedExperimentalHomeOrder",
3073
3073
  "contentWidth",
3074
+ "childrenType",
3074
3075
  "importCategories",
3075
3076
  "importTags"
3076
3077
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-hypermedia/client",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/seed-hypermedia/seed",