@budibase/backend-core 2.20.12 → 2.20.14
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 -0
- package/dist/index.js.map +2 -2
- package/dist/index.js.meta.json +1 -1
- package/dist/package.json +4 -4
- package/dist/plugins.js.map +2 -2
- package/dist/plugins.js.meta.json +1 -1
- package/dist/src/db/couch/DatabaseImpl.d.ts +2 -2
- package/dist/src/db/couch/DatabaseImpl.js.map +1 -1
- package/dist/src/db/instrumentation.d.ts +2 -2
- package/dist/src/docIds/ids.d.ts +2 -2
- package/dist/src/docIds/ids.js.map +1 -1
- package/package.json +4 -4
- package/src/db/couch/DatabaseImpl.ts +2 -1
- package/src/db/instrumentation.ts +2 -2
- package/src/docIds/ids.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -54411,6 +54411,7 @@ var SourceName = /* @__PURE__ */ ((SourceName2) => {
|
|
|
54411
54411
|
SourceName2["FIRESTORE"] = "FIRESTORE";
|
|
54412
54412
|
SourceName2["REDIS"] = "REDIS";
|
|
54413
54413
|
SourceName2["SNOWFLAKE"] = "SNOWFLAKE";
|
|
54414
|
+
SourceName2["BUDIBASE"] = "BUDIBASE";
|
|
54414
54415
|
return SourceName2;
|
|
54415
54416
|
})(SourceName || {});
|
|
54416
54417
|
var DatasourceFeature = /* @__PURE__ */ ((DatasourceFeature2) => {
|