@ax2/multisite-module
Advanced tools
+11
-0
@@ -6,2 +6,13 @@ # Change Log | ||
| ## [0.2.2](https://github.com/ax2inc/nuxt-modules/compare/@ax2/multisite-module@0.2.1...@ax2/multisite-module@0.2.2) (2019-03-15) | ||
| ### Bug Fixes | ||
| * **deps:** update dependency deepmerge to v3 ([7b7ab4a](https://github.com/ax2inc/nuxt-modules/commit/7b7ab4a)) | ||
| ## 0.2.1 (2018-10-18) | ||
@@ -8,0 +19,0 @@ |
@@ -100,4 +100,3 @@ import Cookies from 'js-cookie'; | ||
| ctx.$multisite = multisiteOptions; | ||
| inject('multisite', multisiteOptions); | ||
| }; |
+11
-11
| { | ||
| "name": "@ax2/multisite-module", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Multisite features for your Nuxt project", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
| "cookie": "^0.3.1", | ||
| "deepmerge": "^2.1.1", | ||
| "deepmerge": "^3.0.0", | ||
| "js-cookie": "^2.2.0" | ||
@@ -28,15 +28,15 @@ }, | ||
| "codecov": "latest", | ||
| "eslint": "^5.5.0", | ||
| "eslint-config-airbnb-base": "^13.1.0", | ||
| "eslint-loader": "^2.0.0", | ||
| "eslint-plugin-import": "^2.14.0", | ||
| "eslint-plugin-jest": "^21.22.0", | ||
| "eslint-plugin-vue": "^4.0.0", | ||
| "eslint": "5.13.0", | ||
| "eslint-config-airbnb-base": "13.1.0", | ||
| "eslint-loader": "2.1.2", | ||
| "eslint-plugin-import": "2.16.0", | ||
| "eslint-plugin-jest": "22.3.0", | ||
| "eslint-plugin-vue": "5.2.1", | ||
| "jest": "latest", | ||
| "jsdom": "latest", | ||
| "nuxt": "^2.2.0", | ||
| "request-promise-native": "^1.0.5", | ||
| "nuxt": "2.4.3", | ||
| "request-promise-native": "1.0.5", | ||
| "standard-version": "latest" | ||
| }, | ||
| "gitHead": "e8f3dda50b93b9034b9e3817866b9a8f0d0ce420" | ||
| "gitHead": "2215412e6b1519de1305d713d090ff2ef16fb6e9" | ||
| } |
+1
-1
@@ -181,4 +181,4 @@ # multisite-module | ||
| [MIT License](./LICENSE) | ||
| [MIT License](../../LICENSE) | ||
| Copyright (c) Ax2 Inc. |
-21
| MIT License | ||
| Copyright (c) Ax2 Inc. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
10096
-7.65%6
-14.29%118
-0.84%+ Added
- Removed
Updated