mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Fix seed
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
## 0.0.3
|
||||||
|
|
||||||
|
- Fix: Add `json_serializable` under dev_dependencies.
|
||||||
|
|
||||||
## 0.0.2
|
## 0.0.2
|
||||||
|
|
||||||
- Fix pubspec dependency for freezed_annotation.
|
- Fix pubspec dependency for freezed_annotation.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: seed
|
name: seed
|
||||||
description: Seed is a foundational package designed to provide reusable building blocks for API Dash projects.
|
description: Seed is a foundational package designed to provide reusable building blocks for API Dash projects.
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
homepage: https://github.com/foss42/apidash/tree/main/packages/seed
|
homepage: https://github.com/foss42/apidash/tree/main/packages/seed
|
||||||
repository: https://github.com/foss42/apidash/tree/main/packages/seed
|
repository: https://github.com/foss42/apidash/tree/main/packages/seed
|
||||||
issue_tracker: https://github.com/foss42/apidash/issues
|
issue_tracker: https://github.com/foss42/apidash/issues
|
||||||
@ -15,5 +15,6 @@ dependencies:
|
|||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.4.12
|
build_runner: ^2.4.12
|
||||||
freezed: ^2.5.7
|
freezed: ^2.5.7
|
||||||
|
json_serializable: ^6.7.1
|
||||||
lints: ^4.0.0
|
lints: ^4.0.0
|
||||||
test: ^1.24.0
|
test: ^1.24.0
|
||||||
|
Reference in New Issue
Block a user