2 Commits

Author SHA1 Message Date
af44c47ba2 1.0.3 2020-10-04 10:24:08 +00:00
30136afc02 fix(core): update 2020-10-04 10:24:07 +00:00
3 changed files with 5 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartfile-interfaces",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartfile-interfaces",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"description": "an interface package for @pushrocks/smartfile",
"main": "dist_ts/index.js",

View File

@@ -1,3 +1,5 @@
import * as plugins from './smartfile-interfaces.plugins';
export let standardExport = 'Hi there! :) This is an exported string';
export interface VirtualDirTransferableObject {
bufferJsonData: any;
}