latitude-ui
Advanced tools
Comparing version 1.0.2-3 to 1.1.0
{ | ||
"name": "latitude-ui", | ||
"version": "1.0.2-3", | ||
"main": "lib/cjs/index.js", | ||
"version": "1.1.0", | ||
"main": "./lib/v1/multi-entry.js", | ||
"author": "Ali Fathieh", | ||
@@ -10,5 +10,7 @@ "scripts": { | ||
"copy": "cp package.json lib/ && cp README.md lib/", | ||
"standard-version": "standard-version", | ||
"build": "yarn clean && yarn bundle && yarn copy", | ||
"release": "yarn build && np --no-publish --any-branch", | ||
"postrelease": "yarn build && yarn publish lib --tag next" | ||
"release": "./scripts/release/script.mjs", | ||
"np-release": "yarn build && np --any-branch", | ||
"package:cleanup": "rm -rf $(ls -A1 | grep -E -v '^(package.json|package-lock.json|README.md|CHANGELOG.md|lib|.git)$')" | ||
}, | ||
@@ -24,5 +26,2 @@ "license": "UNLICENSED", | ||
}, | ||
"np": { | ||
"contents": "lib" | ||
}, | ||
"engines": { | ||
@@ -33,9 +32,18 @@ "node": ">=14.17.x", | ||
}, | ||
"standard-version": { | ||
"skip": { | ||
"commit": true, | ||
"tag": true | ||
} | ||
}, | ||
"np": { | ||
"contents": "lib" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-multi-entry": "4.1.0", | ||
"@rollup/plugin-node-resolve": "13.1.3", | ||
"@types/bluebird": "^3.5.36", | ||
"@types/node": "^17.0.13", | ||
"@types/bluebird": "3.5.36", | ||
"@types/node": "17.0.13", | ||
"@types/react": "17.0.38", | ||
"np": "7.6.0", | ||
"np": "^7.6.0", | ||
"react": "17.0.2", | ||
@@ -46,6 +54,8 @@ "rollup": "2.66.1", | ||
"rollup-plugin-visualizer": "5.5.4", | ||
"ts-toolbelt": "^9.6.0", | ||
"standard-version": "9.3.2", | ||
"ts-toolbelt": "9.6.0", | ||
"tslib": "2.3.1", | ||
"typescript": "4.5.5" | ||
"typescript": "4.5.5", | ||
"zx": "4.3.0" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
# lfs-ui | ||
LFS react components built with Chakra-ui. | ||
# lfs-ui |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4056
1
16
1