pinelab-storefront-client
Advanced tools
Comparing version 0.22.2 to 0.23.0
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.configureVue = void 0; | ||
var __1 = require(".."); | ||
var mitt_1 = __importDefault(require("mitt")); | ||
/** | ||
@@ -37,4 +41,5 @@ * Sets google storage prefetch and global Vue stuff like filters and store | ||
Vue.prototype.$store = store; | ||
Vue.prototype.$emitter = mitt_1.default(); | ||
} | ||
} | ||
exports.configureVue = configureVue; |
{ | ||
"name": "pinelab-storefront-client", | ||
"version": "0.22.2", | ||
"version": "0.23.0", | ||
"description": "Generates static html pages with Gridsome and suplied Vue components", | ||
@@ -20,3 +20,3 @@ "author": "Martijn van de Brug <martijn@pinelab.studio>", | ||
"serve": "nodemon --verbose --ext js,ts --watch src --watch test --ignore test/src/.temp --ignore test/.cache --exec 'yarn build && yarn serve:gridsome'", | ||
"serve:gridsome": "cd test && yarn upgrade pinelab-storefront-client && yarn gridsome develop" | ||
"serve:gridsome": "cd test && yarn serve" | ||
}, | ||
@@ -34,3 +34,4 @@ "devDependencies": { | ||
"graphql": "15.3.0", | ||
"graphql-request": "^3.4.0" | ||
"graphql-request": "^3.4.0", | ||
"mitt": "^2.1.0" | ||
}, | ||
@@ -40,3 +41,3 @@ "resolutions": { | ||
}, | ||
"gitHead": "f941e1a03a75d6547f9735fb80afc0e8d1df00be" | ||
"gitHead": "815cad6d8d3a6bbf9b4fe771c51b763cf84982a6" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
422402
2207
3
+ Addedmitt@^2.1.0
+ Addedmitt@2.1.0(transitive)