Skip to content

Commit

Permalink
docs(examples): upgrade Angular to v15
Browse files Browse the repository at this point in the history
WORK IN PROGRESS
BUILD IS BROKEN RIGHT NOW

Fixes hyperledger#2229
  • Loading branch information
petermetz committed Dec 8, 2022
1 parent 930d655 commit f4c243d
Show file tree
Hide file tree
Showing 4 changed files with 22,297 additions and 24,340 deletions.
4 changes: 2 additions & 2 deletions packages/cactus-cmd-api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"cors": "2.8.5",
"express": "4.17.1",
"express-http-proxy": "1.6.2",
"express-jwt": "6.0.0",
"express-jwt": "7.7.7",
"express-openapi-validator": "4.12.12",
"express-rate-limit": "6.3.0",
"fs-extra": "10.0.0",
Expand All @@ -97,7 +97,7 @@
"@types/cors": "2.8.12",
"@types/express": "4.17.13",
"@types/express-http-proxy": "1.6.2",
"@types/express-jwt": "6.0.2",
"@types/express-jwt": "7.4.2",
"@types/google-protobuf": "3.15.5",
"@types/jsonwebtoken": "8.5.4",
"@types/multer": "1.4.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Options as ExpressJwtOptions } from "express-jwt";
import type { Params as ExpressJwtOptions } from "express-jwt";
import type { AuthorizeOptions as SocketIoJwtOptions } from "@thream/socketio-jwt";

export interface IAuthorizationConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ export class Containers {
const log = LoggerProvider.getOrCreate(defaultLoggerOptions);
const task = () => Containers.tryPullImage(imageFqn, options, logLevel);
const retryOptions: pRetry.Options = {
retries: 6,
onFailedAttempt: async (ex) => {
log.debug(`Failed attempt at pulling container image ${imageFqn}`, ex);
},
Expand Down

0 comments on commit f4c243d

Please sign in to comment.