@bayoudhi/moose-lib-serverless 0.7.10 → 0.7.11
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/dist/moose-tspc.js +1 -5
- package/package.json +1 -1
package/dist/moose-tspc.js
CHANGED
|
@@ -323,9 +323,7 @@ function runSingleCompilation(moduleSystem) {
|
|
|
323
323
|
"-p",
|
|
324
324
|
tempTsconfigPath,
|
|
325
325
|
"--rootDir",
|
|
326
|
-
"."
|
|
327
|
-
"--sourceMap",
|
|
328
|
-
"--inlineSources"
|
|
326
|
+
"."
|
|
329
327
|
];
|
|
330
328
|
if (shouldAddOutDir) {
|
|
331
329
|
tspcArgs.push("--outDir", outDir);
|
|
@@ -406,8 +404,6 @@ function runWatchCompilation(moduleSystem) {
|
|
|
406
404
|
tempTsconfigPath,
|
|
407
405
|
"--rootDir",
|
|
408
406
|
".",
|
|
409
|
-
"--sourceMap",
|
|
410
|
-
"--inlineSources",
|
|
411
407
|
"--watch",
|
|
412
408
|
"--preserveWatchOutput"
|
|
413
409
|
];
|
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.11",
|
|
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",
|