Skip to content

Commit 8ac6f6e

Browse files
committed
feat: Upgraded kontent-delivery sdk
BREAKING CHANGE: Major version for the kontent-delivery sdk has changed closes #19
1 parent dc46b2b commit 8ac6f6e

File tree

2 files changed

+12
-44
lines changed

2 files changed

+12
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"homepage": "https://github.com/Domitnator/kentico-kontent-nuxt-module#readme",
4646
"dependencies": {
47-
"@kentico/kontent-delivery": "^9.1.1"
47+
"@kentico/kontent-delivery": "^10.0.0"
4848
},
4949
"devDependencies": {
5050
"@babel/core": "^7.11.6",

yarn.lock

Lines changed: 11 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -941,19 +941,19 @@
941941
lodash "^4.17.13"
942942
to-fast-properties "^2.0.0"
943943

944-
"@kentico/kontent-core@7.0.2":
945-
version "7.0.2"
946-
resolved "https://registry.yarnpkg.com/@kentico/kontent-core/-/kontent-core-7.0.2.tgz#498d5298b279c41ffdd8f804b203931e29597042"
947-
integrity sha512-CPsC8i+sqKQYGfMmYxr4OpRFBRk8dvBw5/sA8AHYUO8vOP1apUNqSDYtyt8QP5pTsbdoInQqrs+KtyxjERDQaQ==
944+
"@kentico/kontent-core@7.1.0":
945+
version "7.1.0"
946+
resolved "https://registry.yarnpkg.com/@kentico/kontent-core/-/kontent-core-7.1.0.tgz#5a5eb91c2ab6c38319afb1c056c764787563c9cc"
947+
integrity sha512-WELKB7kkA1uyd28sOuP1oTM6sco3AA8VgnEpFxWsZGE3GgFJxrH4x8HMaQO2K1nq9/WUSICS7gz1bkD9NdiUwA==
948948
dependencies:
949949
axios "0.19.2"
950950

951-
"@kentico/kontent-delivery@^9.1.1":
952-
version "9.2.1"
953-
resolved "https://registry.yarnpkg.com/@kentico/kontent-delivery/-/kontent-delivery-9.2.1.tgz#25c588eab0f7c491016a2b3c21a8538225205cef"
954-
integrity sha512-w1FG8SXzBy91xeRlJR1OPiLgWwlJd/CCKQwduT4Xj0UJUL9t4gYbQgf85cW+Rzn5s1so9CraMM9hZ73zOttI+A==
951+
"@kentico/kontent-delivery@^10.0.0":
952+
version "10.0.0"
953+
resolved "https://registry.yarnpkg.com/@kentico/kontent-delivery/-/kontent-delivery-10.0.0.tgz#fccc59935cb33dd4f34afa65a0dae5c11b2e6280"
954+
integrity sha512-9M31z0aMLoJomVC4m4gRyuJfYDem0OrPtrWRS2Aj4z1mzt4JHfHswmVyQ5yacLbnvbmCpNpfhHWskPPQJiq/2g==
955955
dependencies:
956-
"@kentico/kontent-core" "7.0.2"
956+
"@kentico/kontent-core" "7.1.0"
957957
parse5 "6.0.1"
958958
reflect-metadata "0.1.13"
959959

@@ -2254,7 +2254,7 @@ debug@^2.6.8, debug@^2.6.9:
22542254
dependencies:
22552255
ms "2.0.0"
22562256

2257-
debuglog@*, debuglog@^1.0.1:
2257+
debuglog@^1.0.1:
22582258
version "1.0.1"
22592259
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
22602260
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -3505,7 +3505,7 @@ import-lazy@^2.1.0:
35053505
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
35063506
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
35073507

3508-
imurmurhash@*, imurmurhash@^0.1.4:
3508+
imurmurhash@^0.1.4:
35093509
version "0.1.4"
35103510
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
35113511
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -4196,11 +4196,6 @@ lockfile@^1.0.4:
41964196
dependencies:
41974197
signal-exit "^3.0.2"
41984198

4199-
lodash._baseindexof@*:
4200-
version "3.1.0"
4201-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
4202-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
4203-
42044199
lodash._baseuniq@~4.6.0:
42054200
version "4.6.0"
42064201
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -4209,33 +4204,11 @@ lodash._baseuniq@~4.6.0:
42094204
lodash._createset "~4.0.0"
42104205
lodash._root "~3.0.0"
42114206

4212-
lodash._bindcallback@*:
4213-
version "3.0.1"
4214-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
4215-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
4216-
4217-
lodash._cacheindexof@*:
4218-
version "3.0.2"
4219-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
4220-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
4221-
4222-
lodash._createcache@*:
4223-
version "3.1.2"
4224-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
4225-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
4226-
dependencies:
4227-
lodash._getnative "^3.0.0"
4228-
42294207
lodash._createset@~4.0.0:
42304208
version "4.0.3"
42314209
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
42324210
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
42334211

4234-
lodash._getnative@*, lodash._getnative@^3.0.0:
4235-
version "3.9.1"
4236-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
4237-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
4238-
42394212
lodash._root@~3.0.0:
42404213
version "3.0.1"
42414214
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -4271,11 +4244,6 @@ lodash.isstring@^4.0.1:
42714244
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
42724245
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
42734246

4274-
lodash.restparam@*:
4275-
version "3.6.1"
4276-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
4277-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
4278-
42794247
lodash.toarray@^4.4.0:
42804248
version "4.4.0"
42814249
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"

0 commit comments

Comments
 (0)