Comparing version 1.1.1 to 1.1.2
{ | ||
"description": "bpui", | ||
"dependencies": { | ||
"@bpui/libs": "^0.2.23" | ||
"@bpui/libs": "^1.1.0" | ||
}, | ||
@@ -27,5 +27,2 @@ "devDependencies": { | ||
], | ||
"bin": { | ||
"bpui": "./bin/index.js" | ||
}, | ||
"license": "MIT", | ||
@@ -44,3 +41,3 @@ "main": "src/index.ts", | ||
"name": "bpui.js", | ||
"version": "1.1.1" | ||
"version": "1.1.2" | ||
} |
console.log(''); | ||
console.log('***********************************************************************'); | ||
console.log('* if install by `npm i bpui.js`, then: *'); | ||
console.log('* run \'node ./node_modules/bpui.js/bin init\' in terminal. *'); | ||
console.log('***********************************************************************'); | ||
console.log('***************************************************************************'); | ||
console.log('* if install by `npm i bpui-cli -g`, then: *'); | ||
console.log('* run \'bpui init\' in terminal to initial a empty project. *'); | ||
console.log('* run \'bpui update <component>\' in terminal to update a component. *'); | ||
console.log('***************************************************************************'); | ||
console.log(''); | ||
@@ -8,0 +9,0 @@ console.log(''); |
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
11
19169
14
483
+ Added@bpui/libs@1.1.7(transitive)
- Removed@bpui/libs@0.2.24(transitive)
Updated@bpui/libs@^1.1.0