@tryghost/algolia-netlify 0.3.0 → 0.3.3
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.
- package/LICENSE +1 -1
- package/README.md +4 -0
- package/package.json +8 -8
package/LICENSE
CHANGED
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.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"repository": "https://github.com/TryGhost/algolia/tree/master/packages/algolia-netlify",
|
|
5
5
|
"author": "Ghost Foundation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"build/*"
|
|
34
34
|
],
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"eslint": "8.
|
|
36
|
+
"eslint": "8.48.0",
|
|
37
37
|
"eslint-config-airbnb-base": "15.0.0",
|
|
38
|
-
"eslint-plugin-ghost": "3.
|
|
39
|
-
"eslint-plugin-import": "2.
|
|
38
|
+
"eslint-plugin-ghost": "3.3.0",
|
|
39
|
+
"eslint-plugin-import": "2.28.1",
|
|
40
40
|
"mocha": "10.2.0",
|
|
41
|
-
"netlify-cli": "
|
|
41
|
+
"netlify-cli": "16.3.1",
|
|
42
42
|
"should": "13.2.3",
|
|
43
43
|
"sinon": "15.2.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@tryghost/algolia-fragmenter": "^0.2.
|
|
47
|
-
"@tryghost/algolia-indexer": "^0.
|
|
46
|
+
"@tryghost/algolia-fragmenter": "^0.2.6",
|
|
47
|
+
"@tryghost/algolia-indexer": "^0.3.0"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "0f0d8a416adb0f78fda0ec72f872146406d76eae"
|
|
50
50
|
}
|