Comparing version 0.0.3 to 0.0.4
@@ -70,7 +70,17 @@ "use strict"; | ||
// src/plugins/fontaine.ts | ||
var import_fontaine = require("fontaine"); | ||
var import_ununura_shared4 = require("ununura-shared"); | ||
var import_meta = {}; | ||
var _ = import_fontaine.FontaineTransform.vite({ | ||
fallbacks: [...import_ununura_shared4.browserFonts, ...import_ununura_shared4.googleFonts], | ||
resolvePath: (id) => new URL("." + id, import_meta.url) | ||
}); | ||
var fontaine_default = _; | ||
// src/index.ts | ||
var src_default = () => { | ||
return [core_default()].filter(Boolean); | ||
return [core_default(), fontaine_default]; | ||
}; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = {}); |
{ | ||
"name": "ununura", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Atomic CSS Engine.", | ||
@@ -35,4 +35,4 @@ "author": "Novout", | ||
"dependencies": { | ||
"ununura-engine": "0.0.3", | ||
"ununura-shared": "0.0.3" | ||
"ununura-engine": "0.0.4", | ||
"ununura-shared": "0.0.4" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "06561bac5b2aa62a55758e67825b2e289a6b57a4" | ||
"gitHead": "d2bb2f6d4ef792f6dbfa85844a9a1bdc87992700" | ||
} |
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
5582
135
+ Addedununura-engine@0.0.4(transitive)
+ Addedununura-shared@0.0.4(transitive)
- Removedununura-engine@0.0.3(transitive)
- Removedununura-shared@0.0.3(transitive)
Updatedununura-engine@0.0.4
Updatedununura-shared@0.0.4