Skip to content
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 LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2021 j&s-soft GmbH
Copyright 2021 j&s-soft AG

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
126 changes: 54 additions & 72 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@js-soft/ts-serval",
"version": "2.0.14",
"version": "2.0.15",
"description": "TypeScript Runtime Serialization and Validation",
"homepage": "https://github.com/js-soft/ts-serval#readme",
"repository": "github:js-soft/ts-serval",
"license": "MIT",
"author": "j&s-soft GmbH",
"author": "j&s-soft AG",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"chai": "^6.2.0",
"eslint": "9.37.0",
"madge": "^8.0.0",
"mocha": "^11.7.4",
"mocha": "^11.3.0",
"mocha-param": "^2.0.1",
"prettier": "^3.6.2",
"terser-webpack-plugin": "5.3.14",
Expand Down