@rebasepro/common 0.16.1-canary.gef08a6e → 0.17.0

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.
@@ -6,7 +6,7 @@
6
6
  * override by defining their own collection with `slug: "users"`.
7
7
  *
8
8
  * Schema only — no `admin` block. This package is on the backend's dependency path,
9
- * where that field does not exist: `@rebasepro/admin-types` adds it by declaration
9
+ * where that field does not exist: `@rebasepro/cms-types` adds it by declaration
10
10
  * merging, and a BaaS install never installs that. The scaffolded
11
11
  * `config/collections/users.ts` carries the presentation for projects that want this
12
12
  * collection in their panel, which is also where it is editable.
package/dist/index.es.js CHANGED
@@ -3257,7 +3257,7 @@ var CollectionRegistry = class {
3257
3257
  * override by defining their own collection with `slug: "users"`.
3258
3258
  *
3259
3259
  * Schema only — no `admin` block. This package is on the backend's dependency path,
3260
- * where that field does not exist: `@rebasepro/admin-types` adds it by declaration
3260
+ * where that field does not exist: `@rebasepro/cms-types` adds it by declaration
3261
3261
  * merging, and a BaaS install never installs that. The scaffolded
3262
3262
  * `config/collections/users.ts` carries the presentation for projects that want this
3263
3263
  * collection in their panel, which is also where it is editable.