gwchq-textjam 0.1.70 → 0.1.71
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/index.js +0 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -369492,9 +369492,6 @@ const cssRewriteImports = async (cssFile, components, stack) => {
|
|
|
369492
369492
|
};
|
|
369493
369493
|
// --- Generic resolver (handles binary + delegates by extension) ---
|
|
369494
369494
|
async function resolveFile(file, components, stack) {
|
|
369495
|
-
if (isExternalOrDataUrl(file.content)) {
|
|
369496
|
-
return { blobUrl: file.content, content: file.content };
|
|
369497
|
-
}
|
|
369498
369495
|
if (file.isBinary) {
|
|
369499
369496
|
const blob = await binaryStore_1.binaryStore.get(file.id);
|
|
369500
369497
|
if (!blob) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gwchq-textjam",
|
|
3
3
|
"description": "Embeddable React editor used in Raspberry Pi text-based projects.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.71",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/GirlsFirst/gwchq-textjam",
|
|
7
7
|
"author": "Girls Who Code HQ",
|