Compare commits

...

2 Commits

Author SHA1 Message Date
ca72206ab4 4.0.10 2021-08-24 11:41:22 +02:00
0221c3207e fix(core): update 2021-08-24 11:41:22 +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/smartdns",
"version": "4.0.9",
"version": "4.0.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartdns",
"version": "4.0.9",
"version": "4.0.10",
"license": "MIT",
"dependencies": {
"@pushrocks/smartdelay": "^2.0.10",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdns",
"version": "4.0.9",
"version": "4.0.10",
"private": false,
"description": "smart dns methods written in TypeScript",
"main": "dist_ts/index.js",