Skip to content

Commit

Permalink
Merge pull request #17 from ty-ras/issue/16-relax-version-spec
Browse files Browse the repository at this point in the history
#16 Relaxing version specs.
  • Loading branch information
stazz committed May 24, 2023
2 parents d74d19e + f6b2c1f commit 1b27ace
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ty-ras/client-fetch",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Stanislav Muhametsin",
"email": "346799+stazz@users.noreply.github.com",
Expand Down Expand Up @@ -32,7 +32,7 @@
}
},
"dependencies": {
"@ty-ras/data-frontend": "1.0.0"
"@ty-ras/data-frontend": "^1.0.1"
},
"devDependencies": {
"@babel/core": "7.21.5",
Expand Down
22 changes: 11 additions & 11 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -403,23 +403,23 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==

"@ty-ras/data-frontend@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@ty-ras/data-frontend/-/data-frontend-1.0.0.tgz#25657ec4a45c5a2c46ad3f919674b363aa8d7aae"
integrity sha512-pJo2vp+rCxa17m2hs/KoE6qpeU09sdTSiULzhSymIqr08mKEDE9DESVKYKTqYxUr6Wf+McdoYjgag6Xno3FDsw==
"@ty-ras/data-frontend@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@ty-ras/data-frontend/-/data-frontend-1.0.1.tgz#1ed9b12d815424365f16abef64cd19b5491970e9"
integrity sha512-c2NPXkApHJHNiBSgUQxpZ70+dqzUjExZyJjT7XopTHINoy3TH8MqZPU+tCuCkfH00TZTwTN0iJHF11EZx+sDTg==
dependencies:
"@ty-ras/data" "1.0.0"
"@ty-ras/protocol" "1.0.0"
"@ty-ras/data" "^1.0.0"
"@ty-ras/protocol" "^1.0.1"

"@ty-ras/data@1.0.0":
"@ty-ras/data@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@ty-ras/data/-/data-1.0.0.tgz#d49c7ccba3e26463d05470ff10bb947f8f3293d7"
integrity sha512-WjiVqThVwVX6NpkU3sweiG1I2b6hiIt4VuvbSGWwniAXBJVZg6AFrndOtCgf6MQmmgS/LqOtmT1xbeF/Gk1Ayg==

"@ty-ras/protocol@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@ty-ras/protocol/-/protocol-1.0.0.tgz#b2a88c7b858e4a3223d2045bf19c4f4b46a8b4df"
integrity sha512-w1ZC8oRGTtH6WD0EWsup9umjXgeGCpxd9uth7LIfyt25YZGDsPR43BsHRm7yjZNjVEaKGwFkNkaE5bpz3iwPTQ==
"@ty-ras/protocol@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@ty-ras/protocol/-/protocol-1.0.1.tgz#67a42c62df00b51566e2bfd8615e84518717d7fd"
integrity sha512-ivkK4s1+hHn72LAd+JSsKGzVwdPHYwUSYbdUzFVyY1ZQ5rk+iPEeP4KkQg8XHWqD/f+rEsYsHxmdynb1rXg2nw==

"@types/istanbul-lib-coverage@^2.0.1":
version "2.0.4"
Expand Down
1 change: 0 additions & 1 deletion tsconfig.library.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": "./src",
"tsBuildInfoFile": "./build/tsconfig.tsbuildinfo"
},
"include": [
Expand Down

0 comments on commit 1b27ace

Please sign in to comment.