Skip to content

Commit 395b1b2

Browse files
authored
Merge pull request #1181 from microsoft/relase/pull-1180
Publish
2 parents e80a6b7 + 42ff202 commit 395b1b2

File tree

9 files changed

+16045
-16047
lines changed

9 files changed

+16045
-16047
lines changed

package-lock.json

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

packages/abstractions/package.json

+44-44
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "@microsoft/kiota-abstractions",
3-
"version": "1.0.0-preview.51",
4-
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",
5-
"main": "dist/es/src/index.js",
6-
"module": "dist/es/src/index.js",
7-
"types": "dist/es/src/index.d.ts",
8-
"scripts": {
9-
"build": "npm run build:esm",
10-
"build:esm": "tsc",
11-
"lint": "eslint . --ext .ts",
12-
"lint:fix": "eslint . --ext .ts --fix",
13-
"clean": "rm -rf ./dist",
14-
"test:browser": "vitest run --browser.name=chrome --browser.headless",
15-
"test:node": "vitest --run",
16-
"test": "npm run test:node && npm run test:browser"
17-
},
18-
"repository": "git://github.com/microsoft/kiota-typescript.git",
19-
"keywords": [
20-
"kiota",
21-
"openAPI",
22-
"Microsoft",
23-
"Graph"
24-
],
25-
"author": "Microsoft",
26-
"license": "MIT",
27-
"bugs": {
28-
"url": "https://github.com/microsoft/kiota-typescript/issues"
29-
},
30-
"homepage": "https://github.com/microsoft/kiota#readme",
31-
"devDependencies": {
32-
"@types/node": "^20.11.15",
33-
"@types/uuid": "^9.0.8"
34-
},
35-
"dependencies": {
36-
"@opentelemetry/api": "^1.7.0",
37-
"@std-uritemplate/std-uritemplate": "^0.0.57",
38-
"guid-typescript": "^1.0.9",
39-
"tinyduration": "^3.3.0",
40-
"tslib": "^2.6.2",
41-
"uuid": "^9.0.1"
42-
},
43-
"publishConfig": {
44-
"access": "public"
45-
}
2+
"name": "@microsoft/kiota-abstractions",
3+
"version": "1.0.0-preview.52",
4+
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",
5+
"main": "dist/es/src/index.js",
6+
"module": "dist/es/src/index.js",
7+
"types": "dist/es/src/index.d.ts",
8+
"scripts": {
9+
"build": "npm run build:esm",
10+
"build:esm": "tsc",
11+
"lint": "eslint . --ext .ts",
12+
"lint:fix": "eslint . --ext .ts --fix",
13+
"clean": "rm -rf ./dist",
14+
"test:browser": "vitest run --browser.name=chrome --browser.headless",
15+
"test:node": "vitest --run",
16+
"test": "npm run test:node && npm run test:browser"
17+
},
18+
"repository": "git://github.com/microsoft/kiota-typescript.git",
19+
"keywords": [
20+
"kiota",
21+
"openAPI",
22+
"Microsoft",
23+
"Graph"
24+
],
25+
"author": "Microsoft",
26+
"license": "MIT",
27+
"bugs": {
28+
"url": "https://github.com/microsoft/kiota-typescript/issues"
29+
},
30+
"homepage": "https://github.com/microsoft/kiota#readme",
31+
"devDependencies": {
32+
"@types/node": "^20.11.15",
33+
"@types/uuid": "^9.0.8"
34+
},
35+
"dependencies": {
36+
"@opentelemetry/api": "^1.7.0",
37+
"@std-uritemplate/std-uritemplate": "^0.0.57",
38+
"guid-typescript": "^1.0.9",
39+
"tinyduration": "^3.3.0",
40+
"tslib": "^2.6.2",
41+
"uuid": "^9.0.1"
42+
},
43+
"publishConfig": {
44+
"access": "public"
45+
}
4646
}
+39-40
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
{
2-
"name": "@microsoft/kiota-authentication-azure",
3-
"version": "1.0.0-preview.46",
4-
"description": "Authentication provider for Kiota using Azure Identity",
5-
"main": "dist/es/src/index.js",
6-
"module": "dist/es/src/index.js",
7-
"types": "dist/es/src/index.d.ts",
8-
"scripts": {
9-
"build": "npm run build:esm",
10-
"build:esm": "tsc",
11-
"test:node": "vitest run",
12-
"test:browser": "vitest run --browser.name=chrome --browser.headless",
13-
"test": "npm run test:node && npm run test:browser",
14-
"lint": "eslint . --ext .ts",
15-
"lint:fix": "eslint . --ext .ts --fix",
16-
"clean": "rm -rf ./dist"
17-
},
18-
"repository": "git://github.com/microsoft/kiota-typescript.git",
19-
"keywords": [
20-
"Kiota",
21-
"OpenApi",
22-
"Azure",
23-
"Authentication",
24-
"OAuth"
25-
],
26-
"author": "Microsoft",
27-
"license": "MIT",
28-
"bugs": {
29-
"url": "https://github.com/microsoft/kiota-typescript/issues"
30-
},
31-
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
32-
"dependencies": {
33-
"@azure/core-auth": "^1.5.0",
34-
"@microsoft/kiota-abstractions": "*",
35-
"@opentelemetry/api": "^1.7.0",
36-
"tslib": "^2.6.2"
37-
},
38-
"publishConfig": {
39-
"access": "public"
40-
},
41-
"devDependencies": {}
2+
"name": "@microsoft/kiota-authentication-azure",
3+
"version": "1.0.0-preview.47",
4+
"description": "Authentication provider for Kiota using Azure Identity",
5+
"main": "dist/es/src/index.js",
6+
"module": "dist/es/src/index.js",
7+
"types": "dist/es/src/index.d.ts",
8+
"scripts": {
9+
"build": "npm run build:esm",
10+
"build:esm": "tsc",
11+
"test:node": "vitest run",
12+
"test:browser": "vitest run --browser.name=chrome --browser.headless",
13+
"test": "npm run test:node && npm run test:browser",
14+
"lint": "eslint . --ext .ts",
15+
"lint:fix": "eslint . --ext .ts --fix",
16+
"clean": "rm -rf ./dist"
17+
},
18+
"repository": "git://github.com/microsoft/kiota-typescript.git",
19+
"keywords": [
20+
"Kiota",
21+
"OpenApi",
22+
"Azure",
23+
"Authentication",
24+
"OAuth"
25+
],
26+
"author": "Microsoft",
27+
"license": "MIT",
28+
"bugs": {
29+
"url": "https://github.com/microsoft/kiota-typescript/issues"
30+
},
31+
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
32+
"dependencies": {
33+
"@azure/core-auth": "^1.5.0",
34+
"@microsoft/kiota-abstractions": "*",
35+
"@opentelemetry/api": "^1.7.0",
36+
"tslib": "^2.6.2"
37+
},
38+
"publishConfig": {
39+
"access": "public"
40+
}
4241
}
+50-50
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
2-
"name": "@microsoft/kiota-authentication-spfx",
3-
"version": "1.0.0-preview.41",
4-
"description": "Authentication provider for using Kiota in SPFx solutions",
5-
"main": "dist/es/src/index.js",
6-
"module": "dist/es/src/index.js",
7-
"types": "dist/es/src/index.d.ts",
8-
"scripts": {
9-
"build": "npm run build:esm",
10-
"build:esm": "tsc",
11-
"test:browser": "vitest run --browser.name=chrome --browser.headless",
12-
"test:node": "vitest --run",
13-
"test": "npm run test:node && npm run test:browser",
14-
"lint": "eslint . --ext .ts",
15-
"lint:fix": "eslint . --ext .ts --fix",
16-
"clean": "rm -rf ./dist"
17-
},
18-
"repository": "git://github.com/microsoft/kiota-typescript.git",
19-
"keywords": [
20-
"Kiota",
21-
"OpenApi",
22-
"Azure",
23-
"Authentication",
24-
"OAuth",
25-
"SPFx",
26-
"AzureAD",
27-
"Graph",
28-
"SharePoint"
29-
],
30-
"author": "Microsoft",
31-
"contributors": [
32-
{
33-
"name": "Luis Mañez",
34-
"url": "https://github.com/luismanez"
35-
}
36-
],
37-
"license": "MIT",
38-
"bugs": {
39-
"url": "https://github.com/microsoft/kiota-typescript/issues"
40-
},
41-
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
42-
"dependencies": {
43-
"@microsoft/kiota-abstractions": "*",
44-
"@microsoft/sp-http": "^1.15.2",
45-
"@opentelemetry/api": "^1.7.0",
46-
"tslib": "^2.6.2"
47-
},
48-
"publishConfig": {
49-
"access": "public"
50-
}
51-
}
2+
"name": "@microsoft/kiota-authentication-spfx",
3+
"version": "1.0.0-preview.42",
4+
"description": "Authentication provider for using Kiota in SPFx solutions",
5+
"main": "dist/es/src/index.js",
6+
"module": "dist/es/src/index.js",
7+
"types": "dist/es/src/index.d.ts",
8+
"scripts": {
9+
"build": "npm run build:esm",
10+
"build:esm": "tsc",
11+
"test:browser": "vitest run --browser.name=chrome --browser.headless",
12+
"test:node": "vitest --run",
13+
"test": "npm run test:node && npm run test:browser",
14+
"lint": "eslint . --ext .ts",
15+
"lint:fix": "eslint . --ext .ts --fix",
16+
"clean": "rm -rf ./dist"
17+
},
18+
"repository": "git://github.com/microsoft/kiota-typescript.git",
19+
"keywords": [
20+
"Kiota",
21+
"OpenApi",
22+
"Azure",
23+
"Authentication",
24+
"OAuth",
25+
"SPFx",
26+
"AzureAD",
27+
"Graph",
28+
"SharePoint"
29+
],
30+
"author": "Microsoft",
31+
"contributors": [
32+
{
33+
"name": "Luis Mañez",
34+
"url": "https://github.com/luismanez"
35+
}
36+
],
37+
"license": "MIT",
38+
"bugs": {
39+
"url": "https://github.com/microsoft/kiota-typescript/issues"
40+
},
41+
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
42+
"dependencies": {
43+
"@microsoft/kiota-abstractions": "*",
44+
"@microsoft/sp-http": "^1.15.2",
45+
"@opentelemetry/api": "^1.7.0",
46+
"tslib": "^2.6.2"
47+
},
48+
"publishConfig": {
49+
"access": "public"
50+
}
51+
}

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.50",
3+
"version": "1.0.0-preview.51",
44
"description": "Kiota request adapter implementation with fetch",
55
"keywords": [
66
"Kiota",
@@ -40,4 +40,4 @@
4040
"publishConfig": {
4141
"access": "public"
4242
}
43-
}
43+
}
+46-46
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
2-
"name": "@microsoft/kiota-serialization-form",
3-
"version": "1.0.0-preview.40",
4-
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
5-
"main": "dist/es/src/index.js",
6-
"browser": {
7-
"./dist/es/src/index.js": "./dist/es/src/browser/index.js",
8-
"./dist/es/src/formParseNodeFactory.js": "./dist/es/src/browser/formParseNodeFactory.js"
9-
},
10-
"module": "dist/es/src/index.js",
11-
"types": "dist/es/src/index.d.ts",
12-
"scripts": {
13-
"build": "npm run build:esm",
14-
"build:esm": "tsc -b",
15-
"lint": "eslint . --ext .ts",
16-
"lint:fix": "eslint . --ext .ts --fix",
17-
"clean": "rm -rf ./dist",
18-
"test:browser": "vitest run --browser.name=chrome --browser.headless",
19-
"test:node": "vitest --run",
20-
"test": "npm run test:node && npm run test:browser"
21-
},
22-
"repository": {
23-
"type": "git",
24-
"url": "git://github.com/microsoft/kiota-typescript.git"
25-
},
26-
"keywords": [
27-
"kiota",
28-
"openAPI",
29-
"Microsoft",
30-
"Graph",
31-
"form"
32-
],
33-
"author": "Microsoft",
34-
"license": "MIT",
35-
"bugs": {
36-
"url": "https://github.com/microsoft/kiota-typescript/issues"
37-
},
38-
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
39-
"dependencies": {
40-
"@microsoft/kiota-abstractions": "*",
41-
"guid-typescript": "^1.0.9",
42-
"tslib": "^2.6.2"
43-
},
44-
"publishConfig": {
45-
"access": "public"
46-
}
47-
}
2+
"name": "@microsoft/kiota-serialization-form",
3+
"version": "1.0.0-preview.41",
4+
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
5+
"main": "dist/es/src/index.js",
6+
"browser": {
7+
"./dist/es/src/index.js": "./dist/es/src/browser/index.js",
8+
"./dist/es/src/formParseNodeFactory.js": "./dist/es/src/browser/formParseNodeFactory.js"
9+
},
10+
"module": "dist/es/src/index.js",
11+
"types": "dist/es/src/index.d.ts",
12+
"scripts": {
13+
"build": "npm run build:esm",
14+
"build:esm": "tsc -b",
15+
"lint": "eslint . --ext .ts",
16+
"lint:fix": "eslint . --ext .ts --fix",
17+
"clean": "rm -rf ./dist",
18+
"test:browser": "vitest run --browser.name=chrome --browser.headless",
19+
"test:node": "vitest --run",
20+
"test": "npm run test:node && npm run test:browser"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git://github.com/microsoft/kiota-typescript.git"
25+
},
26+
"keywords": [
27+
"kiota",
28+
"openAPI",
29+
"Microsoft",
30+
"Graph",
31+
"form"
32+
],
33+
"author": "Microsoft",
34+
"license": "MIT",
35+
"bugs": {
36+
"url": "https://github.com/microsoft/kiota-typescript/issues"
37+
},
38+
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
39+
"dependencies": {
40+
"@microsoft/kiota-abstractions": "*",
41+
"guid-typescript": "^1.0.9",
42+
"tslib": "^2.6.2"
43+
},
44+
"publishConfig": {
45+
"access": "public"
46+
}
47+
}

0 commit comments

Comments
 (0)