@bayoudhi/moose-lib-serverless 0.7.4 → 0.7.6
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 +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/moose-runner.js +1 -1
- package/dist/moose-tspc.js +1 -1
- package/package.json +1 -1
package/dist/moose-runner.js
CHANGED
|
@@ -1513,7 +1513,7 @@ var init_compiler_config = __esm({
|
|
|
1513
1513
|
import_path = __toESM(require("path"));
|
|
1514
1514
|
MOOSE_COMPILER_PLUGINS = [
|
|
1515
1515
|
{
|
|
1516
|
-
transform: "
|
|
1516
|
+
transform: require.resolve("@bayoudhi/moose-lib-serverless/dist/compilerPlugin.js")
|
|
1517
1517
|
// No longer using transformProgram - direct typia integration eliminates
|
|
1518
1518
|
// the need for program replacement and the associated incremental compilation issues
|
|
1519
1519
|
},
|
package/dist/moose-tspc.js
CHANGED
|
@@ -95,7 +95,7 @@ var import_fs = require("fs");
|
|
|
95
95
|
var import_path = __toESM(require("path"));
|
|
96
96
|
var MOOSE_COMPILER_PLUGINS = [
|
|
97
97
|
{
|
|
98
|
-
transform: "
|
|
98
|
+
transform: require.resolve("@bayoudhi/moose-lib-serverless/dist/compilerPlugin.js")
|
|
99
99
|
// No longer using transformProgram - direct typia integration eliminates
|
|
100
100
|
// the need for program replacement and the associated incremental compilation issues
|
|
101
101
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bayoudhi/moose-lib-serverless",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
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",
|