@blinkk/root-cms 1.4.2 → 1.4.3

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/app.js CHANGED
@@ -7,7 +7,7 @@ import { render as renderToString } from "preact-render-to-string";
7
7
  // package.json
8
8
  var package_default = {
9
9
  name: "@blinkk/root-cms",
10
- version: "1.4.2",
10
+ version: "1.4.3",
11
11
  author: "s@blinkk.com",
12
12
  license: "MIT",
13
13
  engines: {
@@ -138,7 +138,7 @@ var package_default = {
138
138
  vitest: "0.34.6"
139
139
  },
140
140
  peerDependencies: {
141
- "@blinkk/root": "1.4.2",
141
+ "@blinkk/root": "1.4.3",
142
142
  "firebase-admin": ">=11",
143
143
  "firebase-functions": ">=4",
144
144
  preact: ">=10",
package/dist/core.d.ts CHANGED
@@ -2,7 +2,7 @@ import { L as LoadTranslationsOptions, T as TranslationsMap, a as LocaleTranslat
2
2
  export { A as Action, p as ArrayObject, c as DataSource, d as DataSourceData, e as DataSourceMode, D as Doc, b as DocMode, h as GetCountOptions, G as GetDocOptions, H as HttpMethod, j as ListActionsOptions, g as ListDocsOptions, R as Release, k as RootCMSClient, f as SaveDraftOptions, S as SetDocOptions, i as Translation, U as UserRole, m as getCmsPlugin, l as isRichTextData, q as marshalArray, n as marshalData, o as normalizeData, v as parseDocId, t as toArrayObject, s as translationsForLocale, r as unmarshalArray, u as unmarshalData } from './client-98Le1XxF.js';
3
3
  import { RootConfig } from '@blinkk/root';
4
4
  import { Query } from 'firebase-admin/firestore';
5
- export { s as schema } from './schema-QC1UuoYc.js';
5
+ export { s as schema } from './schema--Xq_zQlv.js';
6
6
  import 'firebase-admin/app';
7
7
  import 'preact';
8
8
 
package/dist/project.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { S as Schema } from './schema-QC1UuoYc.js';
1
+ import { S as Schema } from './schema--Xq_zQlv.js';
2
2
  import 'preact';
3
3
 
4
4
  /**
@@ -198,7 +198,7 @@ type Collection = Schema & {
198
198
  };
199
199
  };
200
200
  };
201
- declare function defineCollection(collection: Collection): Collection;
201
+ declare function defineCollection(collection: Omit<Collection, 'id'>): Omit<Collection, 'id'>;
202
202
  declare const collection: typeof defineCollection;
203
203
 
204
204
  type schema_ArrayField = ArrayField;