Skip to content

Commit

Permalink
Merge pull request #871 from samchon/features/editor
Browse files Browse the repository at this point in the history
Upgrade `@samchon/openapi` and adapt its memoization rule.
  • Loading branch information
samchon authored Apr 12, 2024
2 parents 751330e + a6fade6 commit 8469c5f
Show file tree
Hide file tree
Showing 16 changed files with 25,072 additions and 73 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"private": true,
"name": "@nestia/station",
"version": "3.0.1",
"version": "3.0.2",
"description": "Nestia station",
"main": "prettier.config.js",
"scripts": {
"build": "node build/index.js",
"package:latest": "node deploy latest",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/core",
"version": "3.0.1",
"version": "3.0.2",
"description": "Super-fast validation decorators of NestJS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/fetcher": "^3.0.1",
"@nestia/fetcher": "^3.0.2",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"@samchon/openapi": "^0.1.5",
"@samchon/openapi": "^0.1.7",
"detect-ts-node": "^1.0.5",
"glob": "^7.2.0",
"multer": "1.4.5-lts.1",
Expand All @@ -49,7 +49,7 @@
"typia": "^6.0.1"
},
"peerDependencies": {
"@nestia/fetcher": ">=3.0.1",
"@nestia/fetcher": ">=3.0.2",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"reflect-metadata": ">=0.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/fetcher",
"version": "3.0.1",
"version": "3.0.2",
"description": "Fetcher library of Nestia SDK",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
Loading

0 comments on commit 8469c5f

Please sign in to comment.