2 Commits

Author SHA1 Message Date
688be71399 1.0.11 2021-09-17 19:35:26 +02:00
af973c47a1 fix(core): update 2021-09-17 19:35:26 +02:00
3 changed files with 4 additions and 3 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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartcls",
"version": "1.0.10",
"version": "1.0.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartcls",
"version": "1.0.10",
"version": "1.0.11",
"license": "MIT",
"devDependencies": {
"@gitzone/tsbuild": "^2.1.27",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartcls",
"version": "1.0.10",
"version": "1.0.11",
"description": "continuation-local-storage using native AsyncLocalStorage",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",