pinelab-storefront-client
Advanced tools
Comparing version 0.24.0 to 0.25.0
@@ -9,2 +9,3 @@ "use strict"; | ||
var mitt_1 = __importDefault(require("mitt")); | ||
var debounce_1 = require("debounce"); | ||
/** | ||
@@ -35,2 +36,8 @@ * Sets google storage prefetch and global Vue stuff like filters and store | ||
}); | ||
// Add debounce as global | ||
Vue.mixin({ | ||
methods: { | ||
debounce: debounce_1.debounce | ||
} | ||
}); | ||
// Set global store and vendure service | ||
@@ -37,0 +44,0 @@ if (isClient) { |
{ | ||
"name": "pinelab-storefront-client", | ||
"version": "0.24.0", | ||
"version": "0.25.0", | ||
"description": "Generates static html pages with Gridsome and suplied Vue components", | ||
@@ -17,11 +17,13 @@ "author": "Martijn van de Brug <martijn@pinelab.studio>", | ||
"scripts": { | ||
"build": "rm -rf lib && yarn scss && yarn tsc && yarn copyfiles -u 1 'src/ministore/**/*' 'src/static/*' lib", | ||
"build": "rm -rf lib && yarn scss && yarn tsc && yarn copyfiles -u 1 'src/ministore/**/*' 'src/buefy-components/**/*' lib", | ||
"dev-build": "yarn tsc && yarn copyfiles -u 1 'src/ministore/**/*' 'src/buefy-components/**/*' lib", | ||
"scss": "node-sass src/scss/styles.scss -o src/ministore --output-style compressed", | ||
"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 serve" | ||
"watch": "nodemon --verbose --ext js,ts,vue --watch ./src --exec 'yarn dev-build'", | ||
"serve": "concurrently \"yarn watch\" \"cd dev-server && yarn gridsome develop\"" | ||
}, | ||
"devDependencies": { | ||
"@types/debounce": "^1.2.0", | ||
"concurrently": "^6.0.2", | ||
"copyfiles": "^2.4.1", | ||
"foundation-sites": "^6.6.3", | ||
"gridsome-plugin-typescript": "^0.4.0", | ||
"node-sass": "^5.0.0", | ||
@@ -33,2 +35,3 @@ "nodemon": "^2.0.7", | ||
"dependencies": { | ||
"debounce": "^1.2.1", | ||
"graphql": "15.3.0", | ||
@@ -40,3 +43,4 @@ "graphql-request": "^3.4.0", | ||
"graphql": "15.3.0" | ||
} | ||
}, | ||
"gitHead": "3f757dadb3e25464d1185c68ebe02f317d71bd79" | ||
} |
Sorry, the diff of this file is too big to display
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
447364
53
2214
1
6
4
8
+ Addeddebounce@^1.2.1
+ Addeddebounce@1.2.1(transitive)