From 2e8f1c85e875fdfb57cd0ef800914e3b2ed6eb14 Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin <dzagidulin@gmail.com> Date: Mon, 20 Jan 2025 14:16:18 -0500 Subject: [PATCH 1/3] Update copyright dates. --- README.md | 2 +- src/Example.ts | 2 +- src/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5185a4..ba26d3b 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,4 @@ If editing the Readme, please conform to the ## License -[MIT License](LICENSE.md) © 2023 Digital Credentials Consortium. +[MIT License](LICENSE.md) © 2023-2025 Digital Credentials Consortium. diff --git a/src/Example.ts b/src/Example.ts index c2a4980..ab5bf9d 100644 --- a/src/Example.ts +++ b/src/Example.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023 Digital Credentials Consortium. All rights reserved. + * Copyright (c) 2025 Digital Credentials Consortium. All rights reserved. */ export class Example { public hello (): string { diff --git a/src/index.ts b/src/index.ts index 9d5f922..3f82ee2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ /*! - * Copyright (c) 2023 Digital Credentials Consortium. All rights reserved. + * Copyright (c) 2025 Digital Credentials Consortium. All rights reserved. */ export { Example } from './Example' From d152f12ec44cfa29a5a52f0b62e896758abbc18b Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin <dzagidulin@gmail.com> Date: Mon, 20 Jan 2025 15:03:17 -0500 Subject: [PATCH 2/3] Update types, rimraf. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c1d5bf0..e3bd949 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "@typescript-eslint/typescript-estree": "^6.1.6" }, "devDependencies": { - "@types/chai": "^4.3.5", - "@types/mocha": "^10.0.1", - "@types/node": "^20.4.6", + "@types/chai": "^5.0.1", + "@types/mocha": "^10.0.10", + "@types/node": "^22.10.7", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "chai": "^4.3.7", @@ -43,7 +43,7 @@ "karma-sourcemap-loader": "^0.4.0", "karma-typescript": "^5.5.4", "mocha": "^10.2.0", - "rimraf": "^5.0.1", + "rimraf": "^6.0.1", "ts-node": "^10.9.1", "ts-standard": "^12.0.2", "typescript": "5.2.2" From 2816c3a113fc3ed37436c44632d528d9773b72c1 Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin <dzagidulin@gmail.com> Date: Mon, 20 Jan 2025 15:48:38 -0500 Subject: [PATCH 3/3] Update to latest ts-standard. --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index e3bd949..855bcb2 100644 --- a/package.json +++ b/package.json @@ -23,18 +23,12 @@ "types": "dist/esm/index.d.ts", "dependencies": { }, - "resolutions": { - "@typescript-eslint/typescript-estree": "^6.1.6" - }, "devDependencies": { "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", "@types/node": "^22.10.7", - "@typescript-eslint/eslint-plugin": "^5.0.0", - "@typescript-eslint/parser": "^5.0.0", "chai": "^4.3.7", "cross-env": "^7.0.3", - "eslint": "^8.46.0", "karma": "^6.4.2", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.2.0",