@n3/css-base
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@n3/css-base", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "css variables for n3 interfaces", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"typings": "ts/index.d.ts", | ||
"main": "./dist/index.js", | ||
"module": "./dist/esm/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"/es", | ||
"/lib", | ||
"/ts" | ||
"/dist" | ||
], | ||
"scripts": { | ||
"clean": "rimraf es lib ts", | ||
"build": "yarn build:cjs && yarn build:es && yarn build:ts", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel --extensions '.ts,.tsx' src --out-dir lib --ignore \"src/**/__tests__\",\"src/**/__stories__\"", | ||
"build:es": "cross-env BABEL_ENV=es babel --extensions '.ts,.tsx' src --out-dir es --ignore \"src/**/__tests__\",\"src/**/__stories__\"", | ||
"build:ts": "tsc --declaration --emitDeclarationOnly", | ||
"clean": "rimraf dist", | ||
"build": "tsup", | ||
"test:ts": "tsc -p ./tsconfig.validate.json --noEmit", | ||
@@ -27,8 +29,10 @@ "lint": "eslint src --ext .ts,.tsx --ignore-path ../../.gitignore", | ||
"peerDependencies": { | ||
"react": "^17.0.0 || ^18.0.0", | ||
"roboto-fontface": "^0.8.0 || ^0.9.0 || ^0.10.0" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.13.0", | ||
"roboto-fontface": "^0.10.0" | ||
"react": "^18.2.0", | ||
"roboto-fontface": "^0.10.0", | ||
"tsup": "^6.6.3" | ||
} | ||
} |
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
50225
822
2
3
7
1