@iota-uz/sdk 0.4.27 → 0.4.29
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 +5 -3
- package/dist/bichat/index.cjs +552 -172
- package/dist/bichat/index.cjs.map +1 -1
- package/dist/bichat/index.d.cts +28 -27
- package/dist/bichat/index.d.ts +28 -27
- package/dist/bichat/index.mjs +552 -172
- package/dist/bichat/index.mjs.map +1 -1
- package/package.json +1 -1
- package/tailwind/compiled.css +1 -1
package/README.md
CHANGED
|
@@ -81,9 +81,11 @@ applet secrets delete --name <applet> --key OPENAI_API_KEY
|
|
|
81
81
|
|
|
82
82
|
### Release flow
|
|
83
83
|
|
|
84
|
-
1. Publish SDK changes from `applets/` (bump `applets/package.json` version
|
|
85
|
-
2.
|
|
86
|
-
|
|
84
|
+
1. Publish SDK changes from `applets/` (bump `applets/package.json` version).
|
|
85
|
+
2. Create and push a tag `iota-sdk-v<version>` where `<version>` exactly matches
|
|
86
|
+
`applets/package.json`. This triggers `publish-npm.yml`.
|
|
87
|
+
3. Upgrade consumers (`eai/back`, applet web packages, etc.) to the published version.
|
|
88
|
+
4. Commit only version upgrades in consumer repos; never commit local-link overrides.
|
|
87
89
|
|
|
88
90
|
---
|
|
89
91
|
|