@tryghost/algolia-netlify 0.3.0 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -62,6 +62,10 @@ These webhooks will trigger an index on every **future change of posts**.
62
62
  > To run an initial index of all the content, you can use the handy CLI from our Ghost Algolia tooling. Head over [here](https://github.com/TryGhost/algolia/tree/master/packages/algolia) and follow the instructions from there.
63
63
 
64
64
 
65
+ ## Security
66
+
67
+ To avoid unauthorized access to the Netlify functions endpoints, we highly recommend to setup the `NETLIFY_KEY` variable. This key is currently optional but will be enforced in the future.
68
+
65
69
  ## Develop
66
70
 
67
71
  This is a mono repository, managed with [lerna](https://lernajs.io/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/algolia-netlify",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "repository": "https://github.com/TryGhost/algolia/tree/master/packages/algolia-netlify",
5
5
  "author": "Ghost Foundation",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "eslint-plugin-ghost": "3.2.0",
39
39
  "eslint-plugin-import": "2.27.5",
40
40
  "mocha": "10.2.0",
41
- "netlify-cli": "15.6.0",
41
+ "netlify-cli": "15.7.0",
42
42
  "should": "13.2.3",
43
43
  "sinon": "15.2.0"
44
44
  },
@@ -46,5 +46,5 @@
46
46
  "@tryghost/algolia-fragmenter": "^0.2.5",
47
47
  "@tryghost/algolia-indexer": "^0.2.2"
48
48
  },
49
- "gitHead": "dd0550948311a01580a86111e79f5ae89dc2a431"
49
+ "gitHead": "dc344943864e0bc94accdec743c0ae041c4d3d4a"
50
50
  }