@hazeljs/serverless 0.5.3 → 0.6.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -490,4 +490,4 @@ Apache 2.0 © [HazelJS](https://hazeljs.ai)
490
490
  - [Google Cloud Functions Docs](https://cloud.google.com/functions/docs)
491
491
  - [GitHub](https://github.com/hazel-js/hazeljs)
492
492
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
493
- - [Discord](https://discord.gg/xe495BvE)
493
+ - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/serverless",
3
- "version": "0.5.3",
3
+ "version": "0.6.0",
4
4
  "description": "Serverless adapters (AWS Lambda, Google Cloud Functions) for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -48,5 +48,5 @@
48
48
  "peerDependencies": {
49
49
  "@hazeljs/core": ">=0.2.0-beta.0"
50
50
  },
51
- "gitHead": "dd6ca4e3f2221c07b3b2c80c649ae8018b9c2526"
51
+ "gitHead": "27bc86031befce190871d3f07be4156544f37f94"
52
52
  }