Comparing version 0.0.13 to 0.0.14
// src/plugins/core.ts | ||
import { UnunuraGlobalGenerate, UnunuraSvelteSFCFile, UnunuraVueSFCFile } from "ununura-engine"; | ||
import { UnunuraGlobalGenerate, UnunuraScopedSFCFile } from "ununura-engine"; | ||
import { isVueFile as isVueFile2, VIRTUAL_CSS_INJECT_FILENAME, RESOLVED_VIRTUAL_CSS_INJECT_FILENAME as RESOLVED_VIRTUAL_CSS_INJECT_FILENAME2, isSvelteFile as isSvelteFile2 } from "ununura-shared"; | ||
@@ -26,6 +26,6 @@ | ||
if (isVueFile2(id)) { | ||
return UnunuraVueSFCFile(code); | ||
return UnunuraScopedSFCFile(code, "vue"); | ||
} | ||
if (isSvelteFile2(id)) { | ||
return UnunuraSvelteSFCFile(code); | ||
return UnunuraScopedSFCFile(code, "svelte"); | ||
} | ||
@@ -32,0 +32,0 @@ }, |
{ | ||
"name": "ununura", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Atomic CSS Engine.", | ||
@@ -37,4 +37,4 @@ "author": "Novout", | ||
"fontaine": "^0.2.3", | ||
"ununura-engine": "0.0.13", | ||
"ununura-shared": "0.0.13" | ||
"ununura-engine": "0.0.14", | ||
"ununura-shared": "0.0.14" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "58d5ea57bb20c66a809783f9a31ccaa28a57801b" | ||
"gitHead": "e323dfc95e65a576c71617468b714648746f68f0" | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6009
0
+ Addedununura-engine@0.0.14(transitive)
+ Addedununura-shared@0.0.14(transitive)
- Removedununura-engine@0.0.13(transitive)
- Removedununura-shared@0.0.13(transitive)
Updatedununura-engine@0.0.14
Updatedununura-shared@0.0.14