Next release of setup-bun

This commit is contained in:
Ashcon Partovi 2023-02-22 17:47:24 -08:00
parent ed9eb0969c
commit 9c14b74b45
1082 changed files with 242557 additions and 173810 deletions

View file

@ -2,7 +2,7 @@
"name": "@azure/core-paging",
"author": "Microsoft Corporation",
"sdk-type": "client",
"version": "1.3.0",
"version": "1.5.0",
"description": "Core types for paging async iterable iterators",
"tags": [
"microsoft",
@ -33,7 +33,7 @@
"README.md"
],
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"license": "MIT",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-paging/README.md",
@ -72,14 +72,14 @@
},
"devDependencies": {
"@azure/dev-tool": "^1.0.0",
"@microsoft/api-extractor": "7.18.11",
"@microsoft/api-extractor": "^7.31.1",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@types/chai": "^4.1.6",
"@types/mocha": "^7.0.2",
"@types/node": "^12.0.0",
"@types/node": "^14.0.0",
"chai": "^4.2.0",
"downlevel-dts": "^0.8.0",
"eslint": "^7.15.0",
"downlevel-dts": "^0.10.0",
"eslint": "^8.0.0",
"karma": "^6.2.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",
@ -95,7 +95,7 @@
"mocha-junit-reporter": "^2.0.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.0",
"typescript": "~4.6.0"
"typescript": "~4.8.0"
},
"//sampleConfiguration": {
"skipFolder": true,