Skip to content

Commit

Permalink
release v - 3.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Nov 29, 2020
1 parent a8fab3f commit 2c6edb8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/jsstore.commonjs2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jsstore.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @license :jsstore - V3.11.3 - 24/11/2020
* @license :jsstore - V3.11.4 - 29/11/2020
* https://github.com/ujjwalguptaofficial/JsStore
* Copyright (c) 2020 @Ujjwal Gupta; Licensed MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/jsstore.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/jsstore.worker.commonjs2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jsstore.worker.commonjs2.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions dist/jsstore.worker.ie.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @license :jsstore - V3.11.3 - 24/11/2020
* @license :jsstore - V3.11.4 - 29/11/2020
* https://github.com/ujjwalguptaofficial/JsStore
* Copyright (c) 2020 @Ujjwal Gupta; Licensed MIT
*/
Expand Down Expand Up @@ -8385,7 +8385,6 @@ function (module, __webpack_exports__, __webpack_require__) {
_this.onTransactionCompleted_ = function () {
if (_this.error == null) {
if (_this.query.flatten) {
debugger;
var flattendData_1 = [];
var indexToDelete_1 = {};

Expand Down
2 changes: 1 addition & 1 deletion dist/jsstore.worker.ie.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/jsstore.worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @license :jsstore - V3.11.3 - 24/11/2020
* @license :jsstore - V3.11.4 - 29/11/2020
* https://github.com/ujjwalguptaofficial/JsStore
* Copyright (c) 2020 @Ujjwal Gupta; Licensed MIT
*/
Expand Down Expand Up @@ -8385,7 +8385,6 @@ function (module, __webpack_exports__, __webpack_require__) {
_this.onTransactionCompleted_ = function () {
if (_this.error == null) {
if (_this.query.flatten) {
debugger;
var flattendData_1 = [];
var indexToDelete_1 = {};

Expand Down
2 changes: 1 addition & 1 deletion dist/jsstore.worker.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jsstore.worker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsstore",
"version": "3.11.3",
"version": "3.11.4",
"description": "A complete IndexedDB wrapper with SQL like syntax.",
"main": "dist/jsstore.commonjs2.js",
"types": "dist/ts/main/index.d.ts",
Expand Down

0 comments on commit 2c6edb8

Please sign in to comment.