Skip to content

Commit ef3b181

Browse files
committed
Publish
- @microsoft/kiota-abstractions@1.0.0-preview.45 - @microsoft/kiota-authentication-azure@1.0.0-preview.40 - @microsoft/kiota-authentication-spfx@1.0.0-preview.35 - @microsoft/kiota-http-fetchlibrary@1.0.0-preview.44 - @microsoft/kiota-serialization-form@1.0.0-preview.34 - @microsoft/kiota-serialization-json@1.0.0-preview.45 - @microsoft/kiota-serialization-multipart@1.0.0-preview.24 - @microsoft/kiota-serialization-text@1.0.0-preview.42
1 parent d5f8cee commit ef3b181

File tree

9 files changed

+32
-32
lines changed

9 files changed

+32
-32
lines changed

package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/abstractions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-abstractions",
3-
"version": "1.0.0-preview.44",
3+
"version": "1.0.0-preview.45",
44
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",
55
"main": "dist/cjs/src/index.js",
66
"module": "dist/es/src/index.js",

packages/authentication/azure/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-authentication-azure",
3-
"version": "1.0.0-preview.39",
3+
"version": "1.0.0-preview.40",
44
"description": "Authentication provider for Kiota using Azure Identity",
55
"main": "dist/cjs/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
3131
"dependencies": {
3232
"@azure/core-auth": "^1.5.0",
33-
"@microsoft/kiota-abstractions": "^1.0.0-preview.44",
33+
"@microsoft/kiota-abstractions": "^1.0.0-preview.45",
3434
"@opentelemetry/api": "^1.7.0",
3535
"tslib": "^2.6.2"
3636
},

packages/authentication/spfx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-authentication-spfx",
3-
"version": "1.0.0-preview.34",
3+
"version": "1.0.0-preview.35",
44
"description": "Authentication provider for using Kiota in SPFx solutions",
55
"main": "dist/cjs/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4141
"dependencies": {
42-
"@microsoft/kiota-abstractions": "^1.0.0-preview.44",
42+
"@microsoft/kiota-abstractions": "^1.0.0-preview.45",
4343
"@microsoft/sp-http": "^1.15.2",
4444
"@opentelemetry/api": "^1.7.0",
4545
"tslib": "^2.6.2"

packages/http/fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-http-fetchlibrary",
3-
"version": "1.0.0-preview.43",
3+
"version": "1.0.0-preview.44",
44
"description": "Kiota request adapter implementation with fetch",
55
"keywords": [
66
"Kiota",
@@ -38,7 +38,7 @@
3838
"test:cjs": "mocha 'dist/cjs/test/common/**/*.js' && mocha 'dist/cjs/test/node/**/*.js'"
3939
},
4040
"dependencies": {
41-
"@microsoft/kiota-abstractions": "^1.0.0-preview.44",
41+
"@microsoft/kiota-abstractions": "^1.0.0-preview.45",
4242
"@opentelemetry/api": "^1.7.0",
4343
"guid-typescript": "^1.0.9",
4444
"tslib": "^2.6.2"

packages/serialization/form/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-serialization-form",
3-
"version": "1.0.0-preview.33",
3+
"version": "1.0.0-preview.34",
44
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
55
"main": "dist/cjs/src/index.js",
66
"browser": {
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4141
"dependencies": {
42-
"@microsoft/kiota-abstractions": "^1.0.0-preview.44",
42+
"@microsoft/kiota-abstractions": "^1.0.0-preview.45",
4343
"guid-typescript": "^1.0.9",
4444
"tslib": "^2.6.2"
4545
},

packages/serialization/json/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-serialization-json",
3-
"version": "1.0.0-preview.44",
3+
"version": "1.0.0-preview.45",
44
"description": "Implementation of Kiota Serialization interfaces for JSON",
55
"main": "dist/cjs/src/index.js",
66
"browser": {
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4141
"dependencies": {
42-
"@microsoft/kiota-abstractions": "^1.0.0-preview.44",
42+
"@microsoft/kiota-abstractions": "^1.0.0-preview.45",
4343
"guid-typescript": "^1.0.9",
4444
"tslib": "^2.6.2"
4545
},

packages/serialization/multipart/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-serialization-multipart",
3-
"version": "1.0.0-preview.23",
3+
"version": "1.0.0-preview.24",
44
"description": "Implementation of Kiota Serialization interfaces for multipart form data",
55
"main": "dist/cjs/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -35,12 +35,12 @@
3535
},
3636
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
3737
"dependencies": {
38-
"@microsoft/kiota-abstractions": "^1.0.0-preview.44",
38+
"@microsoft/kiota-abstractions": "^1.0.0-preview.45",
3939
"guid-typescript": "^1.0.9",
4040
"tslib": "^2.6.2"
4141
},
4242
"devDependencies": {
43-
"@microsoft/kiota-serialization-json": "^1.0.0-preview.44"
43+
"@microsoft/kiota-serialization-json": "^1.0.0-preview.45"
4444
},
4545
"publishConfig": {
4646
"access": "public"

packages/serialization/text/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-serialization-text",
3-
"version": "1.0.0-preview.41",
3+
"version": "1.0.0-preview.42",
44
"description": "Implementation of Kiota Serialization interfaces for text",
55
"main": "dist/cjs/src/index.js",
66
"browser": {
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4141
"dependencies": {
42-
"@microsoft/kiota-abstractions": "^1.0.0-preview.44",
42+
"@microsoft/kiota-abstractions": "^1.0.0-preview.45",
4343
"guid-typescript": "^1.0.9",
4444
"tslib": "^2.6.2"
4545
},

0 commit comments

Comments
 (0)