Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Commit f353995

Browse files
version bump to 0.0.1-alpha.15
1 parent 03a23eb commit f353995

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restyjs/typeorm",
3-
"version": "0.0.1-alpha.14",
3+
"version": "0.0.1-alpha.15",
44
"description": "TypeORM module for resty.js",
55
"homepage": "https://restyjs.com",
66
"main": "index.js",
@@ -46,11 +46,11 @@
4646
"typeorm-typedi-extensions": "^0.2.3"
4747
},
4848
"peerDependencies": {
49-
"@restyjs/core": "0.0.1-alpha.6",
49+
"@restyjs/core": "0.0.1-alpha.15",
5050
"typedi": "^0.8.0"
5151
},
5252
"devDependencies": {
53-
"@restyjs/core": "^0.0.1-alpha.7",
53+
"@restyjs/core": "0.0.1-alpha.15",
5454
"@types/jest": "^26.0.3",
5555
"@types/supertest": "^2.0.9",
5656
"jest": "^26.0.1",

yarn.lock

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -464,20 +464,18 @@
464464
"@types/yargs" "^15.0.0"
465465
chalk "^4.0.0"
466466

467-
"@restyjs/core@^0.0.1-alpha.7":
468-
version "0.0.1-alpha.14"
469-
resolved "https://registry.yarnpkg.com/@restyjs/core/-/core-0.0.1-alpha.14.tgz#b6975e914da50b5b35496cccd18f92e614985aad"
470-
integrity sha512-DKXn/+LgLDrNPI+ttTejv/RUGe/Q+vOfEg+QPhWfpU/P1BLVVEUY3sL+FV+pxysrWLtYWZI9DsXzq1jjsIKkPw==
467+
"@restyjs/[email protected].15":
468+
version "0.0.1-alpha.15"
469+
resolved "https://registry.yarnpkg.com/@restyjs/core/-/core-0.0.1-alpha.15.tgz#7de828d4dac718839d97fd2cb6a5c1c032ca0668"
470+
integrity sha512-N1c1+MBhTsmrgP6cLqFOwDKHAXlDFrcV7JShSO6fs9JrI8SaQEYdZTQu3YHaWQPsN9H+55nOMY14c+f45yn8SA==
471471
dependencies:
472472
"@types/body-parser" "^1.19.0"
473-
"@types/dotenv" "^8.2.0"
474473
"@types/express" "^4.17.6"
475474
"@types/node" "^14.0.14"
476475
"@types/reflect-metadata" "^0.1.0"
477476
body-parser "^1.19.0"
478477
class-transformer "^0.2.3"
479478
class-validator "^0.12.2"
480-
dotenv "^8.2.0"
481479
express "^4.17.1"
482480
reflect-metadata "^0.1.13"
483481
typedi "^0.8.0"
@@ -573,13 +571,6 @@
573571
resolved "https://registry.yarnpkg.com/@types/cookiejar/-/cookiejar-2.1.1.tgz#90b68446364baf9efd8e8349bb36bd3852b75b80"
574572
integrity sha512-aRnpPa7ysx3aNW60hTiCtLHlQaIFsXFCgQlpakNgDNVFzbtusSY8PwjAQgRWfSk0ekNoBjO51eQRB6upA9uuyw==
575573

576-
"@types/dotenv@^8.2.0":
577-
version "8.2.0"
578-
resolved "https://registry.yarnpkg.com/@types/dotenv/-/dotenv-8.2.0.tgz#5cd64710c3c98e82d9d15844375a33bf1b45d053"
579-
integrity sha512-ylSC9GhfRH7m1EUXBXofhgx4lUWmFeQDINW5oLuS+gxWdfUeW4zJdeVTYVkexEW+e2VUvlZR2kGnGGipAWR7kw==
580-
dependencies:
581-
dotenv "*"
582-
583574
"@types/express-serve-static-core@*":
584575
version "4.17.8"
585576
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.8.tgz#b8f7b714138536742da222839892e203df569d1c"
@@ -1760,11 +1751,6 @@ dot-prop@^5.2.0:
17601751
dependencies:
17611752
is-obj "^2.0.0"
17621753

1763-
dotenv@*, dotenv@^8.2.0:
1764-
version "8.2.0"
1765-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
1766-
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
1767-
17681754
dotenv@^6.2.0:
17691755
version "6.2.0"
17701756
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"

0 commit comments

Comments
 (0)