Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @microsoft/[email protected]
 - @microsoft/[email protected]
 - @microsoft/[email protected]
 - @microsoft/[email protected]
 - @microsoft/[email protected]
 - @microsoft/[email protected]
 - @microsoft/[email protected]
 - @microsoft/[email protected]
  • Loading branch information
koros committed Jun 10, 2024
1 parent a3bcf83 commit 032cdc5
Show file tree
Hide file tree
Showing 9 changed files with 15,859 additions and 15,859 deletions.
31,696 changes: 15,848 additions & 15,848 deletions package-lock.json

Large diffs are not rendered by default.

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.54",
"version": "1.0.0-preview.55",
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.49",
"version": "1.0.0-preview.50",
"description": "Authentication provider for Kiota using Azure Identity",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.44",
"version": "1.0.0-preview.45",
"description": "Authentication provider for using Kiota in SPFx solutions",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.53",
"version": "1.0.0-preview.54",
"description": "Kiota request adapter implementation with fetch",
"keywords": [
"Kiota",
Expand Down
2 changes: 1 addition & 1 deletion 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.43",
"version": "1.0.0-preview.44",
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
"main": "dist/es/src/index.js",
"browser": {
Expand Down
4 changes: 2 additions & 2 deletions packages/serialization/json/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@microsoft/kiota-serialization-json",
"version": "1.0.0-preview.54",
"version": "1.0.0-preview.55",
"description": "Implementation of Kiota Serialization interfaces for JSON",
"main": "dist/es/src/index.js",
"type": "module",
"type": "module",
"browser": {
"./dist/es/src/index.js": "./dist/es/src/browser/index.js",
"./dist/es/src/jsonParseNodeFactory.js": "./dist/es/src/browser/jsonParseNodeFactory.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/serialization/multipart/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@microsoft/kiota-serialization-multipart",
"version": "1.0.0-preview.32",
"version": "1.0.0-preview.33",
"description": "Implementation of Kiota Serialization interfaces for multipart form data",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
"types": "dist/es/src/index.d.ts",
"type": "module",
"type": "module",
"scripts": {
"build": "npm run build:esm",
"build:esm": "tsc -b && tsc-alias",
Expand Down
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.51",
"version": "1.0.0-preview.52",
"description": "Implementation of Kiota Serialization interfaces for text",
"main": "dist/es/src/index.js",
"browser": {
Expand All @@ -9,7 +9,7 @@
},
"module": "dist/es/src/index.js",
"types": "dist/es/src/index.d.ts",
"type": "module",
"type": "module",
"scripts": {
"build": "npm run build:esm",
"build:esm": "tsc && tsc-alias",
Expand Down

0 comments on commit 032cdc5

Please sign in to comment.