From f4ac569f9410a8c000c6ffde366f54265b99f383 Mon Sep 17 00:00:00 2001 From: Juha Jantunen Date: Tue, 28 Mar 2023 17:21:52 +0300 Subject: [PATCH] fix: conflicting license --- docs/examples/filesystem/package-lock.json | 8 ++++---- docs/examples/filesystem/package.json | 2 +- docs/examples/jsonapiorg/package-lock.json | 8 ++++---- docs/examples/jsonapiorg/package.json | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/examples/filesystem/package-lock.json b/docs/examples/filesystem/package-lock.json index de9f314..8e20bb1 100644 --- a/docs/examples/filesystem/package-lock.json +++ b/docs/examples/filesystem/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "dependencies": { - "jsonapi-ts-deserializer": "^1.1.1" + "jsonapi-ts-deserializer": "^1.1.2" } }, "node_modules/jsonapi-ts-deserializer": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/jsonapi-ts-deserializer/-/jsonapi-ts-deserializer-1.1.1.tgz", - "integrity": "sha512-BQrdoBJhi4X6AlF0AHWpBP4HPWv5UggItx4IybaKMJwbeawepgf0CqWh+IPGIhbTi2SrGDfHX9WGZO1+4bkgfA==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/jsonapi-ts-deserializer/-/jsonapi-ts-deserializer-1.1.2.tgz", + "integrity": "sha512-WPmB4NtrvZ2pUuxkJmZsu66GQIgUz1bB17VR/RfESuKVc53hRQbW+hOvrtBiMqh9vrLlIei2VvheBNtUplPg7g==" } } } diff --git a/docs/examples/filesystem/package.json b/docs/examples/filesystem/package.json index a66cfaa..9406c9d 100644 --- a/docs/examples/filesystem/package.json +++ b/docs/examples/filesystem/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "jsonapi-ts-deserializer": "^1.1.1" + "jsonapi-ts-deserializer": "^1.1.2" } } diff --git a/docs/examples/jsonapiorg/package-lock.json b/docs/examples/jsonapiorg/package-lock.json index 5f222ca..3e1edc9 100644 --- a/docs/examples/jsonapiorg/package-lock.json +++ b/docs/examples/jsonapiorg/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "dependencies": { - "jsonapi-ts-deserializer": "^1.1.1" + "jsonapi-ts-deserializer": "^1.1.2" } }, "node_modules/jsonapi-ts-deserializer": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/jsonapi-ts-deserializer/-/jsonapi-ts-deserializer-1.1.1.tgz", - "integrity": "sha512-BQrdoBJhi4X6AlF0AHWpBP4HPWv5UggItx4IybaKMJwbeawepgf0CqWh+IPGIhbTi2SrGDfHX9WGZO1+4bkgfA==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/jsonapi-ts-deserializer/-/jsonapi-ts-deserializer-1.1.2.tgz", + "integrity": "sha512-WPmB4NtrvZ2pUuxkJmZsu66GQIgUz1bB17VR/RfESuKVc53hRQbW+hOvrtBiMqh9vrLlIei2VvheBNtUplPg7g==" } } } diff --git a/docs/examples/jsonapiorg/package.json b/docs/examples/jsonapiorg/package.json index a66cfaa..9406c9d 100644 --- a/docs/examples/jsonapiorg/package.json +++ b/docs/examples/jsonapiorg/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "jsonapi-ts-deserializer": "^1.1.1" + "jsonapi-ts-deserializer": "^1.1.2" } } diff --git a/package.json b/package.json index d5c04e4..9f4864e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "JSON:API" ], "author": "Juha Jantunen (https://www.strobotti.com)", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/Strobotti/jsonapi-ts-deserializer/issues" },