Skip to content

Commit a6b57fc

Browse files
committed
Merge branch 'master' into feature/strict-type-checking
2 parents bc8ae32 + 0cde6a7 commit a6b57fc

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Build status](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/workflows/CI/badge.svg)](https://github.com/LinkedSoftwareDependencies/Components-Generator.js/actions?query=workflow%3ACI)
44
[![Coverage Status](https://coveralls.io/repos/github/LinkedSoftwareDependencies/Components-Generator.js/badge.svg?branch=master)](https://coveralls.io/github/LinkedSoftwareDependencies/Components-Generator.js?branch=master)
55
[![npm version](https://badge.fury.io/js/componentsjs-generator.svg)](https://www.npmjs.com/package/componentsjs-generator)
6+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5644902.svg)](https://doi.org/10.5281/zenodo.5644902)
67

78
This is a tool to automatically generate `.jsonld` component files from TypeScript classes
89
for the [Components.js](https://github.com/LinkedSoftwareDependencies/Components.js) dependency injection framework.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@types/jest": "^27.0.0",
8686
"@types/jsonld": "^1.5.0",
8787
"@types/minimist": "^1.2.0",
88-
"@types/node": "^14.14.7",
88+
"@types/node": "^16.0.0",
8989
"@types/rimraf": "^3.0.0",
9090
"@typescript-eslint/eslint-plugin": "^5.11.0",
9191
"@typescript-eslint/parser": "^5.11.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,11 @@
959959
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.10.tgz#774f43868964f3cfe4ced1f5417fe15818a4eaea"
960960
integrity sha512-6iihJ/Pp5fsFJ/aEDGyvT4pHGmCpq7ToQ/yf4bl5SbVAvwpspYJ+v3jO7n8UyjhQVHTy+KNszOozDdv+O6sovQ==
961961

962+
"@types/node@^16.0.0":
963+
version "16.11.6"
964+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.6.tgz#6bef7a2a0ad684cf6e90fcfe31cecabd9ce0a3ae"
965+
integrity sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==
966+
962967
"@types/normalize-package-data@^2.4.0":
963968
version "2.4.1"
964969
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"

0 commit comments

Comments
 (0)