@naturali/sdk 0.27.2 → 0.27.3
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -103,5 +103,5 @@ API gained a resource, not that the hand-written client changed.
|
|
|
103
103
|
|
|
104
104
|
`fix:`/`chore:` changes release a patch and `feat:` a minor, inferred from the
|
|
105
105
|
squashed commit subject. Every case publishes on merge, breaking changes
|
|
106
|
-
included. See the repository [
|
|
106
|
+
included. See the repository's [`PIPELINE.md`](../../PIPELINE.md#5-releasing) and
|
|
107
107
|
[`CHANGELOG.md`](../../CHANGELOG.md).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naturali/sdk",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.3",
|
|
4
4
|
"description": "TypeScript SDK for the naturali.ai API, generated from its OpenAPI specs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"tsx": "^4.23.1",
|
|
38
38
|
"typescript": "~6.0.3",
|
|
39
39
|
"vitest": "^4.1.10",
|
|
40
|
-
"@naturali/api": "0.27.
|
|
40
|
+
"@naturali/api": "0.27.3"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"generate": "tsx scripts/generate.ts",
|