Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a971c6e1bc | |||
3470b66ef3 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@financeplus/finplus-interfaces",
|
"name": "@financeplus/finplus-interfaces",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@financeplus/finplus-interfaces",
|
"name": "@financeplus/finplus-interfaces",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "an interface package for the financeplus organization",
|
"description": "an interface package for the financeplus organization",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -2,7 +2,8 @@ import { expect, tap } from '@pushrocks/tapbundle';
|
|||||||
import * as finplusInterfaces from '../ts/index';
|
import * as finplusInterfaces from '../ts/index';
|
||||||
|
|
||||||
tap.test('first test', async () => {
|
tap.test('first test', async () => {
|
||||||
console.log(finplusInterfaces.standardExport);
|
let dummyCsvParser : finplusInterfaces.ICsvParser;
|
||||||
|
dummyCsvParser;
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.start();
|
tap.start();
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import * as plugins from './finplus-interfaces.plugins';
|
import * as plugins from './finplus-interfaces.plugins';
|
||||||
|
|
||||||
export * from './interfaces/csvparser.ts';
|
export * from './interfaces/csvparser';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user