Compare commits

..

3 Commits

Author SHA1 Message Date
5aa8048ce8 1.0.18 2021-07-20 11:09:23 +02:00
48112f97ce fix(core): update 2021-07-20 11:09:22 +02:00
57a10080b5 1.0.17 2021-07-20 02:44:14 +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": "@apiglobal/typedsocket",
"version": "1.0.16",
"version": "1.0.18",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@apiglobal/typedsocket",
"version": "1.0.16",
"version": "1.0.18",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest": "^1.0.56",

View File

@@ -1,6 +1,6 @@
{
"name": "@apiglobal/typedsocket",
"version": "1.0.16",
"version": "1.0.18",
"private": false,
"description": "a typedrequest extension supporting websockets",
"main": "dist_ts/index.js",