@windicss/config
Advanced tools
Comparing version 1.8.8 to 1.8.9
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var __create = Object.create; | ||
@@ -19,3 +20,6 @@ var __defProp = Object.defineProperty; | ||
}; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod)); | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
mod | ||
)); | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
@@ -22,0 +26,0 @@ |
{ | ||
"name": "@windicss/config", | ||
"version": "1.8.8", | ||
"version": "1.8.9", | ||
"description": "Windi CSS configurations loader", | ||
@@ -33,3 +33,3 @@ "author": "antfu <anthonyfu117@hotmail.com>", | ||
"debug": "^4.3.4", | ||
"jiti": "^1.14.0", | ||
"jiti": "^1.16.0", | ||
"windicss": "^3.5.6" | ||
@@ -36,0 +36,0 @@ }, |
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
9513
240
Updatedjiti@^1.16.0