Browse Source

Updated packages

master
Ben Ashton 2 years ago
parent
commit
ac8aba1fbc
  1. 29
      cjs/pawsqlite-node-adapter.js
  2. 2
      cjs/pawsqlite-node-adapter.js.map
  3. 4358
      package-lock.json
  4. 2
      package.json

29
cjs/pawsqlite-node-adapter.js

@ -2,6 +2,16 @@
/******/ "use strict";
/******/ var __webpack_modules__ = ({
/***/ "sqlite3":
/*!**************************!*\
!*** external "sqlite3" ***!
\**************************/
/***/ ((module) => {
module.exports = require("sqlite3");
/***/ }),
/***/ "./src/database_wrapper.mjs":
/*!**********************************!*\
!*** ./src/database_wrapper.mjs ***!
@ -74,8 +84,8 @@ class DatabaseWrapper {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "log": () => (/* binding */ log),
/* harmony export */ "enableDebug": () => (/* binding */ enableDebug)
/* harmony export */ "enableDebug": () => (/* binding */ enableDebug),
/* harmony export */ "log": () => (/* binding */ log)
/* harmony export */ });
let DEBUG = false;
@ -217,16 +227,6 @@ const ResponseWrapper = {
})
};
/***/ }),
/***/ "sqlite3":
/*!**************************!*\
!*** external "sqlite3" ***!
\**************************/
/***/ ((module) => {
module.exports = require("sqlite3");;
/***/ })
/******/ });
@ -237,8 +237,9 @@ module.exports = require("sqlite3");;
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(__webpack_module_cache__[moduleId]) {
/******/ return __webpack_module_cache__[moduleId].exports;
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {

2
cjs/pawsqlite-node-adapter.js.map

File diff suppressed because one or more lines are too long

4358
package-lock.json generated

File diff suppressed because it is too large Load Diff

2
package.json

@ -23,6 +23,6 @@
"webpack-cli": "4.x"
},
"dependencies": {
"sqlite3": "^5.0.2"
"sqlite3": "^5.0.11"
}
}

Loading…
Cancel
Save