@microsoft/kiota-serialization-multipart
Advanced tools
Comparing version 1.0.0-preview.73 to 1.0.0-preview.74
# Changelog | ||
## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.73...@microsoft/kiota-serialization-multipart@1.0.0-preview.74) (2024-11-07) | ||
### Bug Fixes | ||
* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a)) | ||
* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368)) | ||
* using parseGuidString as validator function ([7a7c9ed](https://github.com/microsoft/kiota-typescript/commit/7a7c9edce621e26287592529b10bc495a91cc386)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
* devDependencies | ||
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.72...@microsoft/kiota-serialization-multipart@1.0.0-preview.73) (2024-11-05) | ||
@@ -4,0 +22,0 @@ |
@@ -7,4 +7,3 @@ /** | ||
*/ | ||
import { type DateOnly, type Duration, type Parsable, type SerializationWriter, type ModelSerializerFunction, type TimeOnly } from "@microsoft/kiota-abstractions"; | ||
import type { Guid } from "guid-typescript"; | ||
import { type DateOnly, type Duration, type Guid, type Parsable, type SerializationWriter, type ModelSerializerFunction, type TimeOnly } from "@microsoft/kiota-abstractions"; | ||
/** Serialization writer for multipart/form-data */ | ||
@@ -11,0 +10,0 @@ export declare class MultipartSerializationWriter implements SerializationWriter { |
{ | ||
"name": "@microsoft/kiota-serialization-multipart", | ||
"version": "1.0.0-preview.73", | ||
"version": "1.0.0-preview.74", | ||
"description": "Implementation of Kiota Serialization interfaces for multipart form data", | ||
@@ -38,8 +38,7 @@ "main": "dist/es/src/index.js", | ||
"dependencies": { | ||
"@microsoft/kiota-abstractions": "^1.0.0-preview.73", | ||
"guid-typescript": "^1.0.9", | ||
"@microsoft/kiota-abstractions": "^1.0.0-preview.74", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/kiota-serialization-json": "^1.0.0-preview.73" | ||
"@microsoft/kiota-serialization-json": "^1.0.0-preview.74" | ||
}, | ||
@@ -52,3 +51,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "63db99a5b3c193335df834ca414fa9ea9361e1a0" | ||
"gitHead": "fcef711faca59823910a41ba722466b14b3bda3a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75272
2
202
- Removedguid-typescript@^1.0.9
- Removedguid-typescript@1.0.9(transitive)