@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.
- package/dist/collections/default-collections.d.ts +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/util/pg-column-to-property.d.ts +1 -1
- package/package.json +4 -4
- package/src/collections/default-collections.ts +1 -1
- package/src/util/pg-column-to-property.ts +1 -1
|
@@ -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/
|
|
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/
|
|
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.
|