inibase 1.0.0-rc.104 → 1.0.0-rc.105
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/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -258,6 +258,7 @@ export default class Inibase {
|
|
|
258
258
|
type: "id",
|
|
259
259
|
required: true,
|
|
260
260
|
},
|
|
261
|
+
...schema,
|
|
261
262
|
{
|
|
262
263
|
id: -1,
|
|
263
264
|
key: "createdAt",
|
|
@@ -268,9 +269,7 @@ export default class Inibase {
|
|
|
268
269
|
id: -2,
|
|
269
270
|
key: "updatedAt",
|
|
270
271
|
type: "date",
|
|
271
|
-
required: false,
|
|
272
272
|
},
|
|
273
|
-
...schema,
|
|
274
273
|
];
|
|
275
274
|
if (!encodeIDs)
|
|
276
275
|
return schema;
|