Skip to content

Commit

Permalink
update openapi_base dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpoul committed Aug 21, 2024
1 parent b7aed63 commit 3eda589
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
4 changes: 4 additions & 0 deletions packages/openapi_code_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.2+1

* Upgrade `openapi_base` dependency.

## 1.3.2

* Support `additionalProperties` for inherited models/schemas.
Expand Down
18 changes: 9 additions & 9 deletions packages/openapi_code_builder/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "5aaf60d96c4cd00fe7f21594b5ad6a1b699c80a27420f8a837f4d68473ef09e3"
sha256: f256b0c0ba6c7577c15e2e4e114755640a875e885099367bf6e012b19314c834
url: "https://pub.dev"
source: hosted
version: "68.0.0"
version: "72.0.0"
_macros:
dependency: transitive
description: dart
source: sdk
version: "0.1.0"
version: "0.3.2"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: "21f1d3720fd1c70316399d5e2bccaebb415c434592d778cce8acb967b8578808"
sha256: b652861553cd3990d8ed361f7979dc6d7053a9ac8843fa73820ab68ce5410139
url: "https://pub.dev"
source: hosted
version: "6.5.0"
version: "6.7.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -338,10 +338,10 @@ packages:
dependency: transitive
description:
name: macros
sha256: "12e8a9842b5a7390de7a781ec63d793527582398d16ea26c60fed58833c9ae79"
sha256: "0acaed5d6b7eab89f63350bccd82119e6c602df0f391260d0e32b5e23db79536"
url: "https://pub.dev"
source: hosted
version: "0.1.0-main.0"
version: "0.1.2-main.4"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -379,14 +379,14 @@ packages:
path: "../../openapi_base"
relative: true
source: path
version: "1.3.2"
version: "2.0.0-rc.1"
openapi_code_builder:
dependency: "direct dev"
description:
path: ".."
relative: true
source: path
version: "1.3.2"
version: "1.3.2+1"
package_config:
dependency: transitive
description:
Expand Down
16 changes: 8 additions & 8 deletions packages/openapi_code_builder/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "5aaf60d96c4cd00fe7f21594b5ad6a1b699c80a27420f8a837f4d68473ef09e3"
sha256: f256b0c0ba6c7577c15e2e4e114755640a875e885099367bf6e012b19314c834
url: "https://pub.dev"
source: hosted
version: "68.0.0"
version: "72.0.0"
_macros:
dependency: transitive
description: dart
source: sdk
version: "0.1.0"
version: "0.3.2"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: "21f1d3720fd1c70316399d5e2bccaebb415c434592d778cce8acb967b8578808"
sha256: b652861553cd3990d8ed361f7979dc6d7053a9ac8843fa73820ab68ce5410139
url: "https://pub.dev"
source: hosted
version: "6.5.0"
version: "6.7.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -226,10 +226,10 @@ packages:
dependency: transitive
description:
name: macros
sha256: "12e8a9842b5a7390de7a781ec63d793527582398d16ea26c60fed58833c9ae79"
sha256: "0acaed5d6b7eab89f63350bccd82119e6c602df0f391260d0e32b5e23db79536"
url: "https://pub.dev"
source: hosted
version: "0.1.0-main.0"
version: "0.1.2-main.4"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -259,7 +259,7 @@ packages:
path: "../openapi_base"
relative: true
source: path
version: "1.3.2"
version: "2.0.0-rc.1"
package_config:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/openapi_code_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openapi_code_builder
description: Generate Dtos, client and server scaffolds for openapi specs.
version: 1.3.2
version: 1.3.2+1
homepage: https://github.com/hpoul/openapi_dart/tree/master/packages/openapi_code_builder

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
logging: ">=1.0.1 <2.0.0"
logging_appenders: ^1.1.0
meta: ">=1.5.0 <2.0.0"
openapi_base: ">=1.1.0 <2.0.0"
openapi_base: ">=1.1.0 <3.0.0"
path: ">=1.8.0 <2.0.0"
dart_style: ">=2.0.1 <3.0.0"
code_builder: ">=4.0.0 <5.0.0"
Expand Down

0 comments on commit 3eda589

Please sign in to comment.