@tryghost/algolia-netlify 0.1.13 → 0.2.0
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/package.json +12 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/algolia-netlify",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"repository": "https://github.com/TryGhost/algolia/tree/master/packages/algolia-netlify",
|
|
5
5
|
"author": "Ghost Foundation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,9 +10,8 @@
|
|
|
10
10
|
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
|
11
11
|
"lint": "eslint . --ext .js --cache",
|
|
12
12
|
"posttest": "yarn lint",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"build": "mkdir -p build/site && netlify-lambda build functions"
|
|
13
|
+
"serve": "netlify dev",
|
|
14
|
+
"start": "NODE_ENV=production netlify functions:build --functions build/functions --src functions"
|
|
16
15
|
},
|
|
17
16
|
"files": [
|
|
18
17
|
"index.js",
|
|
@@ -35,20 +34,18 @@
|
|
|
35
34
|
"build/*"
|
|
36
35
|
],
|
|
37
36
|
"devDependencies": {
|
|
38
|
-
"eslint": "8.
|
|
37
|
+
"eslint": "8.43.0",
|
|
39
38
|
"eslint-config-airbnb-base": "15.0.0",
|
|
40
|
-
"eslint-plugin-ghost": "2.
|
|
41
|
-
"eslint-plugin-import": "2.
|
|
42
|
-
"mocha": "10.
|
|
39
|
+
"eslint-plugin-ghost": "3.2.0",
|
|
40
|
+
"eslint-plugin-import": "2.27.5",
|
|
41
|
+
"mocha": "10.2.0",
|
|
42
|
+
"netlify-cli": "15.6.0",
|
|
43
43
|
"should": "13.2.3",
|
|
44
|
-
"sinon": "
|
|
44
|
+
"sinon": "15.2.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@tryghost/algolia-fragmenter": "^0.2.
|
|
48
|
-
"@tryghost/algolia-indexer": "^0.2.
|
|
49
|
-
"dotenv-webpack": "8.0.1",
|
|
50
|
-
"netlify-lambda": "2.0.15",
|
|
51
|
-
"webpack": "5.74.0"
|
|
47
|
+
"@tryghost/algolia-fragmenter": "^0.2.5",
|
|
48
|
+
"@tryghost/algolia-indexer": "^0.2.2"
|
|
52
49
|
},
|
|
53
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "fb4018e348fa926cdb5c007fd2d0c71439ece6f2"
|
|
54
51
|
}
|