@microsoft/kiota-serialization-text
Advanced tools
+15
-0
| # Changelog | ||
| ## [1.0.0-preview.91](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.90...@microsoft/kiota-serialization-text@1.0.0-preview.91) (2025-03-21) | ||
| ### Bug Fixes | ||
| * prevent error on undefined byte array value in serialization writers ([de80b9a](https://github.com/microsoft/kiota-typescript/commit/de80b9af094904a4c2f7a98d930eb796c6b86e85)) | ||
| * prevent error on undefined byte array value in serialization writers ([cf96887](https://github.com/microsoft/kiota-typescript/commit/cf9688749827e8a951fa906399027a36c595d2ac)) | ||
| ### Dependencies | ||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91 | ||
| ## [1.0.0-preview.90](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.89...@microsoft/kiota-serialization-text@1.0.0-preview.90) (2025-03-21) | ||
@@ -4,0 +19,0 @@ |
@@ -118,3 +118,3 @@ /** | ||
| if (!value) { | ||
| throw new Error("value cannot be undefined"); | ||
| return; | ||
| } | ||
@@ -121,0 +121,0 @@ const b64 = inNodeEnv() ? Buffer.from(value).toString("base64") : btoa(new TextDecoder().decode(value)); |
+3
-3
| { | ||
| "name": "@microsoft/kiota-serialization-text", | ||
| "version": "1.0.0-preview.90", | ||
| "version": "1.0.0-preview.91", | ||
| "description": "Implementation of Kiota Serialization interfaces for text", | ||
@@ -42,3 +42,3 @@ "main": "dist/es/src/index.js", | ||
| "dependencies": { | ||
| "@microsoft/kiota-abstractions": "^1.0.0-preview.90", | ||
| "@microsoft/kiota-abstractions": "^1.0.0-preview.91", | ||
| "tslib": "^2.6.2" | ||
@@ -56,3 +56,3 @@ }, | ||
| }, | ||
| "gitHead": "91a7cbb60c53cc03ac03e2585372b6b2c85c21c1" | ||
| "gitHead": "62046c38ea28a59a2351a114ffce53cbea527d37" | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
103894
0.66%