Skip to content

Commit d42237d

Browse files
update jsstore version
1 parent 638540a commit d42237d

File tree

10 files changed

+12972
-5339
lines changed

10 files changed

+12972
-5339
lines changed

mahal/package-lock.json

Lines changed: 8561 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mahal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "",
1313
"private": "true",
1414
"dependencies": {
15-
"jsstore": "^4.4.2",
15+
"jsstore": "^4.5.2",
1616
"mahal": "^1.4.1"
1717
},
1818
"devDependencies": {

typescript_without_worker/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript_without_worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"jquery": "^3.3.1",
11-
"jsstore": "^4.1.1"
11+
"jsstore": "^4.4.4"
1212
},
1313
"devDependencies": {
1414
"@types/jquery": "^3.5.5",

typescript_without_worker/src/storage_service/idb_helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import workerInjector from "jsstore/dist/worker_injector";
44
// This will ensure that we are using only one instance.
55
// Otherwise due to multiple instance multiple worker will be created.
66
export const idbCon = new Connection();
7+
console.log('workerInjector',workerInjector)
78
idbCon.addPlugin(workerInjector);
89

910
export const dbname = 'Demo';

typescript_without_worker/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const HtmlWebPackPlugin = require('html-webpack-plugin');
33
module.exports = {
44
entry: './src/index.ts',
55
devtool: 'inline-source-map',
6+
mode: 'development',
67
module: {
78
rules: [{
89
test: /\.tsx?$/,

0 commit comments

Comments
 (0)