7 Commits

Author SHA1 Message Date
8834027f5f 1.0.9 2021-12-03 17:34:47 +01:00
b42a7b9db6 fix(core): update 2021-12-03 17:34:47 +01:00
4edb8e080f 1.0.8 2021-12-03 17:34:29 +01:00
cbdd6d5cc2 fix(core): update 2021-12-03 17:34:28 +01:00
fcdad3384c 1.0.7 2021-12-03 17:24:14 +01:00
ae1d5ec8ce fix(core): update 2021-12-03 17:24:13 +01:00
cd3599557e 1.0.6 2021-12-03 16:54:29 +01:00
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
{
"npmci": {
"npmGlobalpmTools": []
"npmGlobalpmTools": [],
"npmAccessLevel": "public"
},
"gitzone": {
"projectType": "npm",

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "smartdrive",
"version": "1.0.5",
"version": "1.0.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "smartdrive",
"version": "1.0.5",
"version": "1.0.9",
"license": "MIT",
"dependencies": {
"@pushrocks/smartfile": "^9.0.3",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdrive",
"version": "1.0.5",
"version": "1.0.9",
"description": "do more with local and cloud drives",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
@ -21,7 +21,7 @@
"@pushrocks/smartshell": "^2.0.30",
"drivelist": "^9.2.4"
},
"private": true,
"private": false,
"browserslist": [
"last 1 chrome versions"
],