@clayui/tooltip
Advanced tools
Comparing version
{ | ||
"name": "@clayui/tooltip", | ||
"version": "3.141.1", | ||
"version": "3.141.2-alpha.0", | ||
"description": "ClayTooltip component", | ||
"license": "BSD-3-Clause", | ||
"repository": "https://github.com/liferay/clay", | ||
"engines": { | ||
"node": ">=0.12.0", | ||
"npm": ">=3.0.0" | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"exports": { | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.js" | ||
}, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
@@ -18,3 +19,5 @@ "ts:main": "src/index.tsx", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx", | ||
"build": "yarn build:cjs && yarn build:esm", | ||
"build:cjs": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib/cjs --extensions .ts,.tsx", | ||
"build:esm": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib/esm --extensions .ts,.tsx --env-name esm", | ||
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json", | ||
@@ -29,3 +32,3 @@ "format": "prettier --write \"**/*.{js,ts,tsx,md,mdx,json,scss}\"", | ||
"dependencies": { | ||
"@clayui/shared": "^3.141.1", | ||
"@clayui/shared": "^3.141.2-alpha.0", | ||
"classnames": "^2.2.6", | ||
@@ -43,3 +46,3 @@ "dom-align": "^1.12.2", | ||
], | ||
"gitHead": "b52707780a6584e5e230727e5d7af44e1b106adb" | ||
"gitHead": "aea6ecdaee62ccc374009982f934e1b193785668" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
35313
0.08%1040
45.05%2
100%