react-creates
Advanced tools
Comparing version 2.0.6 to 2.1.0
#!/usr/bin/env node | ||
require('../dist/src/cli/cli'); | ||
require('../dist/cli'); |
{ | ||
"name": "react-creates", | ||
"version": "2.0.6", | ||
"version": "2.1.0", | ||
"description": "React creates for you useful and common tools that adapt themselves to your project for faster and easier development", | ||
"files": [ | ||
"dist/src", | ||
"dist", | ||
"!dist/test", | ||
"!dist/tsconfig.tsbuildinfo", | ||
"src", | ||
"templates" | ||
], | ||
"types": "dist/src/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"bin": { | ||
"react-creates": "bin/react-creates.js" | ||
}, | ||
"homepage": "https://github.com/tzachbon/react-creates/tree/master/packages/react-creates", | ||
"readme": "https://github.com/tzachbon/react-creates/tree/master/packages/react-creates/README.md", | ||
"homepage": "https://github.com/tzachbon/react-creates/tree/master/packages/cli", | ||
"readme": "https://github.com/tzachbon/react-creates/tree/master/packages/cli/README.md", | ||
"scripts": {}, | ||
@@ -39,9 +41,8 @@ "keywords": [ | ||
"@types/find-cache-dir": "^3.2.1", | ||
"@types/mustache": "^4.1.2", | ||
"@types/prompts": "^2.0.14", | ||
"@react-creates/core": "^2.1.0", | ||
"commander": "^9.2.0", | ||
"find-cache-dir": "^3.3.2", | ||
"mustache": "^4.2.0", | ||
"prompts": "^2.4.2" | ||
} | ||
} |
@@ -12,3 +12,3 @@ <p align="center"> | ||
</p> | ||
<img src="https://github.com/tzachbon/react-creates/raw/master/packages/react-creates/screencast.gif"> | ||
<img src="https://github.com/tzachbon/react-creates/raw/master/packages/cli/screencast.gif"> | ||
</p> | ||
@@ -15,0 +15,0 @@ |
@@ -1,10 +0,2 @@ | ||
export { | ||
ComponentOption, | ||
CreateComponentMeta, | ||
CreateComponentOption, | ||
createComponent, | ||
createComponentProperties, | ||
resolveCreateComponentOptions, | ||
} from './create-component'; | ||
export { buildCreateComponentCommand } from './cli/commands/create-component'; | ||
export { FileSystemCache } from './cli/file-system-cache'; | ||
export { buildCreateComponentCommand } from './commands/create-component'; | ||
export { FileSystemCache } from './file-system-cache'; |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8
0
34592
45
426
1
+ Added@react-creates/core@^2.1.0
+ Added@file-services/types@7.4.0(transitive)
+ Added@react-creates/core@2.1.3(transitive)
- Removed@types/mustache@^4.1.2
- Removedmustache@^4.2.0