@vue-skuilder/db 0.1.13 → 0.1.14-2
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/core/index.js.map +1 -1
- package/dist/core/index.mjs.map +1 -1
- package/dist/impl/couch/index.js +0 -2
- package/dist/impl/couch/index.js.map +1 -1
- package/dist/impl/couch/index.mjs +0 -2
- package/dist/impl/couch/index.mjs.map +1 -1
- package/dist/impl/static/index.js.map +1 -1
- package/dist/impl/static/index.mjs.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/impl/couch/courseLookupDB.ts +0 -1
package/dist/index.mjs
CHANGED
|
@@ -809,8 +809,6 @@ var init_courseLookupDB = __esm({
|
|
|
809
809
|
}
|
|
810
810
|
const dbUrl = `${ENV.COUCHDB_SERVER_PROTOCOL}://${ENV.COUCHDB_SERVER_URL}/${courseLookupDBTitle}`;
|
|
811
811
|
const options = {
|
|
812
|
-
skip_setup: true
|
|
813
|
-
// Keep the original option
|
|
814
812
|
// fetch: (url, opts) => { // Optional: Add for debugging network requests
|
|
815
813
|
// console.log('PouchDB fetch:', url, opts);
|
|
816
814
|
// return pouch.fetch(url, opts);
|