Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f824b3eeb3 | |||
| 0f89832f93 | |||
| a6720a0468 | |||
| 1e0616e580 | |||
| 480c890b2a | |||
| 877c9bb9b1 | |||
| e8f4c8fde4 | |||
| 0efeace113 |
2932
package-lock.json
generated
2932
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartfile-interfaces",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.7",
|
||||
"private": false,
|
||||
"description": "an interface package for @pushrocks/smartfile",
|
||||
"main": "dist_ts/index.js",
|
||||
@@ -15,8 +15,8 @@
|
||||
"@gitzone/tsbuild": "^2.0.22",
|
||||
"@gitzone/tstest": "^1.0.15",
|
||||
"@pushrocks/tapbundle": "^3.0.7",
|
||||
"@types/node": "^10.11.7",
|
||||
"tslint": "^5.11.0",
|
||||
"@types/node": "^14.11.2",
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-config-prettier": "^1.15.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
|
||||
@@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import * as smartfileInterfaces from '../ts/index';
|
||||
|
||||
tap.test('first test', async () => {
|
||||
console.log(smartfileInterfaces.standardExport);
|
||||
console.log(smartfileInterfaces);
|
||||
});
|
||||
;
|
||||
|
||||
tap.start();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import * as plugins from './smartfile-interfaces.plugins';
|
||||
|
||||
export interface VirtualDirTransferableObject {
|
||||
bufferJsonData: any;
|
||||
files: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user