reshow-return
Advanced tools
Comparing version 0.17.44 to 0.17.45
{ | ||
"version": "0.17.44", | ||
"version": "0.17.45", | ||
"name": "reshow-return", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"author": "Hill <hill@kimo.com>", | ||
"license": "MIT", | ||
"license": "ISC", | ||
"dependencies": { | ||
@@ -40,11 +40,12 @@ "call-func": "*", | ||
"exports": { | ||
"require": "./build/cjs/src/index.js", | ||
"import": "./build/es/src/index.mjs" | ||
"types": "./types/index.d.ts", | ||
"require": "./build/cjs/index.js", | ||
"import": "./build/es/index.mjs" | ||
}, | ||
"main": "./build/cjs/src/index.js", | ||
"module": "./build/es/src/index.mjs", | ||
"main": "./build/cjs/index.js", | ||
"module": "./build/es/index.mjs", | ||
"scripts": { | ||
"clean": "find ./build ./types -name '*.*' | xargs rm -rf", | ||
"build:cjs": "BABEL_ENV=cjs babel src -d build/cjs/src --ignore /**/__tests__ --root-mode upward", | ||
"build:es": "BABEL_ENV=es babel src -d build/es/src --out-file-extension .mjs --root-mode upward", | ||
"build:cjs": "BABEL_ENV=cjs babel src -d build/cjs --ignore /**/__tests__ --root-mode upward", | ||
"build:es": "BABEL_ENV=es babel src -d build/es --out-file-extension .mjs --root-mode upward", | ||
"build:type": "npx -p typescript tsc src/*.js src/ui/**/*.jsx --jsx react-jsx --declaration --allowJs --emitDeclarationOnly --skipLibCheck --declarationDir types", | ||
@@ -59,8 +60,3 @@ "build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:type", | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"types", | ||
"build", | ||
"package.json", | ||
"README.md" | ||
] | ||
"files": ["types", "build", "package.json", "README.md"] | ||
} |
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
57552
1