@ellx/framework
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@ellx/framework", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Ellx full stack framework", | ||
"type": "module", | ||
"bin": { | ||
"ellx": "./src/cli.js" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "test": "find tests -type f -name '*.spec.js' -exec echo \\# utap-src:{} \\; -exec node {} \\; | utap" |
@@ -54,5 +54,7 @@ import http from 'http'; | ||
if (id !== mainPageId) { | ||
source = `<!--${id}-->` + source; | ||
hashes[id] = hash(source); | ||
} | ||
else { | ||
source = source.slice(`<!--${mainPageId}-->`.length); | ||
} | ||
artefacts[id] = source; | ||
@@ -59,0 +61,0 @@ } |
@@ -30,3 +30,3 @@ import { transform as esm2cjs } from 'qcjs'; | ||
return { | ||
code: text, | ||
code: `<!--${id}-->` + text, | ||
imports, | ||
@@ -33,0 +33,0 @@ assets |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36089
1029