@tryghost/algolia-netlify 0.1.11 → 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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +13 -16
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2013-2021 Ghost Foundation
3
+ Copyright (c) 2013-2022 Ghost Foundation
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -86,4 +86,4 @@ you will create a server on `localhost:9000` where your functions will be expose
86
86
 
87
87
  # Copyright & License
88
88
 
89
- Copyright (c) 2013-2021 Ghost Foundation - Released under the [MIT license](LICENSE).
89
+ Copyright (c) 2013-2022 Ghost Foundation - Released under the [MIT license](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/algolia-netlify",
3
- "version": "0.1.11",
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
- "postinstall": "netlify-lambda install functions",
14
- "serve": "yarn build && netlify dev",
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": "7.32.0",
39
- "eslint-config-airbnb-base": "14.2.1",
40
- "eslint-plugin-ghost": "2.6.0",
41
- "eslint-plugin-import": "2.24.2",
42
- "mocha": "9.1.1",
37
+ "eslint": "8.43.0",
38
+ "eslint-config-airbnb-base": "15.0.0",
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": "11.1.2"
44
+ "sinon": "15.2.0"
45
45
  },
46
46
  "dependencies": {
47
- "@tryghost/algolia-fragmenter": "^0.2.3",
48
- "@tryghost/algolia-indexer": "^0.1.7",
49
- "dotenv-webpack": "7.0.3",
50
- "netlify-lambda": "2.0.14",
51
- "webpack": "5.52.0"
47
+ "@tryghost/algolia-fragmenter": "^0.2.5",
48
+ "@tryghost/algolia-indexer": "^0.2.2"
52
49
  },
53
- "gitHead": "e6a6b593c3dba0b53dfe9905fdad1951d21258e2"
50
+ "gitHead": "fb4018e348fa926cdb5c007fd2d0c71439ece6f2"
54
51
  }