@microsoft/kiota-serialization-multipart
Advanced tools
Comparing version 1.0.0-preview.77 to 1.0.0-preview.78
# Changelog | ||
## [1.0.0-preview.78](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.77...@microsoft/kiota-serialization-multipart@1.0.0-preview.78) (2024-12-19) | ||
### Miscellaneous Chores | ||
* **@microsoft/kiota-serialization-multipart:** Synchronize microsoft-kiota versions | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.77 to ^1.0.0-preview.78 | ||
* devDependencies | ||
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.77 to ^1.0.0-preview.78 | ||
## [1.0.0-preview.77](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.76...@microsoft/kiota-serialization-multipart@1.0.0-preview.77) (2024-11-22) | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "@microsoft/kiota-serialization-multipart", | ||
"version": "1.0.0-preview.77", | ||
"version": "1.0.0-preview.78", | ||
"description": "Implementation of Kiota Serialization interfaces for multipart form data", | ||
@@ -38,7 +38,7 @@ "main": "dist/es/src/index.js", | ||
"dependencies": { | ||
"@microsoft/kiota-abstractions": "^1.0.0-preview.77", | ||
"@microsoft/kiota-abstractions": "^1.0.0-preview.78", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/kiota-serialization-json": "^1.0.0-preview.77" | ||
"@microsoft/kiota-serialization-json": "^1.0.0-preview.78" | ||
}, | ||
@@ -51,3 +51,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "7c8d0f847a4c877a7b85ed044d0673b6dc148419" | ||
"gitHead": "ea650f48868b15deefd1fa358f687dad072e144f" | ||
} |
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
78828