Next release of setup-bun
This commit is contained in:
23
node_modules/@azure/core-http/package.json
generated
vendored
23
node_modules/@azure/core-http/package.json
generated
vendored
@@ -2,7 +2,7 @@
|
||||
"name": "@azure/core-http",
|
||||
"sdk-type": "client",
|
||||
"author": "Microsoft Corporation",
|
||||
"version": "2.2.7",
|
||||
"version": "2.3.1",
|
||||
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
|
||||
"tags": [
|
||||
"isomorphic",
|
||||
@@ -14,7 +14,7 @@
|
||||
"clientruntime"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"isomorphic",
|
||||
@@ -28,8 +28,8 @@
|
||||
"cloud"
|
||||
],
|
||||
"main": "dist/index.js",
|
||||
"module": "./dist-esm/src/coreHttp.js",
|
||||
"types": "./types/latest/src/coreHttp.d.ts",
|
||||
"module": "./dist-esm/src/index.js",
|
||||
"types": "./types/latest/src/index.d.ts",
|
||||
"typesVersions": {
|
||||
"<3.6": {
|
||||
"types/latest/src/*": [
|
||||
@@ -56,7 +56,7 @@
|
||||
"./dist-esm/src/util/inspect.js": "./dist-esm/src/util/inspect.browser.js"
|
||||
},
|
||||
"react-native": {
|
||||
"./dist/index.js": "./dist-esm/src/coreHttp.js",
|
||||
"./dist/index.js": "./dist-esm/src/index.js",
|
||||
"./dist-esm/src/util/xml.js": "./dist-esm/src/util/xml.js",
|
||||
"./dist-esm/src/policies/msRestUserAgentPolicy.js": "./dist-esm/src/policies/msRestUserAgentPolicy.native.js"
|
||||
},
|
||||
@@ -119,7 +119,7 @@
|
||||
"@azure/abort-controller": "^1.0.0",
|
||||
"@azure/core-auth": "^1.3.0",
|
||||
"@azure/core-tracing": "1.0.0-preview.13",
|
||||
"@azure/core-util": "^1.1.0",
|
||||
"@azure/core-util": "^1.1.1",
|
||||
"@azure/logger": "^1.0.0",
|
||||
"@types/node-fetch": "^2.5.0",
|
||||
"@types/tunnel": "^0.0.3",
|
||||
@@ -136,12 +136,13 @@
|
||||
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
||||
"@azure/dev-tool": "^1.0.0",
|
||||
"@azure/logger-js": "^1.0.2",
|
||||
"@microsoft/api-extractor": "7.18.11",
|
||||
"@opentelemetry/api": "^1.0.1",
|
||||
"@azure/test-utils": "^1.0.0",
|
||||
"@microsoft/api-extractor": "^7.31.1",
|
||||
"@opentelemetry/api": "^1.2.0",
|
||||
"@types/chai": "^4.1.6",
|
||||
"@types/express": "^4.16.0",
|
||||
"@types/mocha": "^7.0.2",
|
||||
"@types/node": "^12.0.0",
|
||||
"@types/node": "^14.0.0",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"@types/tough-cookie": "^4.0.0",
|
||||
"@types/trusted-types": "^2.0.0",
|
||||
@@ -149,7 +150,7 @@
|
||||
"@types/xml2js": "^0.4.11",
|
||||
"chai": "^4.2.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"downlevel-dts": "^0.8.0",
|
||||
"downlevel-dts": "^0.10.0",
|
||||
"eslint": "^8.0.0",
|
||||
"express": "^4.16.3",
|
||||
"fetch-mock": "^9.10.1",
|
||||
@@ -171,7 +172,7 @@
|
||||
"shx": "^0.3.2",
|
||||
"sinon": "^9.0.2",
|
||||
"ts-node": "^10.0.0",
|
||||
"typescript": "~4.6.0",
|
||||
"typescript": "~4.8.0",
|
||||
"uglify-js": "^3.4.9",
|
||||
"xhr-mock": "^2.4.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user