@nordnet/design-tokens
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "@nordnet/design-tokens", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "", | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "npm run transform-tokens", | ||
"build": "npm run transform", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"transform-tokens": "node transformTokens.js --theme=light && node transformTokens.js --theme=dark && node transformTokens.js --theme=accessibility", | ||
"transform": "node transformTokens.js --theme=light && node transformTokens.js --theme=dark && node transformTokens.js --theme=accessibility", | ||
"semantic-release": "semantic-release", | ||
@@ -20,24 +20,4 @@ "tsc": "tsc" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/lightTheme/js/tokens.d.ts", | ||
"node": "./dist/lightTheme/js/tokens.mjs", | ||
"require": "./dist/lightTheme/js/tokens.cjs" | ||
}, | ||
"./dist/lightTheme/*": { | ||
"types": "./dist/lightTheme/js/tokens.d.ts", | ||
"node": "./dist/lightTheme/js/tokens.mjs", | ||
"require": "./dist/lightTheme/js/tokens.cjs" | ||
}, | ||
"./dist/darkTheme/*": { | ||
"types": "./dist/darkTheme/js/tokens.d.ts", | ||
"node": "./dist/darkTheme/js/tokens.mjs", | ||
"require": "./dist/darkTheme/js/tokens.cjs" | ||
}, | ||
"./dist/accessibilityTheme/*": { | ||
"types": "./dist/accessibilityTheme/js/tokens.d.ts", | ||
"node": "./dist/accessibilityTheme/js/tokens.mjs", | ||
"require": "./dist/accessibilityTheme/js/tokens.cjs" | ||
} | ||
}, | ||
"main": "./dist/js/lightTheme.js", | ||
"types": "./dist/js/lightTheme.d.ts", | ||
"author": "Mansour Mansour <mansour.mansour@nordnet.se>", | ||
@@ -52,5 +32,4 @@ "license": "MIT", | ||
"semantic-release": "^20.1.1", | ||
"style-dictionary": "^3.7.2", | ||
"typescript": "^4.9.5" | ||
"style-dictionary": "^3.7.2" | ||
} | ||
} |
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
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
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
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
3
67332
15
1347