2 Commits

Author SHA1 Message Date
fcdad3384c 1.0.7 2021-12-03 17:24:14 +01:00
ae1d5ec8ce fix(core): update 2021-12-03 17:24:13 +01:00
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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