Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix/buffer from #1073

Merged
merged 2 commits into from
Feb 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Publish
 - @microsoft/kiota-abstractions@1.0.0-preview.43
 - @microsoft/kiota-authentication-azure@1.0.0-preview.38
 - @microsoft/kiota-authentication-spfx@1.0.0-preview.33
 - @microsoft/kiota-http-fetchlibrary@1.0.0-preview.42
 - @microsoft/kiota-serialization-form@1.0.0-preview.32
 - @microsoft/kiota-serialization-json@1.0.0-preview.43
 - @microsoft/kiota-serialization-multipart@1.0.0-preview.22
 - @microsoft/kiota-serialization-text@1.0.0-preview.40
baywet committed Feb 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7a58ca61ec704dbffce930658dbe1350f205dfe9
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/abstractions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-abstractions",
"version": "1.0.0-preview.42",
"version": "1.0.0-preview.43",
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",
"main": "dist/cjs/src/index.js",
"module": "dist/es/src/index.js",
4 changes: 2 additions & 2 deletions packages/authentication/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-authentication-azure",
"version": "1.0.0-preview.37",
"version": "1.0.0-preview.38",
"description": "Authentication provider for Kiota using Azure Identity",
"main": "dist/cjs/src/index.js",
"module": "dist/es/src/index.js",
@@ -30,7 +30,7 @@
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@azure/core-auth": "^1.5.0",
"@microsoft/kiota-abstractions": "^1.0.0-preview.42",
"@microsoft/kiota-abstractions": "^1.0.0-preview.43",
"@opentelemetry/api": "^1.7.0",
"tslib": "^2.6.2"
},
4 changes: 2 additions & 2 deletions packages/authentication/spfx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-authentication-spfx",
"version": "1.0.0-preview.32",
"version": "1.0.0-preview.33",
"description": "Authentication provider for using Kiota in SPFx solutions",
"main": "dist/cjs/src/index.js",
"module": "dist/es/src/index.js",
@@ -39,7 +39,7 @@
},
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.42",
"@microsoft/kiota-abstractions": "^1.0.0-preview.43",
"@microsoft/sp-http": "^1.15.2",
"@opentelemetry/api": "^1.7.0",
"tslib": "^2.6.2"
4 changes: 2 additions & 2 deletions packages/http/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-http-fetchlibrary",
"version": "1.0.0-preview.41",
"version": "1.0.0-preview.42",
"description": "Kiota request adapter implementation with fetch",
"keywords": [
"Kiota",
@@ -38,7 +38,7 @@
"test:cjs": "mocha 'dist/cjs/test/common/**/*.js' && mocha 'dist/cjs/test/node/**/*.js'"
},
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.42",
"@microsoft/kiota-abstractions": "^1.0.0-preview.43",
"@opentelemetry/api": "^1.7.0",
"guid-typescript": "^1.0.9",
"node-fetch": "^2.7.0",
4 changes: 2 additions & 2 deletions packages/serialization/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-serialization-form",
"version": "1.0.0-preview.31",
"version": "1.0.0-preview.32",
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
"main": "dist/cjs/src/index.js",
"browser": {
@@ -39,7 +39,7 @@
},
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.42",
"@microsoft/kiota-abstractions": "^1.0.0-preview.43",
"guid-typescript": "^1.0.9",
"tslib": "^2.6.2"
},
4 changes: 2 additions & 2 deletions packages/serialization/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-serialization-json",
"version": "1.0.0-preview.42",
"version": "1.0.0-preview.43",
"description": "Implementation of Kiota Serialization interfaces for JSON",
"main": "dist/cjs/src/index.js",
"browser": {
@@ -39,7 +39,7 @@
},
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.42",
"@microsoft/kiota-abstractions": "^1.0.0-preview.43",
"guid-typescript": "^1.0.9",
"tslib": "^2.6.2"
},
6 changes: 3 additions & 3 deletions packages/serialization/multipart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-serialization-multipart",
"version": "1.0.0-preview.21",
"version": "1.0.0-preview.22",
"description": "Implementation of Kiota Serialization interfaces for multipart form data",
"main": "dist/cjs/src/index.js",
"module": "dist/es/src/index.js",
@@ -35,12 +35,12 @@
},
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.42",
"@microsoft/kiota-abstractions": "^1.0.0-preview.43",
"guid-typescript": "^1.0.9",
"tslib": "^2.6.2"
},
"devDependencies": {
"@microsoft/kiota-serialization-json": "^1.0.0-preview.42"
"@microsoft/kiota-serialization-json": "^1.0.0-preview.43"
},
"publishConfig": {
"access": "public"
4 changes: 2 additions & 2 deletions packages/serialization/text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-serialization-text",
"version": "1.0.0-preview.39",
"version": "1.0.0-preview.40",
"description": "Implementation of Kiota Serialization interfaces for text",
"main": "dist/cjs/src/index.js",
"browser": {
@@ -39,7 +39,7 @@
},
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.42",
"@microsoft/kiota-abstractions": "^1.0.0-preview.43",
"guid-typescript": "^1.0.9",
"tslib": "^2.6.2"
},