@sdk-it/dart 0.41.0 → 0.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -75,8 +75,5 @@ dart format ./openstatus
75
75
 
76
76
  ## Notes
77
77
 
78
- - The Dart SDK generator creates a package structure compatible with Dart and Flutter projects.
79
- - The generated code uses the `http` package for HTTP requests.
80
- - Each API group (tag) is mapped to a Dart client class.
81
- - The generator supports OpenAPI 3.0 and 3.1 specifications.
78
+ - Supports OpenAPI 3.0 and 3.1 specifications.
82
79
  - For advanced usage, see the [TypeScript package documentation](../typescript/README.md) for general SDK-IT concepts.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdk-it/dart",
3
- "version": "0.41.0",
3
+ "version": "0.42.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -23,8 +23,8 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "openapi3-ts": "4.5.0",
26
- "@sdk-it/core": "0.41.0",
27
- "@sdk-it/spec": "0.41.0",
26
+ "@sdk-it/core": "0.42.0",
27
+ "@sdk-it/spec": "0.42.0",
28
28
  "lodash-es": "^4.17.21",
29
29
  "stringcase": "^4.3.1",
30
30
  "fast-content-type-parse": "^3.0.0",