Comparing version 0.1.0 to 0.1.1
@@ -27,5 +27,5 @@ import type { ClassProp, ClassValue, CxOptions, CxReturn, OmitUndefined, StringToBoolean } from "./types"; | ||
}> : never : never : never : T_1 extends import("type-fest/source/internal").UnknownArrayOrTuple ? import("type-fest/source/conditional-simplify").ConditionalSimplifyDeep<U, Function | Iterable<unknown>, object> extends infer T_3 ? T_3 extends import("type-fest/source/conditional-simplify").ConditionalSimplifyDeep<U, Function | Iterable<unknown>, object> ? T_3 extends import("type-fest/source/internal").UnknownArrayOrTuple ? (Exclude<T_1, undefined>[number] | Exclude<T_3, undefined>[number])[] : never : never : never : never : never : never, Function | Iterable<unknown>, object>; | ||
defaultVariants: ConfigVariants<T> & ConfigVariants<U>; | ||
defaultVariants: T & U; | ||
compoundVariants: ((T extends ConfigSchema ? (ConfigVariants<T> | ConfigVariantsMulti<T>) & ClassProp : ClassProp) | (U extends ConfigSchema ? (ConfigVariants<U> | ConfigVariantsMulti<U>) & ClassProp : ClassProp))[]; | ||
}; | ||
export {}; |
{ | ||
"name": "cvax", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Customized CVA. fork 'class-variance-authority'", | ||
"repository": "https://github.com/alexvyber/cvax.git", | ||
"exports": { | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist/*.js", | ||
"dist/*.mjs", | ||
"dist/*.cjs", | ||
"dist/*.js.map", | ||
@@ -18,4 +19,4 @@ "dist/*.d.ts" | ||
"build": "run-p build:**", | ||
"build:cjs": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.cjs.js -C module.type=commonjs", | ||
"build:esm": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.esm.js -C module.type=es6", | ||
"build:cjs": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.cjs -C module.type=commonjs", | ||
"build:esm": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.mjs -C module.type=es6", | ||
"build:tsc": "tsc --project .config/tsconfig.build.json", | ||
@@ -47,3 +48,3 @@ "dev-OLD": "jest --config .config/jest.config.ts --watch", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.0.0-beta", | ||
"typescript": "^4.9.5", | ||
"vitest": "^0.29.1" | ||
@@ -50,0 +51,0 @@ }, |
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
16986
1