@diana-ui/tokens
Advanced tools
Comparing version 1.0.2 to 1.0.3-delta.38
{ | ||
"name": "@diana-ui/tokens", | ||
"version": "1.0.2", | ||
"main": "lib/index.js", | ||
"module": "module/index.js", | ||
"version": "1.0.3-delta.38+9892cab", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"cjs", | ||
"esm", | ||
"types" | ||
], | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "yarn compile:lib && yarn compile:module", | ||
"compile:lib": "tsc --target es5 --module commonjs --outDir lib", | ||
"compile:module": "tsc --target es6 --module esnext --outDir module", | ||
"clean:files": "rimraf lib module", | ||
"prepare": "yarn clean:files && yarn build", | ||
"build": "yarn build:cjs && yarn build:esm", | ||
"build:cjs": "babel . --root-mode upward --out-dir cjs --extensions '.ts,.tsx'", | ||
"build:esm": "cross-env TARGET=esm babel . --root-mode upward --out-dir esm --extensions '.ts,.tsx'", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --skipLibCheck --esModuleInterop --jsx react --outDir types index.ts --rootDir .", | ||
"clean": "rimraf cjs esm types", | ||
"prepare": "npm-run-all --parallel clean build:*", | ||
"watch": "npm-watch" | ||
}, | ||
"dependencies": { | ||
"@diana-ui/assets": "^1.0.1" | ||
}, | ||
"publishConfig": { | ||
@@ -35,3 +39,3 @@ "access": "public" | ||
}, | ||
"gitHead": "0bb47a78516a13543de86444510b77a135316a74" | ||
"gitHead": "9892cab692444cfd4b573e9f80a6cb54905ac8e0" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
18445
25
706
2
2
- Removed@diana-ui/assets@^1.0.1
- Removed@diana-ui/assets@1.0.1(transitive)