4 Commits

Author SHA1 Message Date
a9ee39f92b 2.0.2 2022-10-29 22:24:20 +02:00
ddfa5bfabc fix(core): update 2022-10-29 22:24:20 +02:00
e85751a90d 2.0.1 2022-08-06 18:43:42 +02:00
e6100e5bfc fix(core): update 2022-08-06 18:43:42 +02:00
4 changed files with 4335 additions and 13802 deletions

13796
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartcsv", "name": "@pushrocks/smartcsv",
"version": "2.0.0", "version": "2.0.2",
"private": false, "private": false,
"description": "handle csv data | gitzone standard compliant", "description": "handle csv data | gitzone standard compliant",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "(tsbuild)", "build": "(tsbuild --allowimplicitany)",
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"devDependencies": { "devDependencies": {
@@ -19,9 +19,7 @@
"@gitzone/tstest": "^1.0.73", "@gitzone/tstest": "^1.0.73",
"@pushrocks/smartfile": "^10.0.4", "@pushrocks/smartfile": "^10.0.4",
"@pushrocks/tapbundle": "^5.0.4", "@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.4", "@types/node": "^18.6.4"
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
}, },
"dependencies": { "dependencies": {
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",

4331
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartcsv', name: '@pushrocks/smartcsv',
version: '2.0.0', version: '2.0.2',
description: 'handle csv data | gitzone standard compliant' description: 'handle csv data | gitzone standard compliant'
} }