We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55624af commit cf060b4Copy full SHA for cf060b4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nuxtjs/algolia",
3
- "version": "1.4.1",
+ "version": "1.4.2",
4
"description": "Algolia module for Nuxt",
5
"repository": {
6
"type": "git",
@@ -40,6 +40,7 @@
40
"algoliasearch": "^4.11.0",
41
"instantsearch.css": "^7.4.5",
42
"metadata-scraper": "^0.2.49",
43
+ "rollup-plugin-node-polyfills": "^0.2.1",
44
"storyblok-algolia-indexer": "^1.0.3",
45
"vue-instantsearch": "^4.3.2"
46
},
@@ -50,7 +51,6 @@
50
51
"@nuxtjs/eslint-config-typescript": "latest",
52
"eslint": "latest",
53
"nuxt": "^3.0.0",
- "rollup-plugin-node-polyfills": "^0.2.1",
54
"standard-version": "^9.3.2"
55
56
"publishConfig": {
0 commit comments