4 Commits

Author SHA1 Message Date
a265493eba 1.0.10 2022-03-10 14:20:20 +01:00
05a0552fe3 fix(core): update 2022-03-10 14:20:19 +01:00
292c99e9d9 1.0.9 2021-03-07 23:38:58 +00:00
4dc71ce246 fix(core): update 2021-03-07 23:38:58 +00:00
4 changed files with 18373 additions and 2567 deletions

View File

@@ -36,6 +36,7 @@ auditProductionDependencies:
- npmci command npm audit --audit-level=high --only=prod --production
tags:
- docker
allow_failure: true
auditDevDependencies:
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci

20923
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartparcel",
"version": "1.0.8",
"version": "1.0.10",
"private": false,
"description": "a wrapper for parcel",
"main": "dist_ts/index.js",
@@ -12,17 +12,17 @@
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^14.14.32",
"@gitzone/tsbuild": "^2.1.29",
"@gitzone/tstest": "^1.0.64",
"@pushrocks/tapbundle": "^4.0.8",
"@types/node": "^17.0.21",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartpath": "^4.0.3",
"parcel-bundler": "1.12.3",
"@types/parcel-bundler": "1.12.3"
"@types/parcel-bundler": "1.12.3",
"parcel-bundler": "1.12.3"
},
"files": [
"ts/**/*",

View File

@@ -1,4 +1,4 @@
import { expect, tap } from '@pushrocks/tapbundle';
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as smartparcel from '../ts/index';
tap.test('first test', async () => {