@hazeljs/serverless 0.2.0 → 0.2.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.
- package/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -481,13 +481,13 @@ Contributions are welcome! Please read our [Contributing Guide](../../CONTRIBUTI
|
|
|
481
481
|
|
|
482
482
|
## License
|
|
483
483
|
|
|
484
|
-
Apache 2.0 © [HazelJS](https://hazeljs.
|
|
484
|
+
Apache 2.0 © [HazelJS](https://hazeljs.ai)
|
|
485
485
|
|
|
486
486
|
## Links
|
|
487
487
|
|
|
488
|
-
- [Documentation](https://hazeljs.
|
|
488
|
+
- [Documentation](https://hazeljs.ai/docs/packages/serverless)
|
|
489
489
|
- [AWS Lambda Docs](https://docs.aws.amazon.com/lambda/)
|
|
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.
|
|
493
|
+
- [Discord](https://discord.gg/rnxaDcXx)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/serverless",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
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",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"bugs": {
|
|
45
45
|
"url": "https://github.com/hazeljs/hazel-js/issues"
|
|
46
46
|
},
|
|
47
|
-
"homepage": "https://hazeljs.
|
|
47
|
+
"homepage": "https://hazeljs.ai",
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@hazeljs/core": ">=0.2.0-beta.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "b43901feaa561a191242c34acabefa531dd1d21d"
|
|
52
52
|
}
|