Skip to content

Commit

Permalink
chore(release): set package.json to 2.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.4](v2.1.3...v2.1.4) (2022-05-07)

### Bug Fixes

* updated eslint config and npm packages ([672f62e](672f62e))
  • Loading branch information
semantic-release-bot committed May 7, 2022
1 parent 18715fb commit 794df7d
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 21 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.4](https://github.com/kouts/vue-path-store/compare/v2.1.3...v2.1.4) (2022-05-07)


### Bug Fixes

* updated eslint config and npm packages ([672f62e](https://github.com/kouts/vue-path-store/commit/672f62e61091fdb8a51279712d2c1d89558a6892))

## [2.1.3](https://github.com/kouts/vue-path-store/compare/v2.1.2...v2.1.3) (2022-04-21)


Expand Down
4 changes: 2 additions & 2 deletions dist/cjs/pathStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ function _defineProperty(obj, key, value) {
return obj;
}

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function _typeof(obj) {
"@babel/helpers - typeof";

Expand Down Expand Up @@ -174,8 +176,6 @@ var deleteMany = function deleteMany(obj, path) {
}
};

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function createPathStoreMethods() {
return _objectSpread2({
set: function set(path, value) {
Expand Down
4 changes: 2 additions & 2 deletions dist/cjs/pathStorePiniaPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ function _defineProperty(obj, key, value) {
return obj;
}

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function _typeof(obj) {
"@babel/helpers - typeof";

Expand Down Expand Up @@ -174,8 +176,6 @@ var deleteMany = function deleteMany(obj, path) {
}
};

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function createPathStoreMethods() {
return _objectSpread2({
set: function set(path, value) {
Expand Down
4 changes: 2 additions & 2 deletions dist/cjs/pathStoreVuexPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ function _nonIterableSpread() {
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function _typeof(obj) {
"@babel/helpers - typeof";

Expand Down Expand Up @@ -207,8 +209,6 @@ var deleteMany = function deleteMany(obj, path) {
}
};

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

var pathStoreVuexPlugin = function pathStoreVuexPlugin(store) {
var methods = _objectSpread2({
set: function set(path, value) {
Expand Down
4 changes: 2 additions & 2 deletions dist/es/pathStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ function _defineProperty(obj, key, value) {
return obj;
}

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function _typeof(obj) {
"@babel/helpers - typeof";

Expand Down Expand Up @@ -166,8 +168,6 @@ var deleteMany = function deleteMany(obj, path) {
}
};

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function createPathStoreMethods() {
return _objectSpread2({
set: function set(path, value) {
Expand Down
4 changes: 2 additions & 2 deletions dist/es/pathStorePiniaPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ function _defineProperty(obj, key, value) {
return obj;
}

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function _typeof(obj) {
"@babel/helpers - typeof";

Expand Down Expand Up @@ -166,8 +168,6 @@ var deleteMany = function deleteMany(obj, path) {
}
};

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function createPathStoreMethods() {
return _objectSpread2({
set: function set(path, value) {
Expand Down
4 changes: 2 additions & 2 deletions dist/es/pathStoreVuexPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ function _nonIterableSpread() {
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function _typeof(obj) {
"@babel/helpers - typeof";

Expand Down Expand Up @@ -199,8 +201,6 @@ var deleteMany = function deleteMany(obj, path) {
}
};

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

var pathStoreVuexPlugin = function pathStoreVuexPlugin(store) {
var methods = _objectSpread2({
set: function set(path, value) {
Expand Down
4 changes: 2 additions & 2 deletions dist/umd/pathStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
return obj;
}

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function _typeof(obj) {
"@babel/helpers - typeof";

Expand Down Expand Up @@ -174,8 +176,6 @@
}
};

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function createPathStoreMethods() {
return _objectSpread2({
set: function set(path, value) {
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/pathStore.min.js

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

4 changes: 2 additions & 2 deletions dist/umd/pathStorePiniaPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
return obj;
}

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function _typeof(obj) {
"@babel/helpers - typeof";

Expand Down Expand Up @@ -174,8 +176,6 @@
}
};

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function createPathStoreMethods() {
return _objectSpread2({
set: function set(path, value) {
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/pathStorePiniaPlugin.min.js

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

4 changes: 2 additions & 2 deletions dist/umd/pathStoreVuexPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

function _typeof(obj) {
"@babel/helpers - typeof";

Expand Down Expand Up @@ -207,8 +209,6 @@
}
};

var ARRAY_METHODS = ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'];

var pathStoreVuexPlugin = function pathStoreVuexPlugin(store) {
var methods = _objectSpread2({
set: function set(path, value) {
Expand Down
Loading

0 comments on commit 794df7d

Please sign in to comment.