@hazeljs/serverless 0.2.0-rc.8 → 0.2.1

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -481,11 +481,11 @@ Contributions are welcome! Please read our [Contributing Guide](../../CONTRIBUTI
481
481
 
482
482
  ## License
483
483
 
484
- Apache 2.0 © [HazelJS](https://hazeljs.com)
484
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
485
485
 
486
486
  ## Links
487
487
 
488
- - [Documentation](https://hazeljs.com/docs/packages/serverless)
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/serverless",
3
- "version": "0.2.0-rc.8",
3
+ "version": "0.2.1",
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.com",
47
+ "homepage": "https://hazeljs.ai",
48
48
  "peerDependencies": {
49
49
  "@hazeljs/core": ">=0.2.0-beta.0"
50
50
  },
51
- "gitHead": "c0cfcca112ad5a11c6d5545acc98bb5d39355896"
51
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
52
52
  }