Compare commits

..

2 Commits

Author SHA1 Message Date
0d50cdafbf 3.0.6 2022-06-07 18:04:35 +02:00
4b3c9c9269 fix(core): update 2022-06-07 18:04:35 +02:00
4 changed files with 4 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smartarchive", "name": "@pushrocks/smartarchive",
"version": "3.0.5", "version": "3.0.6",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartarchive", "name": "@pushrocks/smartarchive",
"version": "3.0.5", "version": "3.0.6",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartfile": "^10.0.1", "@pushrocks/smartfile": "^10.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartarchive", "name": "@pushrocks/smartarchive",
"version": "3.0.5", "version": "3.0.6",
"description": "work with archives", "description": "work with archives",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartarchive', name: '@pushrocks/smartarchive',
version: '3.0.5', version: '3.0.6',
description: 'work with archives' description: 'work with archives'
} }

View File

@ -2,7 +2,6 @@ import * as plugins from './smartarchive.plugins.js';
import * as paths from './smartarchive.paths.js'; import * as paths from './smartarchive.paths.js';
export class SmartArchive { export class SmartArchive {
public archiveDirectory: string;
constructor() {} constructor() {}
/** /**