Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
ci(snapshot): 0.4.2-snapshot.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geka-evk committed Jun 18, 2024
1 parent 9d9505a commit 676790a
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 3 deletions.
73 changes: 71 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inter-scheme-proxy-adapter",
"version": "0.4.2-snapshot.0",
"version": "0.4.2-snapshot.1",
"private": true,
"description": "Schemes Proxy implementation (ISPA)",
"author": "Eugen Klymniuk (geka-evk)",
Expand All @@ -26,6 +26,7 @@
"build": "tsc",
"watch": "tsc -w",
"script:token": "ts-node -r dotenv/config -P ./tsconfig.test.json ./test/scripts/getToken.ts",
"script:tls": "ts-node -r dotenv/config -P ./tsconfig.test.json ./test/scripts/tlsExample.ts",
"audit:resolve": "npx resolve-audit --production",
"audit:check": "npx check-audit --production",
"dep:check": "npx --no-install ncu -e 2",
Expand Down Expand Up @@ -55,6 +56,7 @@
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"axios-mock-adapter": "^1.22.0",
"dotenv": "^16.4.5",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -63,6 +65,7 @@
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.7",
"mock-socket": "^9.3.1",
"npm-audit-resolver": "3.0.0-RC.0",
"npm-check-updates": "16.14.20",
"prettier": "3.3.2",
Expand Down

0 comments on commit 676790a

Please sign in to comment.