Skip to content

Commit

Permalink
rebuild js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Sep 15, 2023
1 parent f11a0b0 commit 189ba6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/fingerprint-post/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75280,7 +75280,7 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"HO":{"xp":"^5.1.6"}}');
module.exports = JSON.parse('{"v6":{"xp":"^5.1.6"}}');

/***/ })

Expand Down Expand Up @@ -75797,7 +75797,7 @@ function sqlite_openDatabaseAsync(filename) {
* Install the sqlite3
*/
async function sqlite_installSQLiteAsync(packager) {
const sqliteVersion = (__nccwpck_require__(4147)/* .dependencies.sqlite3 */ .HO.xp);
const sqliteVersion = (__nccwpck_require__(4147)/* .devDependencies.sqlite3 */ .v6.xp);
assert(sqliteVersion);
const packageName = 'sqlite3';
const version = await resolvePackage(packageName, sqliteVersion);
Expand Down
4 changes: 2 additions & 2 deletions build/fingerprint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75280,7 +75280,7 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"HO":{"xp":"^5.1.6"}}');
module.exports = JSON.parse('{"v6":{"xp":"^5.1.6"}}');

/***/ })

Expand Down Expand Up @@ -75820,7 +75820,7 @@ function openDatabaseAsync(filename) {
* Install the sqlite3
*/
async function installSQLiteAsync(packager) {
const sqliteVersion = (__nccwpck_require__(4147)/* .dependencies.sqlite3 */ .HO.xp);
const sqliteVersion = (__nccwpck_require__(4147)/* .devDependencies.sqlite3 */ .v6.xp);
external_assert_default()(sqliteVersion);
const packageName = 'sqlite3';
const version = await resolvePackage(packageName, sqliteVersion);
Expand Down
4 changes: 2 additions & 2 deletions build/preview-build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75280,7 +75280,7 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"HO":{"xp":"^5.1.6"}}');
module.exports = JSON.parse('{"v6":{"xp":"^5.1.6"}}');

/***/ })

Expand Down Expand Up @@ -76028,7 +76028,7 @@ function openDatabaseAsync(filename) {
* Install the sqlite3
*/
async function installSQLiteAsync(packager) {
const sqliteVersion = (__nccwpck_require__(4147)/* .dependencies.sqlite3 */ .HO.xp);
const sqliteVersion = (__nccwpck_require__(4147)/* .devDependencies.sqlite3 */ .v6.xp);
external_assert_default()(sqliteVersion);
const packageName = 'sqlite3';
const version = await resolvePackage(packageName, sqliteVersion);
Expand Down

0 comments on commit 189ba6c

Please sign in to comment.