Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest (copyright dates, ts-standard). #5

Merged
merged 3 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,12 @@
"types": "dist/esm/index.d.ts",
"dependencies": {
},
"resolutions": {
"@typescript-eslint/typescript-estree": "^6.1.6"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.6",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.7",
"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",
Expand All @@ -43,7 +37,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"
Expand Down
2 changes: 1 addition & 1 deletion src/Example.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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'
Loading