@bayoudhi/moose-lib-serverless 0.7.8 → 0.7.9

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.
@@ -7208,7 +7208,7 @@ async function runScripts(config) {
7208
7208
  return worker;
7209
7209
  }
7210
7210
  var import_commander = require_commander();
7211
- var packageJson = { version: "0.6.417" };
7211
+ var packageJson = { version: "0.6.418" };
7212
7212
  var program = new import_commander.Command();
7213
7213
  program.name("moose-runner").description("Moose runner for various operations").version(packageJson.version);
7214
7214
  program.command("print-version").description("Print the installed moose-lib version").action(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bayoudhi/moose-lib-serverless",
3
- "version": "0.7.8",
3
+ "version": "0.7.9",
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",
@@ -59,7 +59,7 @@
59
59
  "typescript": "~5.9.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@514labs/moose-lib": "0.6.417",
62
+ "@514labs/moose-lib": "0.6.418",
63
63
  "tsup": "^8.4.0"
64
64
  },
65
65
  "peerDependencies": {