@bayoudhi/moose-lib-serverless 0.3.1 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -116,7 +116,7 @@ These native/C++ dependencies are **not** bundled and will never be loaded:
116
116
  This package is derived from [MooseStack](https://github.com/514-labs/moosestack) by [Fiveonefour Labs](https://www.fiveonefour.com/), published under the MIT license.
117
117
 
118
118
  - **Original project**: https://github.com/514-labs/moosestack
119
- - **Fork**: https://github.com/bayoudhi/moosestack (branch `feature/serverless-compatibility`)
119
+ - **Fork**: https://github.com/bayoudhi/moosestack
120
120
 
121
121
  ## License
122
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bayoudhi/moose-lib-serverless",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Serverless-compatible subset of @514labs/moose-lib for AWS Lambda and edge runtimes. Provides OlapTable, Stream, Workflow, View, and other Moose SDK classes without native C++ dependencies (Kafka, Temporal). Includes a patched compiler plugin for type-driven schema injection.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -76,5 +76,6 @@
76
76
  "type": "git",
77
77
  "url": "https://github.com/bayoudhi/moosestack",
78
78
  "directory": "packages/moose-lib-serverless"
79
- }
79
+ },
80
+ "homepage": "https://github.com/bayoudhi/moosestack/tree/main/packages/moose-lib-serverless#readme"
80
81
  }