@microsoft/kiota-serialization-text
Advanced tools
+14
-0
| # Changelog | ||
| ## [1.0.0-preview.98](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.97...@microsoft/kiota-serialization-text@1.0.0-preview.98) (2025-09-04) | ||
| ### Bug Fixes | ||
| * additional stream type fixes ([d40e720](https://github.com/microsoft/kiota-typescript/commit/d40e720b56fba83810e105cddf8f0c2cd1cb3f4e)) | ||
| ### Dependencies | ||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.97 to ^1.0.0-preview.98 | ||
| ## [1.0.0-preview.97](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.96...@microsoft/kiota-serialization-text@1.0.0-preview.97) (2025-08-05) | ||
@@ -4,0 +18,0 @@ |
@@ -68,3 +68,3 @@ /** | ||
| */ | ||
| return inNodeEnv() ? new Uint8Array(Buffer.from(strValue, "base64")).buffer : new TextEncoder().encode(strValue); | ||
| return inNodeEnv() ? new Uint8Array(Buffer.from(strValue, "base64")).buffer : new TextEncoder().encode(strValue).buffer; | ||
| } | ||
@@ -71,0 +71,0 @@ return undefined; |
+3
-3
| { | ||
| "name": "@microsoft/kiota-serialization-text", | ||
| "version": "1.0.0-preview.97", | ||
| "version": "1.0.0-preview.98", | ||
| "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.97", | ||
| "@microsoft/kiota-abstractions": "^1.0.0-preview.98", | ||
| "tslib": "^2.6.2" | ||
@@ -56,3 +56,3 @@ }, | ||
| }, | ||
| "gitHead": "9f0ab765293ae34191c1f5966dba20454e12a255" | ||
| "gitHead": "0bf1a29ca979272475afc5c5caf40f65a73830e4" | ||
| } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
109711
1.09%