{"_id":"@azure-rest/iot-device-update","_rev":"486-c00825cf65aaac0f793703a1d29eb026","name":"@azure-rest/iot-device-update","dist-tags":{"latest":"1.1.0","dev":"1.1.2-alpha.20260311.1"},"versions":{"1.0.0-beta.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-beta.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"15d8d86c94ae881a5ae225d54cd000e820dbc834","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-beta.1.tgz","fileCount":23,"integrity":"sha512-QiOTn2Jpyh7VjQPg3vnQH3pDVDrquv0Bqj+BExVNDZ9PlIT9bbo4Y0jZAUBAppLF8dknhhQzqO8Ni0G+PcZHqA==","signatures":[{"sig":"MEUCIQCudyba93JR/j1MllHrxC9fJlMl0Qr67p0SdOspPSk9YwIgGVj0DO8NGC4Bnj9j2HyA5382bVRqb26xMENRNK8kGBU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6jweCRA9TVsSAnZWagAAiaMQAI9Sh3eNwoJJRQ3pQKP+\n6z9u0KH4XAexTndZVJeoohqu/idkpTmKsqbBzXd+oSSI+Nqz+kxYs/h+jhXf\nCFIxo7Zydhw4cMyT0g3Ik8qHX3/qgrxFHJ3IBDATrxvWXeeFYLv5SboQhyWH\nfnKw2i+Yk2Wubd8hBa/dt0aUyiJxgRmDb6462uJY5wIdyBjQyZpMWfR8NZl/\nYjE0kAbPFjQL4jXJhuR/HwSHXcf7fRPOhJqXRyAPD88CpobyBTf154cPsrHw\nGjWHKUwzi4Yz/QXGG3/C0q2Z+jnSwzKc7tiD1tS11wiIobAsNlgW8lI4wJji\nsVt1W57IOIXcnNkVbuTuFvFAGEdjdtD3aaD7Wv1UCU2lM9kMdVGm/r8Pwtdz\ncIVpFQiUhEDT6pso9MJbI1OWpdLZosGBjKcVGfSG66WQVF4SpPVT1psFwfPG\nxuHb1ZL5VDgXmCvUNNh0lC/EEK1+k//UeglD5tYRQuh7jDw6YPKtmxHO26uC\n6w3AGGFdeMNmr+lgUUkIyqgxGjrndoMXsvbtZWnP2Y7RqGGruPQLCq+6iusX\nLqzJ5PwvKy+gqLHxKRF7290pmnCFcPPBlVfi2t8clgRmAiiE4EU9G1McxyfD\n3Je7R8j1YiVEYXo/Zv14EwShQUcQ6zBUTzzzARzq7MZ6KI0X86Kr2n6UBjI+\nrQFf\r\n=w3Up\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-beta.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QiOTn2Jpyh7VjQPg3vnQH3pDVDrquv0Bqj+BExVNDZ9PlIT9bbo4Y0jZAUBAppLF8dknhhQzqO8Ni0G+PcZHqA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":"1.0.0-beta.7","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/iot-device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-beta.1_1642740766375_0.5999897379638777","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220121.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"24d6ecc5e07170c7ce92c4282b62d2b1318f8951","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220121.1.tgz","fileCount":23,"integrity":"sha512-uuZZSBCKr8CT4A8qX9wOlrHgyHocr8CqiGZlFjSRJroMBNji9V/Lw5LT7EVsWodlbqCB0cz0HMF26xa6oJ0TVw==","signatures":[{"sig":"MEQCIDipNcomJD7Or/fxy5Mi2GToOJe+duTC0718imf74FWpAiBy6h9EAHMqDtFVEECsRXwiJIqVt/TGM1nORP/nOhpugg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234709,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6uZSCRA9TVsSAnZWagAABcAP/2/RJ+mCg3pqpBjfj0qN\nphGNp03ziq+TRSytNP2t5VZhbjwEXRID6UuaUTAchuXDUjVk3wxpRIey/DbS\nwbpcuTG2FGXBVyQLcLsPQMGbkOEsFJAJzdrQO6LWVr+1gSuE1KHWhTy5N/nE\nY/1O/QP2svUFLh6C17sSQD+/2bUra9gTNCN4NFIqo5mecyea+V/t+cYqfI0m\nKHDweGANBgJKOdoDdnaooALOPU9MfNBKwNKqs58fpzpk1x1nipdonyLR3YhS\nKggBvf1+o7lN4NHgUAiLMIQuGB/lveOcETvjumZ17/+wTd18KZaPaD4p2a1A\nIuA3D8G9fQ6trr9mUnXbVIKSOGOnF8gDMK/+UTRRhsEV/rpc0JLtwa9aSO/U\njW9ciQR4aCTQaYlzHBF0hmhSXW0G9Bjawb/HJBdchCVijQTU9f2eOpD+kAM7\nraEzHANoIAKtOTuUmXqYNpweLXnBP5j83/pixUxESWTi7ClW7wwwHkIpIWF7\n0LYGozkFlzGclMlCROF4X8d1QMj7J9KlfLX+mV/pUdTzwkh+pFKTIEheaill\noHdFdDAxWlcux5ifFPVIx+SPDPFboWVQuz099O/le/aJhC4jye9Qi6MqahOM\nVrqFVY9PqIWz+C9MSREEahdfjCyLn0bUXtGkBjJ9L1QaXaQEjLsWtMJ8kBvJ\nSYeN\r\n=ZkCL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220121.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220121.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uuZZSBCKr8CT4A8qX9wOlrHgyHocr8CqiGZlFjSRJroMBNji9V/Lw5LT7EVsWodlbqCB0cz0HMF26xa6oJ0TVw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":"1.0.0-beta.7","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","rollup":"^1.16.3","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/iot-device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220121.1_1642784338305_0.04095898196491743","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220131.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220131.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220131.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"daae471091df4a92b9578799eec360ba617ea954","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220131.1.tgz","fileCount":23,"integrity":"sha512-1MITeV0RDYDM8yPNPow4RYV75DvQQWtElAvssnV1qshqr/DBUHBTqqlHJIYW50vH30tOF3F89y3l2oLa9ngPpA==","signatures":[{"sig":"MEUCIQC2eGCIjshQay8qWSs3sLs4UKXLoCaxumPTiO2FQPYFawIgWT71kS8a+atP5n/EkHnsf0H/6Hz6dSmgpW8LCFg1nF4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+BYiCRA9TVsSAnZWagAAKsgP/13NQMS8fw2ExUWjolAF\nb7j8wJNiGO/4Z1Fnc9UzxBExwT0ysTbuQUVGwJ+wM6gxUz1E8PaPt6J0zftL\nyXh7zLSX19j/3SLLcEEixbbSgFpOWGCYPd2AfzOUAZQ0muGtJoX0c8Sqq9UG\nI5mhufzviJsWX48El9x4UXgrFfK1/k9GAt9QMp5PzAbMzoo9tWjZvIbu3kFu\n2U2gccLoCZ8qYhuVYYdhNun6clULSGAH2OyL8p8F7HexCgbLpaardLB7bkfo\nN3kDIcG9K4i3X5XXLjOrN0RGMLiodkYSzT1+PaXgVLDik77BUjIc6igBhFWx\nn8GNkg8lkpSY2eMyVRUjLiBesTL7A2hzeMo/QCJ63GNmc2y6Ra8+WAkmdMHe\nwdCh7+6RxguthhNSxM748qcKSfgn7SzNBzuAKJjadUskYYMsFzjEe64vcUN+\nTlZ+evkXHHOQ8tp7zR/3LwX4r19FToZ8402hTkmAF7sUgvwXAJW2gErMbL7I\n3FtcVoYuyAhrDT6lHjwo3nEet6HB1Lab1StWxxmg+y+JFezaNzAjeWQdHPYq\nVsLNbFHv//BtMuxGU26isrdiXojhS2gXXFPQCpn/AQ4eS6lV+3uVqjS9WjY6\nyx4EG78wHj9I/8gTftoOsFUCtVG9BIdivAeuQRolhO4Dw+XdkyHLh5N4EVpB\n633O\r\n=IT4K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220131.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220131.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1MITeV0RDYDM8yPNPow4RYV75DvQQWtElAvssnV1qshqr/DBUHBTqqlHJIYW50vH30tOF3F89y3l2oLa9ngPpA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":"1.0.0-beta.7","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/iot-device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220131.1_1643648546757_0.7774038715305969","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220208.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220208.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220208.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"26baba931456230877ed74c5e254d55320d40416","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220208.1.tgz","fileCount":23,"integrity":"sha512-pjq+K8iZv5Mm/IFh81SI8rQlW0YWYiXXw3zY+IlVh7l4nDD1Iw/RPDG/jBqi14ymT3iakzjrkzNHgXlcBrIROw==","signatures":[{"sig":"MEQCIE+uXfQv2C2za8dgr4FeYEcXN+2kkNNzs0YKSx45pzq1AiAwQXT+jmKaP/E0iCnVQ4hQBLi30qIVXN6LUFOZM9e0Gw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234636,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAqHhCRA9TVsSAnZWagAAHHQQAJN4JOOjUd7PuBHTSVhd\nHrUPoKJL9wLBynBa1rzv/AWZ48k/4rhwMdmSjRELMM6FsTEhakx8X7Mdswl1\np+bZj84Tn8DVgxs6/fJ/KTlgH13pVudKwIzrlaIZfnI1p2tSpG+9NEB9XaiI\nXU6huam1zpweRFljg/nM4sha/a6mqGtfO+Vw+CnWUEfpCHPEnj8s3BX2QwZf\nVSgAuU8grZ0mc5rk5UsEyDf7/IPz/WNC2PD4X6xMKswgi6q6+Z72vnNcoHBv\nI7kw+2KCSbiRlfyDzB1+gMJiRYYdru50YIWtFg4yo+apkGfqIOHl/9Vqi7m6\n9S/8V+mfF8rO00Oocsf9vnDGFjulABijD8zM/Ns3VthtNFWBsjHycxUFvwOd\nuXB6OwWd0lPddhWzDfUtNVf3eXOLQiDwtx5915a1kGxDUvCpXnJeRitZtBJT\nidhVQRPSOQ2x8dGXdlRr/o7+EannmZ3KzoWdARWAKWblxfj8Uh1X40C+N0e0\n4fcYixw1IRTdzc6eNWZGCU8nv+Gc+LiTQkJ5GITKcwZBE6PSwtqpB9YIf+LP\nbLFpbaLfK9XcAIgfKHMWFBRmTYNcYmPgR8WufGxYDCWu8RIhxdp2wFGaTKmN\n1j0nGC7ES4G0Zb9Un8MC7ovnUTmKD9S4rOFFlFSnnxA9QdLhfU48Me8OIdyc\n2L+0\r\n=Au/n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220208.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220208.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pjq+K8iZv5Mm/IFh81SI8rQlW0YWYiXXw3zY+IlVh7l4nDD1Iw/RPDG/jBqi14ymT3iakzjrkzNHgXlcBrIROw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/iot-device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220208.1_1644339681157_0.8510213505950859","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220307.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220307.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"93a502baeec71b71d27f45f4118c6a5f62d14144","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220307.1.tgz","fileCount":23,"integrity":"sha512-0XsWJDVsA0JsFXRlG0Hm5QWDVxCnCcQynSlNvaUzTq3jGFcgRRAI82YYNoV3kdb9aaFxkbX0Ox8TI25CTxYL5g==","signatures":[{"sig":"MEUCIQCD2DDVOdYlyLIujJ4qNy09NsoWyg3culqM6r9cBvpkMwIga+ft4E7y2rmaqlHAYgRZ4A0XzpQU3AUwSUpVcYE0hyE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":235174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJqPfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqeyw/+PYo5AVp1tHPYc7HjYs2Na+mSQs59N6ckOY20PS7kvD3hsDS7\r\nXLTkVV2A2MJu4YPt72YkgF3un90IeG/4pBYFCEOdCX0GpbFjq8bSedsBXS5G\r\nYXb8agSvqo+oTr+fKM+32vrBFq6zZaORdzEGfK6MNtdh0DW60cz+QMw1Dzwo\r\nxdwLXr4+RUL6rMqwLXLnivDrMTXwYN3PQOigm8Hz314cxidXrwApBLis38EF\r\nUjMSGYdKjfVZYRG/d8/mgDWp+3gWqENzU3zPAo6w+FiM+h4p/klcVzcAETt3\r\nUI/U2TBPXdYS1XLRannJ3rKKD4LSDDTni93vubEzvV7S6KvHepy18E82LNMN\r\noGql05Wn1l5oiSZ5EJNwu9w+/NxGShhwEcsdvmYw8QaXKaUkcETBIo+iN3Ph\r\nIwziKtToRGUCqnEuzVCPOMANHl5nopQTGD2SwLTBoBi6d6zpp501lBWL+9n5\r\n+Mt6B0SJrp8B3Y3jEj3fS6o6Kx7La5x2F9SgB45MW2cIi5mOqK9kM9ky6Ceq\r\nREIu/kHtlI/8H7ISE/5Tq/2+vu3nZpntDsFJNQHKqM/XibRg5EEB1EzUtNP/\r\nwiS/vsFe9ftm9bYLWwIlaNxEVsC7DST+WgzJ2GL010255myhsQ6NvoE5j78F\r\nOtagdtzORrrDqY2B9S0QI4n+IUKTZJAQppc=\r\n=wclr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220307.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220307.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0XsWJDVsA0JsFXRlG0Hm5QWDVxCnCcQynSlNvaUzTq3jGFcgRRAI82YYNoV3kdb9aaFxkbX0Ox8TI25CTxYL5g==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/iot-device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220307.1_1646699486482_0.4380516056495707","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220309.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220309.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220309.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4585ed110996128b86b5e5d2cb54eb9f082a77d2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220309.1.tgz","fileCount":23,"integrity":"sha512-FyB8ZkUDS5MiE06a2bPr5Pd0iLKbLp2uhssfzpB+fUDyLCZg+2U6+YqSoAhyjY2sUg002a2cngAbaSIdlg7baA==","signatures":[{"sig":"MEUCIQCK7FKdplBbu459923FNGx01xDHr0OZ3ze2EetfjlgYnwIgWYI2ZmXTGkIRu+q/o27SR1JtQ5EOmm1wgwY2ALWw9vs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234636,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKNy1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmofIw/+IdVkNIlR81nUZet0F6ciJJHOwRVPbq4hTQk4w7hmzmPk9Lpj\r\ncn1YEL52ayOhlfnmE7OHNUGpajvPz4RPGoiqVINLnGnMGW0kGgpFqN3OJXtm\r\nj3rPkcRgeVngC/7RcBkJ42U2FGrMSaJGTBRbgQ56aQV/hAnunsZmz5/IKdPG\r\nwQh0mzD1RqdqB4Y398wyK5WG2JDv9JlevTC51bFm51vCB9GIxb9ZH5vpD5vW\r\nP5Zcw37nZ/WZmPkBMLMxmIYxiUHyAiDUIK8KYsGGwrcGTMRPLfwQPInWExvj\r\nTrqGeFSAqbI39eqc69WX4llbE5yGZv2KCJZXmLGB3RyabtNpi6z/zvfZUEzW\r\n1/VbxM8UkwL/l7mGpr/ZlHHprWIt26jVBA3pqnG2KjifMDdkjighRegLjAdN\r\n3JRBhlkhQWialwWcrAMmpBOmS2oK1BaarVOFALUim0m6KWNFC/B9lSDS87D1\r\nSRIpfKzzMlMzE061EcZeQxgnezF6WVeezgz8Gm7Z2ijr/WCcjtWN/0gI5ZgH\r\nN83hI5AIXBgHls0GHAeF5DStlvZ8dLDR7D0QsmS21QNbGOthu3R8xwR4Iymc\r\nGU3ReBuaujTP+xbi2dz3ucwApz7MPlCpHuvkyy2GuSioyOH6OTbgADMiJqRE\r\ngVn0Nn9Q/pAn/xxC1KYNNAn/gK+0krSzk7U=\r\n=DYWn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220309.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220309.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FyB8ZkUDS5MiE06a2bPr5Pd0iLKbLp2uhssfzpB+fUDyLCZg+2U6+YqSoAhyjY2sUg002a2cngAbaSIdlg7baA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/iot-device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220309.1_1646845109491_0.9412955193468557","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220310.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220310.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8d501c55a1730668ebac8a33daf0d0be519debaf","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220310.1.tgz","fileCount":23,"integrity":"sha512-iV11rhmJuo69KPVMd9VuzQgZy/f4BJIY+u5pLIj/VIJ+/1QChOuCRhnnGi0hfZMpnRcIwJOG/Osno/bKaxh6YA==","signatures":[{"sig":"MEYCIQDdiRryYRSLCEXdLTPME47JXWSMWxVVSEzMR+tfLEMjUAIhAO4/Gh1qv8CieuNyLgZsWHDo3RKs0CkH5FV6EA3v2DL0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":235174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKi7QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmquoxAAhgQz9m+TU79WkPqpp2eqSpCktscnlNMkGEEZrHVgB7/J7VC9\r\nvObRXK34mXC3x99Zw/oCfhIto1HtMliHH/c3jSGiSwTErLTgjjqZUuIeAxKC\r\n/nWii+GeXnXmYjLsJ8Zj9SeWkAJhVWqw1ew5iYQExxsCaazNO0xjNqhOl3un\r\nQiseDBqmrXMWyw2lQI02LalpywaQ5ixte52xholMKxWOzy0tGCHrophtidzY\r\nxnVNfOceuBeTLiggnWSAuBN77kX3xvIERmxTtEkNUA/J4tr3aYeYKBTHds1s\r\nGtSYvOiTWXFOJYw6Ht1xUIDofOeisXI+3tnYMkFd85MwQuS6+KZW1f8DS9uI\r\njyG8gt530EPnVXoWO/sWz12XEcderSt3TM3p72Fvmn+VI6oyBosKWmx/LVai\r\nr9LS825GNtKaROcrVqOMgE5xALNe39FSNn/jiKc9wiJKMymyeimUXJDWR4cZ\r\nKierO+/h0HLCyE1rweiUNmvbILGJlS/DgMJ6KHIvJLjWIV/fRoPbCEjPxo6c\r\n6wMTPXngfjxjVVqD5irJvzP9M/GWZFSMC+S0MePo+l5MzSYIGhASLXy4ANdE\r\nW59X3ytUBQDjM7qoDK8X3CoBYP0iVMWbuGJ3Rdx0tlo1aYXlYH9mfl71Mgn2\r\nuWPr+vcRO5HnyVTSjtFL17jaD7ZYpW4f4DI=\r\n=2Y+f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220310.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220310.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iV11rhmJuo69KPVMd9VuzQgZy/f4BJIY+u5pLIj/VIJ+/1QChOuCRhnnGi0hfZMpnRcIwJOG/Osno/bKaxh6YA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/iot-device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220310.1_1646931664180_0.22852346205090557","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220315.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220315.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220315.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4ce1c57a25e816c84dead1f84bc7d2a79a7a8aaa","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220315.1.tgz","fileCount":23,"integrity":"sha512-5mmSk0cjND41GyPp9gYicbnWuQh3a/M2LuaoDTG1SVkV4zJxyEBhEW0luD1ZxUrrC0aIVfRxqriYx9+pJ+FYeA==","signatures":[{"sig":"MEQCIA5WeKHSFnBOwaDevgPwADzhoJikEf66MpdIapdqGnIVAiAzsb1BRhHXFVe4ZYd4wbhX2VB6kTQDznaEVyxKYpGC/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234636,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMLflACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSig//SMTsYwEFPLesL9Thicfu2hhMzdzpD3lFgrkuqvtRO/4TCo4P\r\ncH1QIGI2Yk++ZxYCnU2ABhMJCX97BBsNfs/CopChbGWk0NAmX2znZiYlu1A7\r\nijfVLGMb4yia4puF/zXpQ05rHJC00GNwjeE5WRWxYQ0ntab0G94Y5/5LWoPX\r\n+tM6sJyxHo6aXQ09c+nXTrQnAdoTpXevPyJqN99HWM3sjFTICCmi8LG4BN4e\r\nlbgyfcertsX/Wu0Icho0mQomO508jvmOlMgNqTBUmUJgwSe8t596jGjeJdOJ\r\n8Yxa0C9aD727hDvLinLfEm2Xq58IdO/X/AfL/q3JMB8lCvtWFinEgTcuSeDZ\r\n7MBTse6V6ULzA1XwuLDw6yWr8+sM5IZ18wEspgywtDKxDjBa1j2c1BIguuPT\r\nQUXPDJ38FXNsKMtxK5eKzVTdJlELsT28fqH8ft42HSAGPUnYqjICaPIX9/Rf\r\nq72XNsnui/Dv5Q88nKsCkeHK0q1lDeuKG1x1iF/TsXXKz64k8hY/SBJbrkiv\r\nrohfuFCB7ZQW55wGKUO2wbHXHZ2n7fPUI2ny8TgrJVASkh03zr/qqzMvr4OD\r\n74YldG4AmsiuB0CzuWixZHwFaVwU5Ur5U+T+dD66Ah1yFane892Q136lEfcs\r\nECeoQN1OI3VCvc7JTizPkkbkPq+l0PCA25o=\r\n=sEmt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220315.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220315.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5mmSk0cjND41GyPp9gYicbnWuQh3a/M2LuaoDTG1SVkV4zJxyEBhEW0luD1ZxUrrC0aIVfRxqriYx9+pJ+FYeA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/iot-device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220315.1_1647359973318_0.7775254092439898","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220321.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220321.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220321.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"29e699eb1f5bffb1b3c9805393fc3389f2e502a3","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220321.1.tgz","fileCount":23,"integrity":"sha512-bP20j8iwKolglOE6fLYIdh3tzkRpzB0MncwYynIc8Lp7RotN/ZAf5D9Jz1PJ6RFFdVWSvtiIkKvooBQuFKhtVg==","signatures":[{"sig":"MEQCIFFsctA3sCYwiwZcmBiDsrjpbMS4+RRhBvVZm2Yj+0Z6AiBWKb1RSJSaQ9mIxAaiz6xcz5PyqgWiHcBBBXnLKxP4+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":235174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOKSWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7ZhAAnzontdUZf2I0AHitv/tOdJXlHaUvF7hh0yTj08EsylJq8qw1\r\nr0OrX3D6m4gV2elM0bx/GeQ8qfaq+mUGvcLdIagI61mcrsjVhOV8ugATGXjy\r\n3U4xmh+u1+TcaOS5+8k7TLFDzPgx7r4XOK7s/TDUQmR0qcLSkhuwmxhOVcB7\r\n+C160fKEm7Q/QWNUw5ShEl6kzZitXwHXksZ0BIpfc1j3D2VXphxX7IE1YBmD\r\nYH0wskmCTHdYipMiZEM+dy7FK4e/ockllzvhjaV6O0uTbwKOhPodh+Uu/EUG\r\n++By2khd4tyNqANc3VJRUzhqP+Kp95mZqmE27dfiiwjKyJi5nvJCtepnRddm\r\nr5qQdodLesqjhCe85CAbmM73ONGZgYTZI4sDcg3t1fQieAArwE2ELN9kezvi\r\ni1s2L4MKNvi1McZGTwPE6MA7y/BE+qlBy+wtIM44UIeRSg/ahyVb7cu1yywI\r\nkhCWJzFSZH8TZ82M6Fp0jELkLXK766rOZdTGIHp1NNIsKdDSMC9nAp9w5Oab\r\n1ZwCYxxOtXnb69NMv+UxgY7RDyHknv/N8q2t7qpeTWuD6YFn2pG+kxbeYVVE\r\nMgSEAj1/A0I34GuByd6Y0xpAFDKDEibOp+NPQCuqg0FPNFmey2QOsWJ/GRhY\r\n2KweWvc8NPEmEjlD8TxLysrLUo/0xB4ua0E=\r\n=Q4eu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220321.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220321.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bP20j8iwKolglOE6fLYIdh3tzkRpzB0MncwYynIc8Lp7RotN/ZAf5D9Jz1PJ6RFFdVWSvtiIkKvooBQuFKhtVg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/javascript/api/@azure-rest/iot-device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220321.1_1647879318442_0.9645963485188316","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220330.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220330.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220330.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fef30f15ca4ea8ac89e3f27228d46ab165ad5cfe","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220330.1.tgz","fileCount":23,"integrity":"sha512-5o2gz0Px8+P4EXZjTv4PyFgxV6sCTja2SGZ8sSF9sBB15/gUQhTbvjT/kKHL2Z6F6DPw892nHPLg9y2XEQjEig==","signatures":[{"sig":"MEUCIQDPkUYjWdxGK5gLEGGogx2qawsxUq/9DgvQLA+axGRbtwIgRrUP3+Gp4hMf77E+S3DIr0Ztmq0O2iwN4pn/2ZreXN4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":235184,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRH9TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqweA//Qu/dGofT4nvzfACMsgDTy1dfYV6I5c7HJjFzIw4lPkRzH663\r\nENFfOdiQ0VJ9gC3WDHaY7z/Qy2FrLk+GMqxuNhGjL2BjN/pKzm+WYt5HE6xw\r\nohvJlgVOWqyKYCPMA+hTnSI3bkd2lm3UJVpY6wwAPJ+R0u3/nwuIqZ2F4LQs\r\ndZnonCRhh/b9NC8UqILzdli8HOiv8LgoC7UZA05Sob+Y7cSTWffXKu2XkT5A\r\nZ50AeZwv3swtZ4brQift72X4EcUEb9ySMOBdWAPdkl4cbxAVBl4pJFzOvM6f\r\nC23zh9gxPrsd5GyQHccdkl5TKsk4QfUEsdUHh4Eu4GJbVV4jj6UU8FZSsZh4\r\n8vR0d72MHQbQJOXP4NP62G3r9Fh5CcHyFL6zP1KiYxFTq+bq2WXvstm6TAv/\r\nD2tnWeI0LT1ubGa11JiCz0MXvntsKCuY5u8GeVrrqKi7sSfHbAUycGYSkufN\r\nIDmYv/zdaBNNWT8H7mzgP8fgSxdrcYMUZbSISPxp1lNnLI6pRNuz0CIvfeT3\r\nK2vO+pGW2D4UH+gI8ihNcDyX6SSOIV5+9BlncEhQa1OClox02+tcmi9snyJd\r\nYMwWAwYNvMI1eCr8TQzKuK/SlOIipQmsS95g5h8K8ZpEKnG/xUPGxOgu/t2D\r\nxDf4NffKVzKMoVaaR8rSjya1+ZHSNa17TYk=\r\n=TBKq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220330.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220330.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5o2gz0Px8+P4EXZjTv4PyFgxV6sCTja2SGZ8sSF9sBB15/gUQhTbvjT/kKHL2Z6F6DPw892nHPLg9y2XEQjEig==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220330.1_1648656211643_0.7856181504848534","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220331.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220331.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220331.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"234dc123849385ff54554a74f6a196dcdcd5b157","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220331.1.tgz","fileCount":23,"integrity":"sha512-yGoIQLt31AIp58BFPaXpplA1oZxbSlPI0SU5ESkzMppFLhCgHJoDuo7wY/wDGaptT81Z4Sz2F/vKtK0JcAMraw==","signatures":[{"sig":"MEUCIGU4isewsMx55wRgUHr32NfOVjN9BvRLMk+oFTvP3w6CAiEAxcirVJkzOtwYcCAcihB9/fM+f2A6Mvcwq+3w5u0VEcI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRdDIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrH1g//ca35jNZH2IIRQCENhHQLdq0yc7b1E9ZaUbF/m0L1GbhiEkPm\r\nJK9d/EcE86WLCpLUByjrBS1oE+zGhZeSdBQCgD19G5Dm2BL9353WwtoBphVM\r\n/96VURFUuZt5kBmwtUzYWTySJm2Pg5Q/W6/GeJcXLZDv6qYD86C2V/nks8Ne\r\n4invMN2g9c269OZvbrgHK0yoqFBtoLFmf83Zukk4Dde2CEIEiA0WUP9xhuAj\r\nUz48Q/vkqHGrsUw6aCzVaTNfrokJq1zzz3fUl2E6dWmMhSoRfisvFomY3SFb\r\nj2Xuj0WqcldgKwKCBdWYztOXQCjtR3mHpxfxvUhkNOTAdq8krY8PYuKFmMV7\r\n4jDz4CNwWJS3xlB+esdWJiOIG6+5OGVmBPqsvk4XozYDirU0uKT8E95ZXPMe\r\nZUWnN+S+d5ge/eVF1+G56jV1Bau0dcBSGIwywCKCQzQoi59NyFBUO8EKsWfs\r\nHhg7yox6Utj8w84ahDILlmeg3Wh1MDHhN2EG4janRhuNy8opF5MB6Dm+DGw7\r\n7vhQ8ckXjHi92YeL2ILDriwL0Z/L6hhiWxcZctyTzd48bcPjIp3cey04ipdM\r\nrUa7SExZvJmVcCo3tlcDupZdEXspWThprh9/Mb8rIhdT9ObVsGLVRLVVCXDC\r\nwRvi4KaP7BAgMQkUMsCVY8NEXIqGr5+k94Q=\r\n=YzIy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220331.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220331.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yGoIQLt31AIp58BFPaXpplA1oZxbSlPI0SU5ESkzMppFLhCgHJoDuo7wY/wDGaptT81Z4Sz2F/vKtK0JcAMraw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220331.1_1648742600009_0.30535681788559876","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220401.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220401.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220401.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fedf9eb759afc62f3a0bb5bf6a6e4d89bc90a90e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220401.1.tgz","fileCount":23,"integrity":"sha512-/SDRXBBNZTaF7HeF2ltbNv93PX4Z4Tlk1A8CFjTI2Dp25dhy6LPNlZSF5v17EROTbwT0nUNu3ELgU+5h9qzgfg==","signatures":[{"sig":"MEQCIFkMbRMoKInZEpo+WrdYauhFzPbBq6m+IIKHA4v6/XUVAiBnZtjyqKBf6tZmGboh5oVZfH0ms1vycDAZGdwTci49eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":235184,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRyLSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQbw/8D1EOoxnFc8wsvdtYkwqLYI1/KDx9JGiRbcGJ+zyFK2rfIg+6\r\nQNsZE5hfTlhN/6x5mdGMCNH0JOWTJWkRP3LxfQJ2MoXpZwjZIXrQ5WvMpVR3\r\nTR1p2wPrp2wj1ew6dqMT8IcdWKugiPt2d8OPzEVFpEk7xABJTaLPYkgup6FO\r\nen82Mn6ZxuMTk8lu3caL0pX0fcTI27h+TgGFA/Po6C2YVs4eJFz8bvX3cdgn\r\nTUAAxSA6+KwIsDLyZpKP7a/e9EtjkLhYPyMhZv2rAi1Aw9cB87GqfaRYAhuf\r\nVg4+sCycaOdLOcxmlWU/UG+SDPKhS0pZnbcdI1h2I30R1I5hqXm8zYfRAjww\r\nyS2eA1nrP6yp2HYd4EA5wApWRLUhe3Y4+aKPpuCVfiqADuj1tPk7nXJuZ8W1\r\nnGcaoELw9UtD/6H9odmfvDXl2iDOXEKb57dD3ZpMDWA8WDT+qsdizsj6PQAb\r\n8Fm8GbwJaP+o+xgylRSy0D7885LLGHF0Mol+DxYg86PeYmtQFMbkfUUXB+Qt\r\nX6xIgJDms7dOndnioYo+xfJm+MLKcYSLPYpBjcRTQ6CByRM/Lvsdm+w2lTCq\r\nC0dQ0YdynSvbpFTQ8IzOAzE0chQqgaLRL/ltsJsqkgtdO0CY/L+0SvvVmJr/\r\ntUlxcf2jLqg5JpQ7NBdund3DDzrliv5YzG8=\r\n=uuUJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220401.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220401.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/SDRXBBNZTaF7HeF2ltbNv93PX4Z4Tlk1A8CFjTI2Dp25dhy6LPNlZSF5v17EROTbwT0nUNu3ELgU+5h9qzgfg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220401.1_1648829138775_0.9844726741846086","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220406.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220406.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220406.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0b0e939a9413a2681e20e371129ee661275543e9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220406.1.tgz","fileCount":23,"integrity":"sha512-2trS/qUoefLSs+DSOO4Jc2BEw4/raPDY0Z1nJ+d2olC/MrKQ08txmoFi230yxSztagAaJ3fHSP4h4nEf6LpUDQ==","signatures":[{"sig":"MEUCIQCb3sUURkQV7YzDDZDdVXEffWqQrbEfa2ZV+NCGzb2qLwIgQVBKq91IdiH2t8dSucie+OENCNGGYapPHynLqz65CVs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTbocACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoL6g/+LKrt+9Kq1QkWQ9Lq/etPsw7uo6UwDvPWRX2QuGtxTVEsPGFT\r\nBmT+r0Vxh3BZW2/OWfr2d7J9jwhcIElPdO8+ZKxNoqXbgOD4rVTmQZmA5q47\r\ndl3PGns28ps3M6staX3L9lU7vMaDEN24gkqedfUjnO5DsYtGqxxdNDo4Vtwp\r\njMwQuwcqmSaoyssEK2o/z56Cw0M06EsR8BXmt1OGtrdVM4IsxQBNTrSvrXr0\r\nr/VCEr0SFHtV9L+vXVdqw7p9PBhyBKZFcuE0mB+wA4Doc3FKYORcWLBJesgi\r\nLPUd9rX2ju9omZ20KVYEjKXMMUhmtDmtD/cdkks1TzbqLrokc4h+QOBnjbhR\r\nJalCHqTSTbonPPFhfxtX3nrAbe42PEFj6jjZO8WF2tLWdaNpboydCFY4IMos\r\nQXTRcxrjp1h1SCAFwKdn6hc0Q6+wjsyb6AmtENfgG6wuFSiFIgl+00o00+pS\r\n1NjKkQH8c15XbAhG7KcjFW7MblurKVOtuZ2kIZ0fXvaJNVRfcBNRAu8TB9tt\r\n+C5ikGzuJa60vi2zMtOWlT+1GHa79JIpEpvzJ8HzLJriEvbtoy0fhwFjSIRM\r\nTOzxB1kMslSOCnwr9RQ9pAEPI3g2kzVx+P9JX51OFu6K4u9S9ESlO8vKSByf\r\nCWdMlWNPqBXDQ2Jcae8HyQZ0Da+v3DIhqtU=\r\n=/ZRL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220406.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220406.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2trS/qUoefLSs+DSOO4Jc2BEw4/raPDY0Z1nJ+d2olC/MrKQ08txmoFi230yxSztagAaJ3fHSP4h4nEf6LpUDQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220406.1_1649261084209_0.918704175866627","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220407.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220407.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220407.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"957e6e5431aea3240ffe39ffaee70f920ebd7466","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220407.1.tgz","fileCount":23,"integrity":"sha512-ntohELJHp814zMRcEhz87S6TAocc/LtMzJ6o5eS0fn2lWtUO+9p7btq+kAug6rX612TFRUDQMKl4PgwWqPBAWw==","signatures":[{"sig":"MEQCICch3slKEwscFUskUyDZa5CoZZP0qi2+SpPUxgjBh5BkAiB7z91F8h2SKMKNViZGxmyNnkjW10wrvnUWw2hJmY5p1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":235184,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTwshACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq66w/9FWAHE/eFSarEjvg+j4wK98VYBP2DWX/GC2VQKjsCUWq36Fj2\r\nySNE3U3eJufaQiTLH1BnvTL1RD/B4bdxkxWQiE0eKXozm6Rfm7ZUmTRK1aEi\r\nOP8ZYNlHAv0mf0EVQX5CtO0DFWKSaKBoZLQ4u8gfxZscIFwwlQg0s3+Ju943\r\nCoAIpRd+oUiPSDIdfLQ0ufyetPXkoeWQsYtXUFeESSvHuXDLmk3FJr32yCd9\r\n1AcYtOuna6gLnkG+ORAhZ/HdJJM7+DxtRZVfe7Une2pLr6hZfDXm3+8/1mcA\r\nCheW/KLTkbwiS/EEi+Wka2yfEVkx1JRP5F6cKGlVJICWboik7aYb/vwvh34v\r\nAYWJMzWwrs4evBW5uJBV3Rq5fes5CoxtUKF/EYIrlJIHKb2/In87h2g9c+GC\r\n8o4skLqVVcpsJKztH+ZU1yz6fgjseghYwxpkeDEzOxmLZnQL16217m4j8kvO\r\nopMHUjJETE0G41Hgpv04zG/5MHRyuVxlCPRxH+D4bhAFoJe42q+rThPcDib4\r\ncWVGUhV62ELaQKm5l3QKq/ksfbScMqQN0RHzcB/+HB+YdNtPoUvSulPnJkKp\r\ny+b2AA1KFn7Jgt/oBNiCSXKlUAIf+8lXyPZqSWQ5nMU+0upvoEtgLZL9JQfX\r\n23Uy4u9fXltyxtBQLbkMbKSDnigtJAIbV+o=\r\n=Cd/e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220407.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220407.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ntohELJHp814zMRcEhz87S6TAocc/LtMzJ6o5eS0fn2lWtUO+9p7btq+kAug6rX612TFRUDQMKl4PgwWqPBAWw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220407.1_1649347361550_0.6289061653749306","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220415.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220415.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220415.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"96741d3eb3f37ad75a3be342308be4ba46b096ad","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220415.1.tgz","fileCount":23,"integrity":"sha512-TdpJZsibjhitIo9mULdI6ED9vG9qrKkvtcH1tLI0xJm6epbYNYaTOIgI8L10ptG2yNjg6CHXd/2q0DctrSLXOA==","signatures":[{"sig":"MEUCIAipirmSzytpRiwvdv+PTjow/OQWu7OPf5+qD2DbjyxOAiEAgx3piGM5JPWCDcGz6gP5+vH6nAk4/Zro7gUEUZgHlik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":235164,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWZfVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEEA//WY9J3PYAw8utApaiABsHuFqe5qAm5XLVqj68PQ2f+zFlLQqf\r\n+ki7V51y1G4FG0V6W1VkM1/245FuCngh4WLMahBdJkz2OqWcsTM6JxS6SwSd\r\nsxGVi8SbDKQw3ZoKxAhq6dMDhNxXkEn71AITN37snl/GQicGF7X8na6/ml4H\r\nFvjLvbfu5J1IwFZ0YHjiJ7JKSrb1l1vWEqeV1HtH/iAWCL+6VoyAeUhoUgh7\r\n33UiZy1xiIeVzElRuhWfYf+dJqGdcXbjwoD0FodmeDHR16qv//mFJ41znoXK\r\nbjT0oqLcSC60rzHLhNQbfKcGq4KMzNsJNzRzF4ijjS48z/76hbYuEPMWMx+y\r\nwnLbGnxTnw76ILVKZEoQ0RwQryPVUjBpYDmPoY/En2wg5kpVVtDndnQyok21\r\nh5+KCJRBFNEEp73cUFApZL9phcskoLlOwMVOP5HXYKPbP99Hc1ADpaMHktRS\r\n6EVpLl+M1i0mekwKiiykd4t/C5zfpkhoAq/vf7HxDXs75P2BcbM+/u7Xk8sf\r\nyfcpBJ6NWxtu7oGK61Zw9aiU3cSLj3KneZm6IIo63BwJAzvC5T6E2/B+GX3w\r\nl+bnDYwESzCnpATw67wmxb6BCYxKBfGIbQIym1kzA1Xo1E288L3z3e9ux4Iu\r\n0RDv0Y1N3RH2w2AznP9uKhBFWxCCOeGGkU8=\r\n=6I8m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220415.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220415.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TdpJZsibjhitIo9mULdI6ED9vG9qrKkvtcH1tLI0xJm6epbYNYaTOIgI8L10ptG2yNjg6CHXd/2q0DctrSLXOA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220415.1_1650038741755_0.8594746482094975","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220421.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220421.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220421.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b06a9072532f9f91aaf8e95a8639b27affd6a2f1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220421.1.tgz","fileCount":23,"integrity":"sha512-egirOswQXy/VaOkiuyCdtY/a8NN85Om0PPhH7V2a2fV1+rDwzKx6Xr+/glM+VRR7/7cPeckNsP2gUkzZguJ9ag==","signatures":[{"sig":"MEUCIHsJ1YSHq/dhsKiJm1ytFzUlqwAQwLvIWbKc8XrXLVXWAiEAzgz94T+c3lNIt2ReFMO82PCJjn5d+cDIr9lGSqF+guQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":235163,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYYDJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqwUw/9GdHEEPO7NLiWmj8BUwlp4a607gISN5ZASkLNh52V1jGAvrpK\r\nmY4jvOHnkRhQ0GtacsOqElNnYJcV5p5zGH9vp2GcjVyHh3u94M7zLbhwCtrD\r\nCMODLP+/iPTVd4+FKRhFu5Roh1kwo3fp9VHrsc7s9HrHgXxsi3fuoT/qK321\r\nlJfgIt9GMM5O1szSS6gFNptiTsTHkycIKx2RXWQBYgT14U/bJ08iQO9GdBTP\r\nJA63ZD3e7p9eD+V2z9GVGqGcLQCHhaOFm37fMJLIl5aDLbgQj2hMZg9T+X1Z\r\nQ6kSjBign6O1fv2T9Yec46xUqT3+0qLvl1Bf8r9Uu+sXY9zDtmdNdKpoKxOn\r\n37tpBtvAJ2cHbBzS2c8RNldDUbQe2f6mc3rwTcuIXIfXjFePVuJ5SOqjc2da\r\n8gGN5uJEMAuJMsYBYSR4iOkpQ/mEgUd1wn+2c0bf9oPo+bu8KY4ULHbrzD/k\r\nLtAbLy9yd+0OArQMWu8FqC4oA0/I3ByNa0FN/smbEAJ4H2o3yBlZzORNzWOt\r\nUFPM8yFi/RN3xlqMGpUvLHUcGJ2rnPTMZJjiqdTvJ2Tu6r9F5Pg9qTFqmlyn\r\nnE4oH0JiCuCwiYnd55T0/Voc88AOL4PGKMKEnvRAgdIEdNFdXjwFHW0zPD5t\r\nfBATidwm4u+M6Jlg1LEQuZa41KR14jnYJic=\r\n=pZ8k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220421.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeExternals  --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220421.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-egirOswQXy/VaOkiuyCdtY/a8NN85Om0PPhH7V2a2fV1+rDwzKx6Xr+/glM+VRR7/7cPeckNsP2gUkzZguJ9ag==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","typedoc":"0.15.2","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220421.1_1650557129012_0.04752557609732788","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220422.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220422.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220422.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aee0fe7c12d6044733901714910e120413ab3e18","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220422.1.tgz","fileCount":23,"integrity":"sha512-7PLCS0hguS/OI7gfLge5jVtofUP5lemriE0f7Tvk4O2yzD3m4Hw7h0i3/vT0koJy+be64AuNKYfCc0sCGmmvww==","signatures":[{"sig":"MEUCICwqFNiN9AY64E9rC4IBVfqYT+Pp+LtJEU6xuuYBZ1avAiEAhMzgqbRzQeAzeIiLJWH58zECi/ZmsydPJK0rgtUVfaw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":235054,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYtEmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp22w/+I2luxW7Dy515meAflGfc91YM8cElhk5twgvvTQ0zrF18l3RY\r\ntkox+j+TsHePjp9deFeON8ka1uMFnNCo4GUmg8ZYAYrNeY6sxMV1PEMFGwVz\r\nUrF9E+r+ACkr1ozQ4o+XDH2QH7JQlJz31nE9STNreukT4t6dvyyK60/enbRw\r\n3/jKq7WNcS3THamCeyXfNn5Ot0hxdZZs0e2qOrRISaJI5AZSLww/4fMqs+Kw\r\nveF4jvXNTpErNa6MQXXbh9UNV9e8I9bjFkGUBqRWbikJ58kwUDHe9nJG0dpT\r\nZuHpDzHsO6P9s418Yd+mvNQQ/ZqRZFFPBK5JrOt7HHC7bUGCSEa9Uv+FonBf\r\ni/Oq+Q0jJqsWKk/K5Cc13WcqQNHK+aPeZrGQRC24z3TpE7NdqfKsBtZJjYOd\r\nwy5ts7PrI3VH8IF3SwgMJI4PtFVWNCMRvpLamF9j3Wm+yFC+HpDo5JJNrhVI\r\nxpH77ZJt0uXM2L+kvnMEkq/PTL6XdUG/DXsK9T+A5OVt/bQTBYGgwwyLQSDZ\r\nxNOhBqAUr57t+C5smg62v0FXNfsCKfNaGNvl+SO4V1JSOh3OM2yWY9dBbAie\r\nG9A+yYku0BDArGm95ZxSAK+GCbjrTUMMvEIMwMTvTq6SRJA76gLsg8Wyy/sD\r\nVJy766MTjmOXB99cMkG99HaEeTvt7ZcJCrY=\r\n=B7JY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220422.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220422.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7PLCS0hguS/OI7gfLge5jVtofUP5lemriE0f7Tvk4O2yzD3m4Hw7h0i3/vT0koJy+be64AuNKYfCc0sCGmmvww==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220422.1_1650643238688_0.308177150797436","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220517.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220517.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220517.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4c5748d65823b75929c6c506292813c2e74a3dee","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220517.1.tgz","fileCount":22,"integrity":"sha512-FBx3iepX4CDq5SFLZEx9TpT3anvMJAz/FkDwndBWYQNu5THJTO9YX5UFemLnz2tbk+jGPB+oZ/ujnyNpHzfmNA==","signatures":[{"sig":"MEUCIQDIJ0mUB0zZj2CqP1YqF9TiyP7R9QaQp2BymvG/dsDRHAIgGnFH/egQ3KwrAQssAb5mHofBk8tt0st6B2gDE9GbhKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234985,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJig8cbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCDg//TV6pO4v1q6aAJFmA0KOEGsuxNYG04r7w3KDl7btG8tUNYP9C\r\n/DGKEQx4C5lYd9IcPGaBkBLmkFmVkl6We1hUy0YGx4o7kea6YF9t0ITQ2zzn\r\nKLwUTYuo9OYRf7v0/VpD3zA0hX64kD4soVkRe7ZsDSn0wBvjxLvXrfj4K5eX\r\n0c3Ctsznfr68DO3echZJ5OP3laHC+pZ0SrWMcSHTAjrh7PrEeq30D6A58rON\r\neXwyHZ6J3LZtgGwRKYCSZ2X8jdbQ2nwF4T9W1VVt6RlETQSqNmqudM0WrijI\r\nisseMbe3O69gB9g90aaXa/e4u7KwgveqWYSh2t4sU14hH5jYX6JNBe8PjnmE\r\nNDWCULXfOWCHysXK3GE7aO+C6k2A4uJwk0xXqKu862otKaJVjFdBaod7j9Mw\r\nkgwbhOSwNAv4mIBtTmohowDJlpT9eOJXBaKwXtqZUEP6JL2Sfm3hZUU8P/1D\r\nToZ+h89E4zc5nW54k1nj/hBg76uVMkV6PedJApXVR5qem5OQs7n0j45ULuJs\r\nVvZgC28waDtE88RPCr+js+rhccUR/eQ+kUE83Ut22E723T3PpDZj95qSvart\r\n6vCz10Uovmm7oROYke5K0DuseUKklmAFJybSDWK+zY4xcjhL9hZLz29irznu\r\nhSfQTMMe7dxqSlOkh9mKpgGrsN6pHtLy+tw=\r\n=/wjB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220517.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220517.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FBx3iepX4CDq5SFLZEx9TpT3anvMJAz/FkDwndBWYQNu5THJTO9YX5UFemLnz2tbk+jGPB+oZ/ujnyNpHzfmNA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220517.1_1652803354934_0.7265722511070432","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220523.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220523.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220523.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f6c7ca0aa45e5687b25ff7b008fb25715aa42b5d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220523.1.tgz","fileCount":22,"integrity":"sha512-wriGwWEJXgd+Ynz65P41/cg+RBVUIRWyvvnV+hKp5ptJSYVUKSAZ08UZDLlM3b/t0K9VUC3qZb3JXX8EeEQz5A==","signatures":[{"sig":"MEUCIG+CMWrxTXidI7tMJ8VaAIs4vGQ2AssKAmVZbeZ5pFA7AiEAy/Q/fEOagMIfmHLjIN1qNQ3oCv7CBU/TCydKC8i40mY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii7A6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqgfQ//VHIpQKGqiJTwkX2gi9x+KMre+ESgBZbIZeLAt50q6OqcYfzJ\r\nbnGWsjNuxLVVhxGo4UG+QkzYMwNcGoU3CKVsn2eYZ9yl90c3LbvuEdP4gpYW\r\nAI/82eQZPNuybun768GJRvnBgyW2yx2ztHg4vyQo/kThLtE84/r9w3Nhfbpj\r\nqHSlu7N95MLN98xzwGDSoTNTTVOj+uneFbXPH4cLB/ntOkby4aGUd5mnez4q\r\nm8EZjH3pxS9M4soJvGR0r0haFH4cx9tQAFO/eACYq72yT6sLdvObQD2bUI2/\r\nz7mSgPHv9iI8LIIU3xwm5QLcQuDsz4+BJ6/TehIhmHdiTgHHaSVYV6n5qjUT\r\njxnPtIBAGDw/GHnGj8HBkNYfLr2QzTjh5e1DQLA/PgFtDlLyfb+TXlVH9KQb\r\nWBYWcdPOcXgVzIRG8K0I7JTho6LwBNGD6yjyokpCedCee5SAfp3h0oUn/0kV\r\nWlC7hI+oJG/Qny4ryalI7QQFXANGGsMKCdxT0UMZa9zxDJtyumQTJFsng6UW\r\nvcfYHIgwg5IU2MqJkrZCfBLR/t8Aou6hPxhKLQ7PRCoNkW/A5juRKsn351hJ\r\npNNp2aDZKPC74QG2C0T9DrVrP6Hw5CeCrXPH1SRQhGdrPrkbEJR6qVnGJy+I\r\ngALyE5qj/BnxmJyFjywp+cgeVAzaMffYC4w=\r\n=iWLN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220523.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220523.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wriGwWEJXgd+Ynz65P41/cg+RBVUIRWyvvnV+hKp5ptJSYVUKSAZ08UZDLlM3b/t0K9VUC3qZb3JXX8EeEQz5A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220523.1_1653321786732_0.9819182822050101","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220606.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220606.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220606.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2eac2cd7952e6a9ad32d092d7e122060da8c9207","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220606.1.tgz","fileCount":22,"integrity":"sha512-ucSqf1Zs1UF5vtXZKx19qFPU3DNg2z2aRzUNMkY656GGZ8ZCc8UPAv9pLTSbSr/q9hKp1+BuWOxCpmPEFwQgvQ==","signatures":[{"sig":"MEQCIHluCe3fVnJDPZC4ysYC/jffv3RqI1cSFrZL8HIBM4c2AiBX3cjqL63mg4xS6aGkOVhNMTZ4G40kW1YRR2hLlOxOHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234970,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiniUPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq42A//ZXSvdzQEqq2U5QXRD7S17XB7E1RwqgMdHxKIkIozt9XhVlCq\r\n6u4F50NOTWc4+5xH6+aLXLKBkyFvFy4zI1gSYSyKZ2O8M+Kp3P//qx6WW0/4\r\nSOmX7lwRAsqx+mmAja4TwK8ZNPBRnbNVsV0a3JBzk3jUb1xjSdv4/LdzHMo0\r\nSIev/386Z7uxMygODhx0Admv4YaDYzH+6bCPNMgsnGuwHS2cjlngqqU6+uta\r\nYm8R8vPlqpUH1AXWpB8CdDvn0fL13aglJ6BYS8/0hP6NWkIdDAD/Lvhz76a/\r\nKGXGvZbQP2pFF7QFHPc6XsXD2/TueqO9avNJhkrBotwKZPpgR9JM7GNchbD3\r\nHFgHCl7HD0HeYQ/TYc1/YnScTZ/XKhmN6hWcnrf0ReJjBOzjCt4kyg+1Dkl6\r\naeRNeF3QHsoHZpfi6nAeBeXIOgL+I77ZWpNBK2jN6hSLPnwtkZ5Ik1jraSg3\r\nFXyG2fr/WyIKPS1vf3kZetI5m/WwUi+l7BsuRL4mtwSl1ia6CLKOW6QfGq2m\r\nIJicWq6+P7b1K7BVSFlHeJNksZ3Zr1xkB7cueOPjGQQ5dzhZ0xJyWgbF0S9/\r\ngEScCFxj42Rb66P4laXA/g5xewR+NLMYhJzgjIIIQlsQJYDIpwgNk5mdhZlm\r\nIss1jnOD1Q+s1d44GRFGkn442JrtFjj7nZ4=\r\n=JADF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220606.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220606.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ucSqf1Zs1UF5vtXZKx19qFPU3DNg2z2aRzUNMkY656GGZ8ZCc8UPAv9pLTSbSr/q9hKp1+BuWOxCpmPEFwQgvQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":"1.0.0-beta.9","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220606.1_1654531342957_0.9208292677845635","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220607.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220607.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220607.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f23ef2025abf20b920188f73591eed3812ec8ddb","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220607.1.tgz","fileCount":22,"integrity":"sha512-YGZfQDIHY8U2HboSikDh1v93qy19G77KaFRssc6jYPzOO1xNNZZhk+l6fC0p3WMduviC/GdahClMWnG161G4Jg==","signatures":[{"sig":"MEQCIEJx+nImZRgZ7XOqGlvzC9JPEqLJX7e3A9ZsVjt/FSvSAiBtsxsgsXT1Nh/Kgpt2dN1kgYzo4N+Zh2vBet6L08k+xg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234970,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJin3+FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQIhAAnMK6saS8humqp3pttzZkM7DpVbePi0IKFj9Je0gqgLbOiSFp\r\nrxEe1I6UPzLxl5GVPAiwxlsUyFnStvYfcwNVElPb8wsRu4D4u2md47nmcYOU\r\nzVWLNh1YInMX490CfkpAaqygY1x9VlzSfhHx6Xs66cYnuXhK8FoLXALRAy16\r\nJGDpM2ZHXkjEqg4M2hGuy/YhnLsx6RMbAhHg7FPuhAkKWHJj/XPezELmGmUO\r\ns7o4PdoY+E5T1ftl/gtFtDfR7hEE5EayENPkIu79i8sNRt/tweuiwXR8GCan\r\ny6+EnkiqOp36XmzH6H3G+Ht057VREcsv7x7XFIzdCbqW7syHE5H84Hjf59q8\r\n4CMyHqHPpBzLGd247FlSSfilsjSujIeq9/RpI8EKChq1Uj63f9ezIPAKPi4N\r\nzS+XUiJpRlrFyZ/4LmSKEYHAnZ+6oeqlx7B40OyVOTgi9hyN6hGEiWe9G8Mi\r\nAawYZ6mNOmVV8TEw9RubAUUWvyjdoA9dfyCQCdX5J/ReZ2PVG9IBo9MLKyNN\r\nhI9N6cY6BtEOBj3DL5XLr9KSnQ/Rhbvoo/2Esgma70Nj4QxYKXPRyuDgwUt9\r\nxFyqtbAAmEN3FQCdMqJZreMzSNHgN45DD1LEGgnvwynkTrjIHfOYPsDfIZJQ\r\nHj3t00al7peSkeokkWssGctr+zge+NE1iX0=\r\n=/ztN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220607.1.tgz","types":"./types/iot-device-update-rest.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220607.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YGZfQDIHY8U2HboSikDh1v93qy19G77KaFRssc6jYPzOO1xNNZZhk+l6fC0p3WMduviC/GdahClMWnG161G4Jg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.1.1","@azure-rest/core-client":"1.0.0-beta.9","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220607.1_1654620036795_0.8117424714204271","host":"s3://npm-registry-packages"}},"1.0.0-beta.2":{"name":"@azure-rest/iot-device-update","version":"1.0.0-beta.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cd377f61bbe932aa7b0fec9d2e2fcf3921795bd2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-beta.2.tgz","fileCount":27,"integrity":"sha512-bb8OmBNadE6BPBUDRo+8YH3XGxK0HBY6NWc4PlIB1eziMywpOGPGy6c3dHYc4UlJAtGn/+tFcv+yis3ztcWnCw==","signatures":[{"sig":"MEYCIQC5KgqCw0yz29jlWc3Ed/+yR6vw3V5uSQxSCvNe8wiOTgIhALcVUIswzDjjZcHwrfj7eT1jLkNnBJ2librRPOvcsPII","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":440780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix5ovACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1VQ//fIGrD3SsMBjWyzK/grUw+jGN3mOvN3jKqcunLGhb+7u4wuie\r\nyCIWtGgqZ/efGoubNuYfLOseBpIdm9CR+V6k3CxVqDdCoBEbxEXFALL/D18T\r\nsYXbqXqEXpKh20llW3FtmgLwsaGu3jnrwcEwx5gAHdISUIYY+wRHD3tm5LHZ\r\nOI8DiwyUjxQlQJbyNvoYfJ3QybQ9JaadBdzU4XLMu19JohLGBHKeM7Ng/eNR\r\nOKumOHFuZ66e3qSQAhAkYLmMYw6Va95dq5qSDAjJIYxx/GQi3llvvdMgfYlm\r\nyelrth4p8Z95NKdbnRILj9trP3l9e79QrMDAvq3d7ZdvXPgYXs1HMM9A42j/\r\nQ47cH4ZdE+oMg0W8MYfFVzCqz3Y+uxiE6Cwb58jufhd9ptMrGw22rBoZ/VI/\r\n7xdyuhl8B1ikTsJA/HSITH0bNtLDKiZqNC9tuV8B7DX+04Npjki5jOtdGTlB\r\nEwLgagGc4x673rQNu3nToti/n3GLIkVtSfq/pTUgMY54oSW7jAuUlflrBLVl\r\nTZYQsT2CAIatfMqJovu3CPC5CYfhpzhvVNyOvXWcTcgt3zgB83XuEn3pswaW\r\nnYBI+d/x++TlvjVCmM7TOW3W+DLyiliK3tv+wUugGDyeqLaMu/h6B86MFqnM\r\no3Ps2J7BzSS1OtJGdP+xTwcTtPnzmKFdtjE=\r\n=CZG8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-beta.2.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-beta.2.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bb8OmBNadE6BPBUDRo+8YH3XGxK0HBY6NWc4PlIB1eziMywpOGPGy6c3dHYc4UlJAtGn/+tFcv+yis3ztcWnCw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"1.0.0-beta.10","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-beta.2_1657248303667_0.9541155767599776","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220708.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220708.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220708.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0d488a9771f60d70ae61f95e14a2c4e7bd2ef3d5","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220708.1.tgz","fileCount":27,"integrity":"sha512-9t1lTJcNZAh3JG9KqITr35wCqZ1hPp+HIGAYUsCrtEIfutNQ9tJ/jvb1txgYW25CUZGKxPcZbGXGN48bpfyOwg==","signatures":[{"sig":"MEQCIBR87foSYHm699O0kIgbMBaTgl0tX/Iev4/kjgDpHvLmAiBZeXPYHwLScFNZeFLY+6bVffO3X1mhRkEm8Xte3q9Lag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":440864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFVhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCSQ/+PEWUFZB5wpEUf+GB07t7rppqDpL5MmjnSutmjN6MBUrs+dQy\r\nuiguqWO4Gm1/XlDptYEMD+bXj3SBowQleN1K04ovLCiWJrwl+EKieIEGwK5z\r\nSe1E/A6Gs6amoCqhtnrQgFtfmmBGMJbI/tBaCHRrh6Ltsl/eerx9cdhrdW7h\r\nRb+gxFdGzN05RwhuNoTwTup8q2ytn15oDOsIeBQMrE/aBrfDQeMSAVG0MllV\r\nsMgDlF+pLwge23r1hOkXgzotNNl0jJEoWEsi0hO14SxbjlmC/tp+keRN554z\r\nvJBbUoqyCJKmvX0sikOaxxbn1ppAakV7f9n3dzxnKr4eBr/W8g2QxY9bBaQy\r\nd1IA7QqkOrSIzHWKuOkagJZX/VjBnr/fxrGV1vmNJTN3PdJteWM27rU7DEQG\r\n6OGjtskbisq9OHUU60RG2QbMhhALjxf21BgPgD9sZ+REcLeLemqaGoPOOxhh\r\nmhZOEIOZlrTnc/BLMx2i4ej0M77qZvK4yhFLDpmEROXjd32Ru8t5gVGgdv4Z\r\nzQ/Hc/q9DBb5UTropOjg6ANvt4aa82s3O+p15kv2mnIaJNXBB5IIwSyY+mW+\r\nxzTP6GHuzRrYTbbRhgwBGdrvKepDCaRwKsz3N5iICrlM/34i0WJGBy+7CrWI\r\noPkci6we/eyBiDuIxNhlS3wwkwpnX4kxCsI=\r\n=Tm15\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220708.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220708.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9t1lTJcNZAh3JG9KqITr35wCqZ1hPp+HIGAYUsCrtEIfutNQ9tJ/jvb1txgYW25CUZGKxPcZbGXGN48bpfyOwg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220708.1_1657296225130_0.28356959657401326","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220715.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220715.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220715.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c41e3862e413231992dc1e48599a97d1b06657f1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220715.1.tgz","fileCount":27,"integrity":"sha512-6DeDhNG7RXgKue1lOe7W7DQOmZfOYQat6XpF3ZGuxOB7k9fx2bUxM1/gOl7SLuRUWrA2I3DUsroL6ifsfDVKTg==","signatures":[{"sig":"MEUCIQDJ9z3Sv1lyM6S6y3+DAjKIPNHcz464L1MXnFK+oTHlxgIgSdeHC5nRa5/nqD2crrrOr0rh5xmkaYRxrk9y6UokFTc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":440851,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi0Y+fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3mQ//ZN+qhe6468ibp3IsMsoTE/6eZNbnaAxVvm2WVURRsqwn92oW\r\nMT/oXN3HFd6k6AIR07v/nMms+gLnMJTJ99opa0sQB1up3sAbbB5U9fIwX8Hr\r\np4Cx0O7+YG+kJRWvt3LenOot99NKIAdiD6Bi00zKro3YiHLD11tJNw/OZqgS\r\n2Yg0GHSJtlx2zCv/BVxnf0jNcKj6EB0SHiov/Dj4rTn/+mjP1XvES/wz/Je6\r\nh0DS7VQ1np2yu5t/E1G4dOmGiHicujh6P5KJH3bI/977y1NFatRZ2c9OZnvU\r\nKkYrNMSEtcCQbwZ+Tq4/RRZ9rJoRGagYMN4aRhIAEIQv5s5Ivm97YbPIWpGU\r\nRlYb9ixeJb7YZEWLRTE9kPgDcvbWFUhh72F2RASWwFKPsB3O7gnJh7a07RfC\r\nqzAQ9JprWr80Ml7BUbzktP9V/7N1oyExzEiamGbkKIhJUL6PlsfBUX9elxqc\r\noVk+RdCF4WN46sPqNDCNbavwkUafWFGiOGlMEqR87po5ZILHrZpoXTlPXU4Z\r\nIXHpohWgdzFruxwU5i0NhEn0W4GvamziH7wlk59L6PbyTv8oGoWw8NAZzQp1\r\nHyaarHK2cU67DS7XHqRKI47eyrRzGZ61AOgsFOI/6TQy8xQGPBPMg3ZfR1HE\r\nqRpJeco72aIKgrIKr7KRNrpYkHoLQ1q9QZg=\r\n=u/D2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220715.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220715.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6DeDhNG7RXgKue1lOe7W7DQOmZfOYQat6XpF3ZGuxOB7k9fx2bUxM1/gOl7SLuRUWrA2I3DUsroL6ifsfDVKTg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"1.0.0-beta.10","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220715.1_1657900958975_0.1398281129085226","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220725.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220725.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220725.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"97fb871c13d213866096fe94eef06198756b44eb","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220725.1.tgz","fileCount":27,"integrity":"sha512-KF5hkMEExNzvtS0y7FNYD1z/VbRy/w9VJyQ7XULMKK4ZFuojbU09cZN3O0pv1X/SH4gMUKDD8w1Ut8vwIFl2fw==","signatures":[{"sig":"MEUCIGRFkL7Muy77tPMIxF2fpY6MIvcv0Wblw3a7e4w7MkKEAiEAhrdRj8IDRYM6f6GdopATPZXo7jfe64Rh0DRKYZHwYys=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":440851,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3r5iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+rA/8D/GuQQzhkU1TeXdyajUd9XFH9sz1jiy0kIGLryPO13O1uIWy\r\nHZEIyuBJlKoH0U4i+6jsbU2efUeda4GxLOG2cFf7eYUZ8zN5lNBfJpSYYrz2\r\nP5gD9A8SD1oCm3z7zlvzCAUsJKrwugG5NHZdTgxFqk1PduQQ/bD2NvRYiM2y\r\nUSo/WiTCP6+eQCdJSkosL26WhXCSB5BHohRcNbmXLbMKd4Xc/7Nvsje6Resy\r\n5BS1gZdtqmwOiybHVNn142RGQW1XgLQvUJhbAJ3nB6wwTc33g9D7WBxRN8si\r\nIfnwa2Fv1wnoH884ERKNTHHD+V/dFuOVvHP8EEGBWoP9TA69cYK9us214YF3\r\n2eVLWE8i5fRO2TiANV+u4PXHhHF00KVOVhBCgQH97Lt9cTfTl8y8pyLHrEV7\r\nPdGK4E3KNk8RprnRq0SqS4MRK951WAWc2gY7kZvIYB+Qxa+1mjPwG7eCS2Fj\r\nAQyGeJcQ4LopCY5ZVPFp1VTkwn8RI2UxtSZ1Z4tAKwV4m/SeM8xYXEbbAPcL\r\nqvN/iftwgPouznZqRq3S2UKlnfRpC7tZpyghvwaq98d+MzqJd1EIWgWovjJ2\r\nYfSZd6mcWAsK7HYi/fbvmERY4tJdTRh8k9ZdI0NCfU98khM1zMo7e5J5/qGl\r\nyJ0EJUSFYv0M3EFquSO+ftMxQ7JPt4tEylI=\r\n=+V2d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220725.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220725.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KF5hkMEExNzvtS0y7FNYD1z/VbRy/w9VJyQ7XULMKK4ZFuojbU09cZN3O0pv1X/SH4gMUKDD8w1Ut8vwIFl2fw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"1.0.0-beta.10","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220725.1_1658764898243_0.2319709161687722","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220805.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220805.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220805.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"03d1104bb998e4477bf10bd977da7c5fcef64ad5","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220805.1.tgz","fileCount":27,"integrity":"sha512-jnKrfuhg6XRt3k9TYASz0OnYnhh3y6l59kF9VwTFDsiL9m/2EN31hWeUYtxKhNDrsD//0feuytRUCqU+T76NIA==","signatures":[{"sig":"MEQCIFsbqOODP3/8bMJDzIttOyRNI6gRAzLkC421qyOA85QlAiArRfoit7slwkyMDDreaC6Bh3upTDRkzFR8S1XPe8hW5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":440864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7T8fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSNA/+PIKgb1Cjn+lk2lrf4gnl3ehJAFrHEUvR+DUQ2rALa1sK3A26\r\nyzTmrB1H2Ej2zglbXMnQximSfYVoAaFgzkO/F7LjXo+CN7DSozlyRsE5OHVz\r\n/RQ2TiFbsti9Fx7aks9TomcpqqeUde3ztbk3i8i1mwEd+Yd17eymn291auzd\r\nA1LbrbjfM1A6+BEuGU3LPsNK9HvXXm52qgw1QieEOSjpSeSuhMeQcWV9s5Hl\r\negTckyvap22F+BiHplBjgig1/FZYdtvwJNObncLIw8x0tOvuFTmOwkPMqZzD\r\nt/ZLpf0/33ws5g67j970eMHC5I48oHPNl8Fb3yBe+LCFxVpCGg1hi4/cO2Eu\r\nfCIBDIiNihH5ahfByoCKbeKOUSpzZTi5SqcjRHXAvsXv0vDud2hid7m7KDOy\r\nEplT1x+adYwJgC9PaswIp9gq8aM9TNIkUnkHvD7+SrEdgz6ErqbuBvtDvwfJ\r\ncY0WrpdnBd557oTkfIbZg4gIUX4LLguR0VTWSMg0XShf1CTpcg6PIpbLUIv5\r\nL3crG2tfFUgd6qci9eeKhVdZw6a5ooYqIv8ESPnPifRm8R4S0vs8s/9BgIma\r\nJf+813bzhk7V/p96SsNbR5e41K5tpXAvFVt/EtXMsgDSXUbljh8zLLZ07lQK\r\n1ZBdqz7huwhhTgX37QqrxStVAgS0anAUvc8=\r\n=fegR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220805.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220805.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jnKrfuhg6XRt3k9TYASz0OnYnhh3y6l59kF9VwTFDsiL9m/2EN31hWeUYtxKhNDrsD//0feuytRUCqU+T76NIA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220805.1_1659715359099_0.8644022695637372","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@azure-rest/iot-device-update","version":"1.0.0","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a5c5b3e9fb3a16cfae6e6115e7e7c0b4553d8847","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0.tgz","fileCount":27,"integrity":"sha512-TiGV/T+TBbKcP32lfOqX7P8bQYSN0Rb9EnwAKcyPk+lKp9dZhbKMkbC/3b/j7gm5+XWlj7zumItLKFYzRo0jwA==","signatures":[{"sig":"MEQCIGrr+3snYcR+7rAOZpHIxxnkLVvTCGkQQWCWwrjDMyDtAiBGF1Db58hbZYW4pzhZXq+Pgh/cPxVsI9G+qs4ucjJ9uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":453049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjG5t6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAjg//R5ubFsen8ENjdzTsd69II3Kcj6KNPfuIE4PJiUoIEBulPKkM\r\nccYaByHKlPIVcX5dAXzGAqKXiqOjKYWoh+BE9zxuoQZkxoUg6omUkuEwNxWs\r\nuPX4GaQ2JAhlQZhI8KkwCzIZ6aWnscWKJyVZOT/7bP0Vv/WdEQLJ9fXb+R7r\r\nEy4dNZhYOGoDi09OjPo0YDewVWvF62y/1lLh5r23/boykoctQ/k0mt6enHqW\r\nj24TmODbUJJq6fBp6274Kl3Z1pQ65WIfNGft6lxlhIpUhwW0cGyeGI2c4tC+\r\npCRPx+7L0rpS7xN9dj3n3CQWarZgGvENbTYGWtuDy0tGWHQbrVk4Xp9+E+Th\r\n3JmbmYFEeISmxXbVIe/lRhwQ6Tmw1DlIbzqNINVDM72fOK0rZ0ao/2hn96fN\r\nya5x6pxUFEhQY16XTbZ9vFvsJzhos4C6FSAAmZphfKeAyVPUqjZTFjWCf/2h\r\nhLfUaiqWv7RB3el1wL8WpvSPGIuSaJhlhjFPPEKOl//fmfmnWgo0vTtFpJhY\r\nFiXQXqJC7NSTnVW8pUordwwvBUoGWsWVW/y1goO7E6ktVnsdafMX5GP+lgPN\r\ntzXt4FTwuhy5JFEM0UhN/RKX8R+CLT9FUwlbzwWhMqgeHx9RgwEa/H0hMefz\r\npPTLpWblh5zivtFyVdcXosnv8DCwjSles54=\r\n=wnEK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TiGV/T+TBbKcP32lfOqX7P8bQYSN0Rb9EnwAKcyPk+lKp9dZhbKMkbC/3b/j7gm5+XWlj7zumItLKFYzRo0jwA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0_1662753658323_0.5606166187032842","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220912.1":{"name":"@azure-rest/iot-device-update","version":"1.0.0-alpha.20220912.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.0-alpha.20220912.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"57f2cce3cf7cd4ecc335099770a2f88065ab8311","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.0-alpha.20220912.1.tgz","fileCount":27,"integrity":"sha512-l3dsxM0UCnj7bFdjH7HXgDeIiATgXg06VewmDL7Z+X6qfIZbrJtE2YJvubHNSJzJPdkzMbyHHvU4e3k5t71eyQ==","signatures":[{"sig":"MEUCIQCqfQamp6JdLFirjsM4glt/pcHzqlmIytd0lzhqVrCsgAIgM0Jjimok0IPyk9vVvCdwT3GEYhZgq+WN1JzfQE9t2mk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":453147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjH1hTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrogw//aacrLlNzfxoLYjni5bWU/l7kIxlqO5MG4R5vpkJQWZcIjpk4\r\nhnjzReZH0D8Tj2ogFCSxS0wjppT8iIs1eKd9snbk+hnT1qWT9J7Oe9J0n8hX\r\n9ddyC5UfetNVUUwYqXyUJsJ/TT1agEq/iMRrGEEI4omvC8Q266LSZHNeefzx\r\nWUbfoHh4T4BdZ6j9hbgnZ1rxu+dbxYLT0sL1yFHvhfFeBcBKslkWopB4tVWT\r\ncth6kKo30NAYycQ9OzUTCakRGZ6Cz+f0FzVHmYidEMUSjDxR7Qfvd/1sai0a\r\ndYlZreNNbT1f0QrLpe5IIGBXzt5y0t6WN+JqBbz3+bzvqnlX1ssEzpkibPjD\r\nyXF76n5gZEVhNGky8lAte846BfemlnyrT0C6iH4tPNGvd/nvwsEU96LZp01A\r\nHVVTnXwyKxTv5qqQcFCIsiFSGeYojvSH3aPNH+Xk4ceWMdGUO1oyQ1OS/CZa\r\nx/R18K29fFio9gcjUWswl7bvGWtAeeDyOp9zps60loVJvd25B+brGMDhveUg\r\nPY6IyqighO72lFLbGtfpYAkRvm9Q+Owp5CntSw+tgEKBePUr/goVbeL/efkj\r\nRXcCKPkiD681K7ML9aCawTzLEnd5QcqWnIcAJZI2OTKJMmSeZFza+HVsA5Ue\r\n7aGSK/ZPpvsOam90MbOvdxG65DZHgSTXZaA=\r\n=u95v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220912.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.0-alpha.20220912.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-l3dsxM0UCnj7bFdjH7HXgDeIiATgXg06VewmDL7Z+X6qfIZbrJtE2YJvubHNSJzJPdkzMbyHHvU4e3k5t71eyQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.0-alpha.20220912.1_1662998611183_0.5684663292513965","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220923.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20220923.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20220923.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0ca53222a63823a973022c0fc80465fc185e35ef","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20220923.1.tgz","fileCount":27,"integrity":"sha512-VDieVcsMxeQRIHMXXuGB+PMz2U7oWKYmPoXzgik7cNK8FWJUJhyy+TtWeOGa3/+UcwDGIFIwoaTaW0totxMZxQ==","signatures":[{"sig":"MEYCIQDAAqcSyDRLIiBM/PXdy84wDDwsuHOT6xyFhwaR6jMNiwIhALFFdstaM+p2+mhi8XvxsuRInrRK2XBz+Iy3BCMUtsF2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":453147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLdkiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmosuA//YTwdHsfU6i4ag0Mnwfka/u5vTa8L2wy14IJZonPIpAvRqvht\r\nCHfBxgNJJQoIt2+m80NqKPGJqJptK6aLKegM1Fkns6PuGhZgKSaeeSKEB0hv\r\n3XHsZDYCXVjxi/IX+bnRR/7BikDpdMsze0NRHuo56jNTCF120EoDDYJ6Gfm9\r\n8HaNPn0N24xTbbJjfXDKDRY5uXEdDf0wC5iZO+hp/Ko5AZy9laQvSEkMqtja\r\nBPEGtKwgbSSTQbr4NOnhD1VCkV0nRSMsNEPiz4Ljh1HRSoj8lc5kmCkDjo1+\r\nGK7CWeuoP2kC18X24ReKWRBIhMTIPCRXLAktV9NlDCz5dDTz9uJbEp7pW0ed\r\nADArrhb63CD/U1gM6hl4tyJYyCJ1nD9aphi0AuzefjmExzMFddaTEcFIw6xE\r\nJ+gTp63dmE5qJOdNI+yLUo/j3gDjCaepeqew35FPmJZAugBkr3GbEqKQFWh9\r\n1BF80QAjJ0rlfgPVNdFvGMJDSv2b1TbVYZ+cewkoFqa4MZCHXhwj3C+ziuAv\r\nhrcWjZwejILGHUqss2wB2Os1cu0u0rbBdrbTtpxr85yfNxZbm0PaUVlLgv91\r\nv1a5QzvlYdpXKmHGPaboXPXaSHVwsAqg0GCtB3jplA48N8cVf7OvwKoZnGSk\r\npS3qLiFXAArLulzEhwL09gXR90jUsUYbpUE=\r\n=kxxm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20220923.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20220923.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VDieVcsMxeQRIHMXXuGB+PMz2U7oWKYmPoXzgik7cNK8FWJUJhyy+TtWeOGa3/+UcwDGIFIwoaTaW0totxMZxQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20220923.1_1663949090039_0.37809840172768183","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221017.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20221017.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20221017.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d74aef9ae656df7d9a90cdf093b7a7be08a046ed","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20221017.1.tgz","fileCount":27,"integrity":"sha512-oWuDYA6Puq5QKlwHhyfdo7aYpyl+xZd6PUqSViym/MOaSQUKR/FPejBawX+5IY5wy1zkl9u9AvOlRFdxDSFBEA==","signatures":[{"sig":"MEUCIQDCRocDwb4WnU2pTmJQmOUWLDxcYNpU4FX59VED1qhyDwIgfMtk7tOgT9pLzkJXucpPbF+3K6FD+JJqVnTTAH0fdzE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":453147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTX1zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoaBQ/+LxMIPZZe+zWzDm6fEKlR0+060XIU2aTC0C2YhQr1jzZ9zxdv\r\n7oA8fLfZOGP2zuHWCjprQHlMEnMxH8figbGsg79ei0LUILJi+xee+iteymlP\r\nxZjpy8fuga0BYIfm4pSSTL+fcJnbyaNIpNd4Byau67N2Xn0LR581aNErQGLb\r\n0CyHp0F4lcGXRO9yvFR5dEGKIYcmYts2Npxr5ZeNbrN04ODcvuyw7qiOB+vf\r\nZPkVSEOh6Tkbb4p+Sg5Zb7OWYuICgn2AHIR3JQaC9t4qHhx660J0CoG96brO\r\njPL/ynBf56ccQxrD4cCENXQjwLw6zpicjh9LXCslLDiUVHwiTpnHDtTjeN86\r\nDfGiAlAcG2Aks2OzeV9anhvHInbiaw4WLX6jeTzshKGVU8zPYfpvp9rgb5O0\r\nJT2xw+uEbhl8+S1ZdriiYDnfEoDsbamws8r7myDMl4A34tyIpHXDkb55Qsbu\r\nCwXzjJq/Ie9wKVZ4s6Cv1S4aE69ywAu47NgTidT7armHD83CVjcknRkUtUNe\r\n7/CcNqQsyR3STSaBzkZ/jz7NCu3QnsPNfDcqIZVDBfpUqyKy0zQyXQnyM473\r\nCDlJsKCi0pI8zrIfnqTDVW/rOHPAxP/ipsHpn5Xgw2VdqMmajC17DNogcX0b\r\nVss0HBvXlcXWrBX9aEmxseaErknd8A6sjSQ=\r\n=5KQy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20221017.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20221017.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oWuDYA6Puq5QKlwHhyfdo7aYpyl+xZd6PUqSViym/MOaSQUKR/FPejBawX+5IY5wy1zkl9u9AvOlRFdxDSFBEA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":">=1.0.0-alpha <1.0.0-alphb","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20221017.1_1666022771586_0.18504570451099434","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221021.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20221021.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20221021.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9a50d58cc42bb2ec5c55b15aec05bda9f4afd5d5","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20221021.1.tgz","fileCount":27,"integrity":"sha512-Rtcp0DHTUvKC0y1l92ISKQwySxV6Gb9jpOBoDiERn7ig2do8wuRFocw2wrIWANOTUZozOtuJnbAbThM1YwBlOQ==","signatures":[{"sig":"MEYCIQCWcB4zRur9DL21J8dYUwnQYGOeEJM9QTaOSPCgPZxo6AIhAIQTZ0+dLpDLG5fdcCrNck55wcgVDjEe+qbJeU5Eqos3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":453127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUsInACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIjg/+PJfcNd/r8N9Qd6yO2874HEoYgOu6fJHiesUxOuEJ9FDClkso\r\njKa3gd6P7c+yTFwN0/ybar2QUnBe69HSg4RHEScNEcusN82jDiI1xoRIzkLY\r\nDtHnJ70j4nCea9tvJwlTC5bosI970Y4vki4dYpR6iJSxSqK/bWwwxf24yM23\r\nmLm+khnuFk6B635lhh+0YZ0QjpKm+MbP6+WYDGsFBAbOPSbQxY5+8ACAD8h3\r\nXhl5VbY/PZl/PkEEyIdyqciZgIP7hoDGmtz+ZGKW/u9n85que32ZOszhgTYz\r\nLP8KoNC3bMpQ+hEwzcwNkr/Kl/WCkOIhrdU9y1Ba7shq33cKAraAH/FWJiSN\r\n1stJafM0Qz/5hHV09fbAD53xrTIdJG6eswYp9VyhL24Xig1r0nJHn9QrcSZB\r\nDGPavf8GICpziFI5F6QlcMfSw32ldFJIakWD9YjSdDIYWKWmj91Osfl9wYI6\r\nQNLar8+yASkW+koEod/3L5cDdgZrf48yQ3vB5Da74ARdJpncKhH80xfTnSA8\r\nWFZ2G2OoDz13UQ9fMKm2Q7fDBOYkIw2FlhwgpwtQR+bsuozg7yDNFt1yHzz4\r\nM4KqVC7W7nmqfsUxk/TSFzM+8Hjhirrr2b6pjNQZ21iFBisw/rr/nxMBLp0F\r\n+ysN5JfTQRUY6LiI/mKEUYFS8xnYV1F2Dt8=\r\n=Jo9P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20221021.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20221021.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Rtcp0DHTUvKC0y1l92ISKQwySxV6Gb9jpOBoDiERn7ig2do8wuRFocw2wrIWANOTUZozOtuJnbAbThM1YwBlOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"2.2.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20221021.1_1666368039485_0.3112138605072783","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221214.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20221214.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20221214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bd14292caf0fc12da25f39698d9993c1ce8e6dec","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20221214.1.tgz","fileCount":27,"integrity":"sha512-YtA3/bd1GkphTTRTnXs1BckYr3mgxPKs0BNHYAHAc7cJpeCDLA2AFEDrqFFuI4IBQ+43uSmxBmwkJbS7g2v1CA==","signatures":[{"sig":"MEYCIQC+i1Sln65qevcTeHArPVpHj2fJeVnh1xz4G/BHb5YwEgIhAKaUJpPU8u28+FH73c06MFPBWW2wAJCAJOgrUoSNYrka","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452350,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmgI6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPKA/9Hw6NT9HGlqgbSW4zBLmyswWe6b/ENZsLgJumLKA7oxtE0Pw/\r\ndA2S9AGdb+eTqU/mnEmFofqUkTNfPektg1ER99SZ8QI/VAcMZOAM46DQecEB\r\nrNLWrGpWAUgp50HVP293Tw9jhQNrzTdWa45uuFMvKaMxgRqbDZIb5hvj6YkM\r\nPISEAlbF+7uCNxrQa50VwXUVoCtMv61NNdaJDN63Uy6abJZT7tKGQt09eKbt\r\nNaG66Xfc0fv2gt354gcaeVKXlpuCoN5W4jF7bVUZFa4XqX5VkcdSxET/0Xc6\r\nfBNbiOg2GSL7Uczs+ZWzwJc5AC307tdsa+k7sT9YUfcA5S2DVHzZuhi1BhiN\r\nV53eZkLiVGRuhmWxBKfR6gkAfU/josQHQTFLusXMZMBBecvvWd3WwCCwaBDM\r\nmQPpdOQmv/pmcakwtftkpCV5oxg8Nl7nL5Qos7sOYggNe68PIHyUtHCpYWR4\r\nJKa47oA+mdohZ97tCbxTIlW+VvKA/o7F+EFN2P/zzy/lxPcROB5Kt7/wSb2X\r\nwpUqQ/HE19pnOH29yLhloZ0Hq+jqGYlqX2IfEJlG34PeGkNFmQswafvEIyXN\r\nherlobAiAZKgS62lBrDozrOx0rWxVSq/pFOMiISymW4SPhNkja3MuijBMS5U\r\nOXGuH25ExXnvr9RdrQ17YxKFm7hZAhA/5Ic=\r\n=98NU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20221214.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20221214.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YtA3/bd1GkphTTRTnXs1BckYr3mgxPKs0BNHYAHAc7cJpeCDLA2AFEDrqFFuI4IBQ+43uSmxBmwkJbS7g2v1CA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20221214.1_1671037498281_0.3428950203547465","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230126.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20230126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20230126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"32985140568db53803cff3caa71e0039db52baaf","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20230126.1.tgz","fileCount":27,"integrity":"sha512-Xx51hedGQfpvgIZgrIykjMXwh79r2CVnV4IyWtaG3SZjdEJFW73mUwoTqSAMF1KcRFrF8DWbYx+2Zqgmrh7sYw==","signatures":[{"sig":"MEUCIA1uyZUO6EhlZo2HL4IMbtsrbijrRGN+zrQIudkAokfpAiEAm7/3X2oBTQhaQic3ZvzWHMBdUMYSUlNuxeLdMnTgJJg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0rKvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWRhAAl6e/ajlu5p4UNDeuH5ZiCp9yx9mX045+1u1i8rhif3J7WwPT\r\nzk2FIY3ozaXZGWqBadmbuG0eOS2P1OcW1AUMJWmgu7K1AL6dMlV6gpZJ5CVa\r\ntvgOJk1T3FZehKg2ZXVNO9N7Hbqgxi0h5z43+Ra7jGyPNvnMfVar+3RT+8uo\r\njN/L9c8nH+P3GpjyL8goqzkHEnefRLq1kREK3STyvGyXsBfjO2jZtutpuQNs\r\nN/YAKi2Wh4mrjOBA1xYRbUtGQSlFZ9ks2DPz97KzlX/H12Ue+kSqy1hK/PMI\r\nkCFfObYxrhycLNd5wg7VYTTcD3W7A13Ld0sJm+9e7YVn6kD72rKNmdN/Y2i4\r\n7RYqMPHdAe6gh1egkAlgXANkcBWzkcq08uIFbF1wwYtNKuLsq0fcLfzA3xdp\r\nVWZ4zy1vKz0jxxXAETBXY1/8kZ5kDi8DyjBdmNWvySex0CKwfCyIKTY0IFeb\r\nwpHR1M6lYGjNbrlDjAEYU+WeBa+d7FHcjwJufth7ufiWZRNH8tdtx48SeirE\r\nRgORxY1PJyx2F3LBqWa7oheHumShlCPJLAmkHIktnCiqkWpUNMRMwoxUCTuJ\r\n5o6juzAJ8r8TBIW/NuUcXrlY+vXxlPXFvoScCp86LFDojwQCK/3+hbzjZXDM\r\niqhntAgVAN0FSKzXqcjjvLI0IEQcGdU+rqc=\r\n=nhv9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230126.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230126.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Xx51hedGQfpvgIZgrIykjMXwh79r2CVnV4IyWtaG3SZjdEJFW73mUwoTqSAMF1KcRFrF8DWbYx+2Zqgmrh7sYw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20230126.1_1674752686929_0.11052903019626892","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230127.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20230127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20230127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"beb5324d8abc066ce47e230bb4ab42869b4307ee","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20230127.1.tgz","fileCount":27,"integrity":"sha512-vtNfiy5c+APuOqDfJ/+h5GZZdlMhgJDzoOMuG2GMnUkdi/NzAuMvss10o2enIgPKR57svVYNR9qIee0Gn7M/AA==","signatures":[{"sig":"MEYCIQD/OfPBXtHgSSAnUdCKxWqt88clnnLR/Esx18WmGQZuxwIhALy3Wm5bPJeJYXs79YNWPggV6PoYVK28hxipYc+N+xtO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452331,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1ARPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1LQ//Ydi7xzpuXO8Uyt0ksIbExc0QH/fdbrPXV1YhjxCvb3Kdfybg\r\n3WQILxNeCD/sm3Hm9SHGMCkVPAUjbTpG4EJKajZd2QbmvhwJFQfF6HOrlgcT\r\nqvMNHWOOuno9WqKPvnDdF1nBKPBA69LOVmb0JFshjzOeIp4F9SIX6bNztH4Z\r\nTYlDgyFmGtsv5zInoGUrNhFrgOC1yf679ctmxoLlqPTkvU6MkbR8HybZV4i5\r\nsCuzp1DW7UyFAlMUK3CMpxTx9Xstwkv9cjgkTUWleR7T4K1VONzBYwLkZw3B\r\nGq/jCmTpjnsgDvmn+vn1mCSGUAMa0ZPGdW/QU63/VMvVTb7hLP1yt+KpHAz4\r\ntE/Vf6YK4EQXEpGUEMj4rOJRP3nmC6HyHuH11qJAWOt1x0zv5lBtdkMYjHt/\r\npopZjpd7an8hDOZmBlooiAlhBO0wTOvLEYB1p8iiYsP1YgjJ/pX0WFkcq4Oh\r\n9MqqnczjGUSvK+esl0Y8vNrzS555Jnwdu9AQJ7sM3LSH3HqsEPll9z/s6RIk\r\nz7mJxxhOEDiH2+rfSYY0WWS8MLZhgwfvmRNc1vmBQMuA9Ebn6cq4JWSq+HpR\r\nwIw79n647bSxYC2sCKVWVjBswT9p4Fr/8lpLTc+sR66szVgdogcWqoDA9d7C\r\noidzdJk684yEsWTiHgR3L7Q3K4jTZKi1/m8=\r\n=c12B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230127.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230127.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vtNfiy5c+APuOqDfJ/+h5GZZdlMhgJDzoOMuG2GMnUkdi/NzAuMvss10o2enIgPKR57svVYNR9qIee0Gn7M/AA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20230127.1_1674839119813_0.3839729639900027","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230214.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20230214.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20230214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"12e59d360066b482be90acde3e7612877c7d1749","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20230214.1.tgz","fileCount":27,"integrity":"sha512-Qv0A4I5nWVL9KSy7vk6wFVgkFpzWKR0wQCa3KepS9ffWTrzelIFT1H8OGw6qitm7MNUYTdXpJZbWUZLw/DUplA==","signatures":[{"sig":"MEUCIGfevYKvTBxLbjjM3VW9qQeBoODZ+oWkrnNNQRDAZPEGAiEA/LA2YyG38kTtuN6Jmm360K/8/P9QKC/Errc8MLza6Ao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452331,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj679sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpiBQ/+IT9Y2n7vLWRTM+kUJns7FVWEllGT9Z6jJYidbIq0M3qpg5x+\r\nkDHhr0QMEFJ3rpkgaFxqb6AJ5Lte+2+AlB8P+X8gFnLaTyOxalbApclwrcGa\r\nhc7u30vEA2zBDHbeSHUxRb2swW8GfSN6+aQd14/hsRpTlaKiHnvk71k0HEls\r\nyt0M56ic0L1UoWQReyGhYRLrkjAXEWHowijZuW+HdlHzBoYJo9KwD0HDLRWm\r\nAQgc5hTKXMgLXYf64+HLbbIYxJKRzyNrMCT9UnntocWQZMbRlUu0idnzUJ3d\r\nRGHcb3RgtBpk5Ywg5cWrvFJt1kkgGeugyPD0P/ysNZ/5bGovh9zU01nBOU0l\r\nlsVkp5kTW0zklPGQY0GK/cZxZcu+rhUVdvHqA1V532beaqq/qJSsnwgXxDal\r\nHHIcWzYeICv/qgpZo9HBhNb39a+FHBsKG+DQeOMNEoe3tSRV9QyZ9NLp2y1d\r\nv6HUZtXx9CQN1LLbt+tmjGAr86bCMNmIijSCA88/9AJNSMLseuLKKoySFXtK\r\nJFCh0EkIF3kRLzIuzvZGGH5A7Q5FA+bJ4hvZPoynkhxRTmQxDWq4UnTx54J+\r\nGgNdOinC3dNbFZV8J8Ogl/qNM8HTLxJavkx2Gdp+wSArbohoqnSjANVRCe6M\r\nPAriAzpo9lWVdyd3KUioYBGV8y3zAq2kRjM=\r\n=h+O0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230214.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230214.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Qv0A4I5nWVL9KSy7vk6wFVgkFpzWKR0wQCa3KepS9ffWTrzelIFT1H8OGw6qitm7MNUYTdXpJZbWUZLw/DUplA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20230214.1_1676394348395_0.3086235908202095","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230303.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20230303.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20230303.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2da4ffabb48c97c3b15b0dbf89c8a705388ce82d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20230303.1.tgz","fileCount":27,"integrity":"sha512-8SYoud6Q9JSW5JuUrlkHRHmMvITTZP9avXBmto/ZYGmEHHxH4KrxQgwzWNNfH29n/ZMZQ21LTmZnIyiWwV2o4Q==","signatures":[{"sig":"MEQCIGmoPT+r3sb3fr2JEdbs7rX4xFNzPdt4QvQkXlD4egrpAiB8+Dm+GPM4zJBrIa+ncsv6hM5eiK7XhnG8m8IyvvsOUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAijCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJyw//dVbRbkXdyXDHWY7mGLKDAB81IC1zbBXj4CUxteHsSSxsn9hp\r\nn6ETEGgiwuGOxozdPcGddazitimpeDBfk+eL26cNUjcBMJSfbMm4NBZeQZ4y\r\nldShM1HGOguxhlSeBEsDl0EyBBJQjQrx4CTr7a8hH9L9Ft7TUfrHB1syi0oC\r\ni1qGJeBJsGlTABsmm/o1TEPE9fZXvWYpn84GrODqBavyBQitjPOAoFKWw8qQ\r\n1j8J4qsjeZHGj0w7WAbZfoN6HK7dpZstdU7u3GCvseLxXuOWFtBGhbkn5Ha4\r\n6O0U2vjgwJXVA25qWla9HRQ6B4HGLNAY++dJGCgAvzZ3U8AqcFyXlCn9b3W3\r\nTUkUiFA3oC1xCndZaeSkk8569t9141fs8FvKobUcxtzBtkIVTrV5w3Q42u5Q\r\nFk3Tj72nRpGZWTUbPdmT4cfzWAHjW1lg3Fs4xeRgGmjXHIAnjsHjDntZfcx+\r\nwz0wjY3NiskcC3IFvWyoDbX9kkMitSjk+fdhfxv1q8IOZ3M0nUIfeVG5lNZt\r\nTqiQAypgwcOUD718fkLvnqT5pn+w6ak/0Z9nYyE+phjM1NeGlKxSgTQtvkk7\r\nKV0bMsgqQrWtL9zYGMfi27WJssipnwXRc87xeGi4d1uzCVUjFsmTEGO+oEsT\r\nWgb50HEnzPKJAMCHJYVVNRfun5JAKo4Xr6s=\r\n=yRs5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230303.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230303.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8SYoud6Q9JSW5JuUrlkHRHmMvITTZP9avXBmto/ZYGmEHHxH4KrxQgwzWNNfH29n/ZMZQ21LTmZnIyiWwV2o4Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20230303.1_1677863106219_0.6635918343280591","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230307.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20230307.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20230307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cac51b59520b2e5c75ef16a54a65459679791a61","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20230307.1.tgz","fileCount":27,"integrity":"sha512-sj3Cspk+frG+pT1cqeRmBgaGAZAbPK+SD95Y+Fdv6DeGa6fQP+59fkwaRtpjfug2c40CTvDicyJ5Z78eLAuJVw==","signatures":[{"sig":"MEYCIQDtf3XR+QKI16JoWwLwcjI/UC66RnwJ/j70JI22Aa+4lwIhAIWC3ERiYITnZGEqcK5JHogAeZTb+8ZxhtoiOH2cGhER","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB28rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkGQ//X0RdABd0UZfs8ujsDArYfuKL5Uwn6QGt2g/1fJyqzZuKRiQi\r\ncDUc+7hKjnOSAe+apZdbZHjY9gZs/f1FHgOxNxeS8JO7mv9ZMz2BozOokq5k\r\nDZ43rPjt4mKkXWeEr+7+9zSkgFnoJZQK+msot4jUPq02FwN0QAFr1qbd+PJW\r\ne3pas8KDskxjn6cKgAsEh61J/JdMJifrja0kfH4jc9/rjUiO26Mjf9a6HSYY\r\nO65vHoKpPqiWWB/xpMQzabOEmlacvh71GdWcfmT4g25LT1pZCJpzgjrCZ8Uw\r\n/bHR56R9xOFg/avxdPTPH/9PaLA7/U9dUG6iYGh0rUlXs4L6omxeCDcTHb6m\r\naVZ30nmiTGpz4h+vo+5DL1zycpq9xX8tS+0daL3cG+UfxI5DuAVXOPFJ0DZT\r\nJN3+EpX0HS5oVT1AqjEaJ1Rxs5LF1f4EMAaIQSAc5U08g/pXCuiPHkEJwEYi\r\nDPLYTXnDJdyNePR/BhI3gP8vBF7qKPdejHZy++U0VWlZgMe2TUaq3maFgx13\r\nJsPlR9f10GdSgHPw58KkOJbnYAeRZTEUCObtCQfld4HV1eaVFaGciWJ2zUry\r\nXhZ+kpA318hBlndIIEMDJZzfnLL1KTguMVwD7NouC+jnKmy8wm0BCIi3S/cK\r\nzlLpqe4GwMq/pVdJR4DJya3F5E8Wakeh2Qs=\r\n=o8W5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230307.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230307.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sj3Cspk+frG+pT1cqeRmBgaGAZAbPK+SD95Y+Fdv6DeGa6fQP+59fkwaRtpjfug2c40CTvDicyJ5Z78eLAuJVw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20230307.1_1678208811519_0.9216047502982725","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230321.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20230321.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20230321.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c1895e3ef55b2196289ddd08e23f114f84f07f5f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20230321.1.tgz","fileCount":27,"integrity":"sha512-jo45/xL8xPRw523tNdM8BmDgaVWgSZn3LZd755XiZjiEDlVtKVAhmH+cKQkWlVFvPJjaTt0ajuaW/YhNL2YuKw==","signatures":[{"sig":"MEYCIQDXTj2vSS2JkC8z6JC3IJdPRLHcy2PXILryqYSdwJpUUwIhAJ53IDa3WkfG08GdlIR8KILPWNJV/j7mzZ/YJueHQoa5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452259,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGdX3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqojxAAg00nWwfG/k0LIblwKtZJKp3ixcNMN+UDO6Hwo9HhLSabiufR\r\nhXLiC3rlhghxOjzEz6b5IcyRq7vwV9CHlnqSVRGc3xoDzQRcA0LzVyI28PL8\r\naViFbGjYqbF34mAhG12A+4BvwX1Ijl5woyVnmjruR61gzm5tPkBc3WtnSlkO\r\nnKdaedleU9EFKBESpTa0RVd2TewTT4v1NM2gZWj77VyRRIWYQzOLAm6nHQG7\r\nJ4sElRzDgAmF8+Bko4wgQKr1/sQScDQ8BG+N3wgpMcr+CAxXTEukgKLNwUMi\r\net88m9syWQtI1q6mwGrnuaVaJ3t2kjOyM9fx68ISAGnFUNyD3R6Glm3IeUWs\r\nPaQOtkO32J1FOjaLnkiN/IE6KdEAK+zP/Ec7b6MOuY9jKpViSFRDu1c1BIEY\r\niiBTwkWgxm6avq5H+PY5H+iYtZiHAnSp6KTTmzfr7b4Dl0ek+i8RSUBRnxDA\r\nDCelPUS1Jh7N65Ct4U9EYrmlGSQTO2RwlmhAEOtSXsnSb3WxmwPCSsptGb/h\r\njNPhcd2zmBu6SKAPAOY8oeg3K3AQF0JhL09XC51MbHaC9aTS2wlfwuSIlv2d\r\ncGWy+LmesVFZrcOiHW8JHp6ZBCeWxArcet/vGLUGUKEgtJrJz8QZg+lUic+q\r\nd7c+827HaO+IZZ5a7oO6jY+yJ1PheLWeBec=\r\n=zZ3i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230321.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230321.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jo45/xL8xPRw523tNdM8BmDgaVWgSZn3LZd755XiZjiEDlVtKVAhmH+cKQkWlVFvPJjaTt0ajuaW/YhNL2YuKw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20230321.1_1679414775066_0.8508201878100323","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230419.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20230419.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20230419.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"20cc671442d6872972943da10ceaf21135915664","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20230419.1.tgz","fileCount":27,"integrity":"sha512-AhsEot5GULUB+SE8r4jyhGOd/VKrRWF6b0qibHQgxZvZNXe7ufpSsXKoOy4liMZnzQlO4qyhO8p1zezXv7uK5w==","signatures":[{"sig":"MEUCIQCcYHhhK3XIgmUq6q6J09aj15qfdRlELWtYkWEIbyo8bgIgeN56sTWmLxTuOBegRUF0yoqWQUAsJ+p0W2MJPi80+UY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452259,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQBDIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmov4Q/+PxZrMrdzsI66O4CKvkFYIxckOC9BVLKzalrdxazuvx9GWyK7\r\nYQ5rUhdQmNZ7dfCWoTUUiEtZnLXTFo3N40bDCkYcek8eX7FdNt16gkjWfcmN\r\nSQmNDXMcriNGDxMaYZ6W2+btPfTnVYNkCpwNM0kyl3fDjwii4xahLQUAxm8q\r\naiXRTze9E1SyEOFOZy/7eL+lR3yjjGHYrtmZXjeq7QENVWKSqQxfb8IcJh2o\r\nCzoCGToeGVMIb175Eoh/hNdJPNTaYGrt/R63RgpnP9Pn6m7JuMOcGdicCTpz\r\nIb7YEq2CWdg3nJLhUiXD0hfzh0azky2C7z6u564JNOOBxT+WDzydM5qa1lC5\r\nR/50UNTt0OGsP+rXGYJc2GkWGPaxxL1+JY5F8y1LWFJaD5iuRVm4cBhuWpLy\r\nXY3E3H3+Fcyqf3YO0k0fENtaoWMPv3C8ogAfsHKkcVjGYwk2a1aXvSGNRGS3\r\nB3ulmISPtUA+31zB0OuDVbfMkDJEpg2wizneGHfdDwKSXyUlh/4WJIa4WBDA\r\nUUfboftSg53WwCLMTjiglZ+RSkEfoIDC6llw9C/Sh9XDw93riVwHowKMBY62\r\nGM1SXmGeT0eXy2wLlRIbEizvJsRZ1apqfJdaLHdIHqdix8s6CkPnD9seRFCo\r\nf1jPvjBzufo5VY8iGa5EcjfH064kE+z+Y+s=\r\n=b23R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230419.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230419.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AhsEot5GULUB+SE8r4jyhGOd/VKrRWF6b0qibHQgxZvZNXe7ufpSsXKoOy4liMZnzQlO4qyhO8p1zezXv7uK5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20230419.1_1681920200526_0.4207092685823248","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230824.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20230824.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20230824.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7fa3ba3ce982ad7312ec1a1f5674a9271bfe5b01","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20230824.1.tgz","fileCount":27,"integrity":"sha512-WDDqSYxHuICwQ+/o2yGEgBU5N8IVYpsdjSMWgpU9OIKPzJbR5AAEm17/do/2IJm6R6ahy/VjYsupixGMHamhUA==","signatures":[{"sig":"MEQCIH92bHFA1g3BfBKDj/OqJ2sk9JdRKMkd3UnnTnle/cf1AiA3spyC0+XPBI4CpFPLT7hmxxck195aqr0i3E6w0cepAw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452285},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230824.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230824.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WDDqSYxHuICwQ+/o2yGEgBU5N8IVYpsdjSMWgpU9OIKPzJbR5AAEm17/do/2IJm6R6ahy/VjYsupixGMHamhUA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20230824.1_1692894026816_0.06301319923105875","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230918.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20230918.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20230918.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"637f5059e0a4dead45c473cf2eeb9f8ea7c617e8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20230918.1.tgz","fileCount":27,"integrity":"sha512-y6ZFqyC2i0zm5lxpz9ec45+nBZ+EhzBGQeh1QX8sAhv1l4QD+oB/JG8GPyUL5bfaiWNDeEsSbKhS1Och3xEqQg==","signatures":[{"sig":"MEUCIQDXFN85dGxWHNi0rxsj3k/7S2vcSI6Bq+c/ij7z+7iTkgIgf/b1E40YQRy3fEJr/md8x37EiqYHXN8St6Dn3MyCAPE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452312},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230918.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230918.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-y6ZFqyC2i0zm5lxpz9ec45+nBZ+EhzBGQeh1QX8sAhv1l4QD+oB/JG8GPyUL5bfaiWNDeEsSbKhS1Och3xEqQg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20230918.1_1695054046920_0.28078010884859217","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230925.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20230925.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20230925.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"def48f7f860dca0cb068f6059248a1e8fb5cec72","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20230925.1.tgz","fileCount":27,"integrity":"sha512-f09DH6fwlxy3I83VHrRnql2gTS66HMvLv97WKGInc235SrnFuNSZ2QA1dxN87V8q+P8E3DbZbbRSE2zIDXREXg==","signatures":[{"sig":"MEYCIQCENMPgtm0HnF3ElYPFWNRXSPe0REwrXmO0h68pA6Bk1QIhAIsvn98zj8hxn+4drJhVxr5ABH36B8KmrA13S0DQJQaV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452312},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230925.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230925.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-f09DH6fwlxy3I83VHrRnql2gTS66HMvLv97WKGInc235SrnFuNSZ2QA1dxN87V8q+P8E3DbZbbRSE2zIDXREXg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20230925.1_1695658883462_0.47136379387136373","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230927.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20230927.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20230927.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e002021f119a013b552bcc4e1679d97af1a437e2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20230927.1.tgz","fileCount":27,"integrity":"sha512-2LpYKbL3Ydfhpovvejrk+0+pnYa4NHnBhx9d5eKPtRr+BqW8jPVjQ8tveMLqofhOs3qDxS3eh+XFWmCWfh2YkQ==","signatures":[{"sig":"MEQCIDEtIkGGrgTtC3tOgzOGG7uOJdjC2qELM3T38jsfNOR5AiBdEYBorfUAJdW9NBE0TLSFu6BRrNNoKIf2xOqJggS9kw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452336},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230927.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20230927.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2LpYKbL3Ydfhpovvejrk+0+pnYa4NHnBhx9d5eKPtRr+BqW8jPVjQ8tveMLqofhOs3qDxS3eh+XFWmCWfh2YkQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20230927.1_1695830662996_0.875411376861092","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231002.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20231002.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20231002.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e46c162946644aac3a71a6a94caf68912c3e12e1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20231002.1.tgz","fileCount":27,"integrity":"sha512-TPDzn0NIyPnMvvugmNVz4S2iO4gCcOAbU8KfVc29nP0F/qJYuYLWfF2FU8mUr5RkLvD+zFwQpWKt/PxG7FOYww==","signatures":[{"sig":"MEUCIAKaYPxdsFCizAHnrku+bZTd/MaOvvvIanuJWXHIOrTjAiEAg842lhuOHcTY6+M7vaOWTbLQ3fvDieMf2CGRhwAT7tY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452493},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20231002.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20231002.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TPDzn0NIyPnMvvugmNVz4S2iO4gCcOAbU8KfVc29nP0F/qJYuYLWfF2FU8mUr5RkLvD+zFwQpWKt/PxG7FOYww==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20231002.1_1696263753223_0.781745978633998","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231010.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20231010.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20231010.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"50619c2d26dadbff6fb613be852f4e607831b68b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20231010.1.tgz","fileCount":27,"integrity":"sha512-rzBMEONASTb4+GClSJAGtvWv6Pa/JpVSXeXx+1PMOatBpKnap7uKwnyRZGuWkB4C7QP2kP2IQNGw4npIlgLFvg==","signatures":[{"sig":"MEUCIDFYZGVhn/LgtRgJyla0xb5oRZDdytYNGfLzFFbYZy9KAiEA9x92LRkVN85aEgcSJI5EiB6k9xcJeYjiEDRjOg4GDm4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452538},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20231010.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20231010.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rzBMEONASTb4+GClSJAGtvWv6Pa/JpVSXeXx+1PMOatBpKnap7uKwnyRZGuWkB4C7QP2kP2IQNGw4npIlgLFvg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20231010.1_1696954005236_0.10901382363816059","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231024.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20231024.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20231024.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1a25c34fce12e875aa7fddd61b2f6c067666d461","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20231024.1.tgz","fileCount":27,"integrity":"sha512-byVF8VaQ0YZBtqa4tHjN2NyTL3McBAZOhHeYAxNJVp23DBxrpHZo1gqaJ3hNwq+NeVHjzMKZ5fVus6/MeR0ivA==","signatures":[{"sig":"MEYCIQDuiEQ4WiSGVzjaxhx1Pu0EBXOOOu7BGcqbhtck/+wOaAIhAIknE3Nm9jHCcyofGr+Z6ybllP7vKS3jIaLj1BADr4OW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452538},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20231024.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20231024.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-byVF8VaQ0YZBtqa4tHjN2NyTL3McBAZOhHeYAxNJVp23DBxrpHZo1gqaJ3hNwq+NeVHjzMKZ5fVus6/MeR0ivA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20231024.1_1698163466015_0.4224069430765114","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231031.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20231031.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20231031.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e5090bf01ebf19df6e2900d020b56305ccaa906d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20231031.1.tgz","fileCount":27,"integrity":"sha512-a0k4/TyNwZecb8xXM+U40CEPVjjBDU+WjfGm+5jaOSK5rU6lNiBdBlbhvrQ2yNz1p8hBy1ivkVKVzxJ2vfH9DA==","signatures":[{"sig":"MEQCIBlwkhFubrNXzvRSK20u0Z4s+xZv6RQNUHfH2P8unrnrAiApeoHKTDAnngKQxWeC5fBGr6WXG5xn+pZdAtJ0OVnYkA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452538},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20231031.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20231031.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-a0k4/TyNwZecb8xXM+U40CEPVjjBDU+WjfGm+5jaOSK5rU6lNiBdBlbhvrQ2yNz1p8hBy1ivkVKVzxJ2vfH9DA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20231031.1_1698767973514_0.7141513684578265","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231207.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20231207.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20231207.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7ab8ace3d91a48c44c7e199ad9e4500c000ec3c8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20231207.1.tgz","fileCount":27,"integrity":"sha512-SGVhdpbuBC9pOMaC3v20DuRdt3rPQapAluzePpry+6zI2ZTbtD/Wq4Qv8yEjzLrmN9tUM+bhFJizGG3llEnrog==","signatures":[{"sig":"MEUCID1GNnGWmqXh+yeHDa5bOn9mCC9q4rnHk/pInRGLCJInAiEAnob9teiMvGCuWpGfbgbgfMFKKGCT46gQn+eJf7jo240=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452499},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20231207.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20231207.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SGVhdpbuBC9pOMaC3v20DuRdt3rPQapAluzePpry+6zI2ZTbtD/Wq4Qv8yEjzLrmN9tUM+bhFJizGG3llEnrog==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20231207.1_1701968430017_0.7537175786431944","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240111.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240111.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240111.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"da5e8d874c96e15b26ca02ccc42b59b7395a370f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240111.1.tgz","fileCount":27,"integrity":"sha512-rZFSHzzezGqsI9Q8ZoHBdCanPf74xqb3wx6nOzmQcTD7zRfu5BMbfOqXKPgyJut4EL8wHGEc5sL+D5pWENnvIQ==","signatures":[{"sig":"MEUCIHcmGfhWypKZ+W6f6xZYBc5JAdKw480O7XTwBM09caJhAiEA2hMHMzsKYKiFEMxUZ2uMBD+uoIFLN7XbEpN1MBoa6R8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452720},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240111.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240111.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rZFSHzzezGqsI9Q8ZoHBdCanPf74xqb3wx6nOzmQcTD7zRfu5BMbfOqXKPgyJut4EL8wHGEc5sL+D5pWENnvIQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240111.1_1704993744759_0.18767408673404695","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240115.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d0590fa04d26c5ceebba29ddb45a452893c4ed4d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240115.1.tgz","fileCount":27,"integrity":"sha512-rOSppwPVbXb3259EI7VcnPoK/q6BpCXqM1UWtTzAEMqtp28yM7cbeRoCBIQjGyN27rZAv/C51EtgGjGXjg5u2w==","signatures":[{"sig":"MEUCIGc/ltM5MJKLj0M4ZJpVXtic3U1CxuSL76LhTyh/QUkJAiEA6M+F7aExCa85P4Ehx+uOxHtAmsqmDYD+edS0aBTPopI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451919},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240115.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240115.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rOSppwPVbXb3259EI7VcnPoK/q6BpCXqM1UWtTzAEMqtp28yM7cbeRoCBIQjGyN27rZAv/C51EtgGjGXjg5u2w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240115.1_1705339283032_0.028023234884881676","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240117.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240117.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"01e3a73b0b15f82927353a53b063ed7edcee7c50","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240117.1.tgz","fileCount":27,"integrity":"sha512-BJmWwDVVo5y9vTAw1XeYriD4DInPbJ7kuNPUHbxQHYcyBZGleNMJSnZXn2+VGU50YiBXUmt56z4unvff3G636Q==","signatures":[{"sig":"MEUCIGlc0ShCuXwUkGHGLe7+LOGFI1TCuO9JLLpY/qrzAaanAiEA2/rcWOa0W8u1ka85lNZ2vCgWzpZ9PLQ9rZ7k5NI3i8Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452720},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240117.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240117.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BJmWwDVVo5y9vTAw1XeYriD4DInPbJ7kuNPUHbxQHYcyBZGleNMJSnZXn2+VGU50YiBXUmt56z4unvff3G636Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240117.1_1705511191628_0.526332222842129","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240129.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0380f71293b4364dd2874f10aea34a30083c1035","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240129.1.tgz","fileCount":27,"integrity":"sha512-FGJSgp7k0hPdZ8L1u8FTridUgDUi+0b2RQKLZDNgExczd1SdXsLOGT3umqhP6+PM+tsk9yvzetundRXnKQJMvg==","signatures":[{"sig":"MEQCIEfVoYBBL+IrkoX5vHw/lYV+kWoHsynJmmyUmM5pj5dLAiB4jL9rZGVMvw1TpAge9aAn742INAAIeDj7ttlWtuiDAw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452765},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240129.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240129.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FGJSgp7k0hPdZ8L1u8FTridUgDUi+0b2RQKLZDNgExczd1SdXsLOGT3umqhP6+PM+tsk9yvzetundRXnKQJMvg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240129.1_1706549077962_0.12773557695332838","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240206.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"14ce66fdea05009fc79fe6bd0dc75af9a888f76f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240206.1.tgz","fileCount":27,"integrity":"sha512-ZOavflXpga7WOKRclbtrpWAqdqMa5eG/TmqvmL5/u9SlxrlBz7rstHbXHz3dOa9nXqXD2qZjMkZWsHiuo5zLPQ==","signatures":[{"sig":"MEUCIQDSs2R2QpTPw19M3D+zCcpea9BV31BbOGFbEN723NCYOwIgfskvs0a16gsG0YMXPfkCdZEG3AIQw+uMXXSaQ89iSP4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452765},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240206.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240206.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZOavflXpga7WOKRclbtrpWAqdqMa5eG/TmqvmL5/u9SlxrlBz7rstHbXHz3dOa9nXqXD2qZjMkZWsHiuo5zLPQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240206.1_1707238864966_0.9109568445367382","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240219.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"01b2c19dae97d528139320a02aa18cb7f882f3b1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240219.1.tgz","fileCount":27,"integrity":"sha512-Bm5V1iLS0IZz7Xr4tJnxzKVa9Hx0pD9SP2Ak5vEnBxnii14EEa6lq5p0fgFzJchHdvunt517Kf2BwRuwDsdw0g==","signatures":[{"sig":"MEQCIGy3iwOcXRgrKzQXECoLas/7zWtngI2IsMQytBD2/dR+AiAwt/RMYdq4jwpZg5vki3EbmJSY8DOaYB1yWP3TLOFVpw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452785},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240219.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240219.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Bm5V1iLS0IZz7Xr4tJnxzKVa9Hx0pD9SP2Ak5vEnBxnii14EEa6lq5p0fgFzJchHdvunt517Kf2BwRuwDsdw0g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240219.1_1708363239985_0.05117349499122503","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240308.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240308.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240308.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2bcff789ad99e2e1598ebb2d49198dd08846ace3","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240308.1.tgz","fileCount":27,"integrity":"sha512-GzggoQAKXNDg5Ozcsb1MDNytANFMkOlMUvdAkbrrzmiK/RgaNZpVD6Asa8rGlrqW176HaNoxsL1Il18dmSvqLw==","signatures":[{"sig":"MEUCIQCeUA0LC4AHtyNNEGWbvghHdtK6VENTNvu/5ElJggVexAIgPGHKsQtzc7GWUra8vlX3KvxaiP7dt6eJvNqDOLwEiY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452792},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240308.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240308.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GzggoQAKXNDg5Ozcsb1MDNytANFMkOlMUvdAkbrrzmiK/RgaNZpVD6Asa8rGlrqW176HaNoxsL1Il18dmSvqLw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240308.1_1709917655940_0.04363671573479322","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240325.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240325.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240325.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c530ecd3598bc7f1d274c4025ff29bf6301d4afc","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240325.1.tgz","fileCount":27,"integrity":"sha512-sWfd1N+9DO2HfJbXiIrzydnK/yI9kTcK2F2senoA/JjlMbpjJ50ReSadDFwEoGG/Qh/YnZEhpDs7eSQ71XwzKQ==","signatures":[{"sig":"MEUCIQDGoj0v8NTsIbwwPSyTDNHipNVO2CswP8Vd/Lazbf83FgIgGkwvL20pLTCQKQNtTzfbuivueINmPCUqArRu6iVgM9c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452792},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240325.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-rest-iot-device-update/azure-rest-iot-device-update-1.0.1-alpha.20240325.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sWfd1N+9DO2HfJbXiIrzydnK/yI9kTcK2F2senoA/JjlMbpjJ50ReSadDFwEoGG/Qh/YnZEhpDs7eSQ71XwzKQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240325.1_1711382712695_0.1107613418065112","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240411.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240411.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240411.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d93dbc10964cb532ca6563e83308cdc7c46c8326","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240411.1.tgz","fileCount":27,"integrity":"sha512-SlfK9Bb0U5OtebmBUZ19aP6tUO+aPK7jTatM3UhSR482yPMgtWCy6X9NAAYxHSj+7BuGODKIn/I208bl/ZSr6A==","signatures":[{"sig":"MEUCIQD9Skq42RXqMgeWY6ISe4/7MZbkLy4BMICr3ht6vnV/HAIgMuglWUDq9dXumdVZs7dbFKUmtoNQHRf67rcuIWMxq/M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452792},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d85eaf90-4772-4100-907a-f89a92171053\\azure-rest-iot-device-update-1.0.1-alpha.20240411.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d85eaf90-4772-4100-907a-f89a92171053\\azure-rest-iot-device-update-1.0.1-alpha.20240411.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SlfK9Bb0U5OtebmBUZ19aP6tUO+aPK7jTatM3UhSR482yPMgtWCy6X9NAAYxHSj+7BuGODKIn/I208bl/ZSr6A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240411.1_1712851864867_0.2804254354193012","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240415.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240415.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240415.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b15ea3038f84b36ac99ba177b09dbe1cdc15b0a9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240415.1.tgz","fileCount":27,"integrity":"sha512-5BfW/3hQY4rhwKRaC4QwnYXHiGEeAGp87d0ojCyGs1+3l902ZGzFMYm2ccU7CL10OOlk7FMguImSLXtkTxd/nA==","signatures":[{"sig":"MEYCIQD0s1vUzrL77tzlu5RT5fje+cFnc9Z8mHc3yAljZ8C2TwIhAI4gmPqB25jzRC0B08rFgleUn4pMqtqyh1FxN6v8338e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452792},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b2ab4f1e-f52a-4425-a280-2c769c444ee7\\azure-rest-iot-device-update-1.0.1-alpha.20240415.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b2ab4f1e-f52a-4425-a280-2c769c444ee7\\azure-rest-iot-device-update-1.0.1-alpha.20240415.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5BfW/3hQY4rhwKRaC4QwnYXHiGEeAGp87d0ojCyGs1+3l902ZGzFMYm2ccU7CL10OOlk7FMguImSLXtkTxd/nA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^1.0.4","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240415.1_1713197270983_0.07845310872326028","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240416.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240416.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240416.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db947e8d9eb4562dfdc83b2bc37d5eb965e6b68a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240416.1.tgz","fileCount":27,"integrity":"sha512-9u0zswd98JUNb06W9UTscSZi5J94eWulk94a3TY4yudQNmW/Bkv1MBjDrRu3MWkXkalaXmLGDX3uQGXiRZ1KOA==","signatures":[{"sig":"MEQCICH/3SK5Yxzn/TlPDvHiUnCbl9gsLeqU/cDv28ud6y4/AiABBaI2+ijgyUr0tzyeeQ/2C0HBX1dYU5I5R0SIgdO1uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452792},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5f3cef7b-ac47-4d1c-b431-044c669042a4\\azure-rest-iot-device-update-1.0.1-alpha.20240416.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5f3cef7b-ac47-4d1c-b431-044c669042a4\\azure-rest-iot-device-update-1.0.1-alpha.20240416.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9u0zswd98JUNb06W9UTscSZi5J94eWulk94a3TY4yudQNmW/Bkv1MBjDrRu3MWkXkalaXmLGDX3uQGXiRZ1KOA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240416.1_1713283702794_0.938660835903337","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240417.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240417.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240417.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f3b151cadd3d714348fc3c8a5f0a9215cc8e7733","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240417.1.tgz","fileCount":27,"integrity":"sha512-HAUipx1I9zBFXtHv2KiNkT3PD6hxXnBQRiQlfbxAMKp/otX7C46Jlk4ISBI1lZy0dPRAaauWH+n/cQEi1nYhqw==","signatures":[{"sig":"MEUCIQDxET7gwd4OQZjXxVb5Y7erXGbSGnDIKaCu5hGJ9l3jSQIgJNAEv7lEXgLJQ/W3NJyRDHOoYBh1xykE6IXXALW0KZI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452792},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d95a6f17-ddbd-47b5-be31-28b78f348606\\azure-rest-iot-device-update-1.0.1-alpha.20240417.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d95a6f17-ddbd-47b5-be31-28b78f348606\\azure-rest-iot-device-update-1.0.1-alpha.20240417.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HAUipx1I9zBFXtHv2KiNkT3PD6hxXnBQRiQlfbxAMKp/otX7C46Jlk4ISBI1lZy0dPRAaauWH+n/cQEi1nYhqw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240417.1_1713370322397_0.8391147948756745","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240418.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240418.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240418.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aa1eb4f115a4382d89656108408bb51242cb0c07","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240418.1.tgz","fileCount":27,"integrity":"sha512-KC/6NpmG5lyGdz0Z7acMbaBTTZoqQxVv4FA+K1G//TfrbqfaIR9aPgfYOQcq8z10H3sKYjn8OVGrPgv+Cwlmpw==","signatures":[{"sig":"MEUCIQCcI9+T+sZLEWp1i0hCw64O1jeiO/0bY7WO0BaaOhlmagIgNCAxp5k4hX20fgTLFk2GhyOh39sMyypOm2YjhksA9NA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452792},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\599362e7-2a72-4b6d-923e-d9c9809895c9\\azure-rest-iot-device-update-1.0.1-alpha.20240418.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\599362e7-2a72-4b6d-923e-d9c9809895c9\\azure-rest-iot-device-update-1.0.1-alpha.20240418.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KC/6NpmG5lyGdz0Z7acMbaBTTZoqQxVv4FA+K1G//TfrbqfaIR9aPgfYOQcq8z10H3sKYjn8OVGrPgv+Cwlmpw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240418.1_1713456484580_0.39130844990505187","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240419.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240419.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240419.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4cd840754062e492af3c99d17528bcd19e2f9869","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240419.1.tgz","fileCount":27,"integrity":"sha512-PYRcGHIhW7vW5C6NTOgDpnBld3YE4LelxG2lRsYmAd6NDsmLpGI0XnDGnyKWRdxwVeKBHwsikmFDWndU3o53cg==","signatures":[{"sig":"MEUCIFhI0O2tLIAsrD/LfyYlCEuk4BqD0ahCitHUjlaVsb++AiEA28J4K63h2lCUtaD0OuV6xp+ZNV8NeD9m2aBnpjKEIwc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452792},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\faf0e903-f0fe-47e6-9b06-d5fdccacef4b\\azure-rest-iot-device-update-1.0.1-alpha.20240419.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"rimraf review && mkdirp ./review && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\faf0e903-f0fe-47e6-9b06-d5fdccacef4b\\azure-rest-iot-device-update-1.0.1-alpha.20240419.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PYRcGHIhW7vW5C6NTOgDpnBld3YE4LelxG2lRsYmAd6NDsmLpGI0XnDGnyKWRdxwVeKBHwsikmFDWndU3o53cg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240419.1_1713543072220_0.8607083873282564","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240423.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240423.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240423.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27266b681a95e028f3b8fa79591565a90e04c6c1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240423.1.tgz","fileCount":27,"integrity":"sha512-te2fXTFHhygYwRoSPvUHWt5vXXcItLHC/3Zq2oKVhZbqQ1SI1Al6SbYhZRO6I7RFYhe5UjqdasRyfdqP2UXt9g==","signatures":[{"sig":"MEYCIQCppqcLvwNLQP7XVGfhkihgErkwRDVh3/wYWqkHfEVC5gIhAMi7a38m4Wdo+iCh4SADU8h/FhX8/6CJxfqA5Qo8WPTJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452655},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\74aa2a69-f38b-47db-826c-3dd0d2bae2f9\\azure-rest-iot-device-update-1.0.1-alpha.20240423.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\74aa2a69-f38b-47db-826c-3dd0d2bae2f9\\azure-rest-iot-device-update-1.0.1-alpha.20240423.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-te2fXTFHhygYwRoSPvUHWt5vXXcItLHC/3Zq2oKVhZbqQ1SI1Al6SbYhZRO6I7RFYhe5UjqdasRyfdqP2UXt9g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240423.1_1713888533328_0.11303756441410306","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240424.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240424.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240424.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e1a727d918b8beec98a1efcd59fb08e8e9e1b48","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240424.1.tgz","fileCount":27,"integrity":"sha512-FTqI9Rfj1033wtZWQwOZSfgnqYx2+K2Zhwcc2bpe9rR/MTMIw2r8XhycJV3ysNN7U7+WceVuPiwkoqIF5Gx1rg==","signatures":[{"sig":"MEUCIQDhVNxblSdwsjHremuqvzzsfrb2bO70D8vi/hTpi9HaVQIgO9zRI1HzmykQvJIQUapucCMJSvXA5Zse8nPanWiWIx8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452769},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0056c7b7-0770-42e6-a591-683337a4b53e\\azure-rest-iot-device-update-1.0.1-alpha.20240424.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0056c7b7-0770-42e6-a591-683337a4b53e\\azure-rest-iot-device-update-1.0.1-alpha.20240424.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FTqI9Rfj1033wtZWQwOZSfgnqYx2+K2Zhwcc2bpe9rR/MTMIw2r8XhycJV3ysNN7U7+WceVuPiwkoqIF5Gx1rg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240424.1_1713974856261_0.04155959853156843","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240425.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240425.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240425.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8816d8921499b847b0bbbd49910e4a64ab53947b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240425.1.tgz","fileCount":27,"integrity":"sha512-ghJrB/nbLxwvfpAFAczEwLn0G8qRvCALcYTf9q/uz6mLDDDZx9oFQVsXuV/JLgLKA6CoOLFr7uMR2FrDgPKO8g==","signatures":[{"sig":"MEQCIFP93e//T8UM5IiyNYZOFe4QF9FksDv0WYp8t2ndHSwuAiBQ9lD0SmzVmJEcmgSJOHBAIWNZ6N661A9pBT5K4r+kWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452769},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b1370d02-4f37-4d73-9a74-9566d6a7074b\\azure-rest-iot-device-update-1.0.1-alpha.20240425.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b1370d02-4f37-4d73-9a74-9566d6a7074b\\azure-rest-iot-device-update-1.0.1-alpha.20240425.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ghJrB/nbLxwvfpAFAczEwLn0G8qRvCALcYTf9q/uz6mLDDDZx9oFQVsXuV/JLgLKA6CoOLFr7uMR2FrDgPKO8g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","uuid":"^8.3.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","@types/uuid":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.0.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240425.1_1714061289669_0.5569479925507939","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240429.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240429.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240429.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e5c648b8253a0579fd4f3d64dbe3cfaa0af490a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240429.1.tgz","fileCount":27,"integrity":"sha512-g5CUTGmoh58akDGHh9ep1PIJ3kQeJfjRo9Bi2gL6lNRxhT9yMHNfVlphd5aNit/TJNTIqU78tUX1xZBA58OmLw==","signatures":[{"sig":"MEUCIQD0+F4ib+3RToSzAU7bSeIDP/4uLDo71VJl2m61fGK7BwIgRMX3T9/O4KPPXjEX8AnHfojHpsBtLlEAOEkFaSVUMCs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3d1f2e66-9b21-4d6f-86b7-66c9a58c854b\\azure-rest-iot-device-update-1.0.1-alpha.20240429.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3d1f2e66-9b21-4d6f-86b7-66c9a58c854b\\azure-rest-iot-device-update-1.0.1-alpha.20240429.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-g5CUTGmoh58akDGHh9ep1PIJ3kQeJfjRo9Bi2gL6lNRxhT9yMHNfVlphd5aNit/TJNTIqU78tUX1xZBA58OmLw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240429.1_1714407022402_0.8881225813946836","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240430.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240430.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240430.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"37865b222405c1733d96cce8fc7ed9527d75f2e1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240430.1.tgz","fileCount":27,"integrity":"sha512-4P5iY5bhdFxd/9DqKlErbLwWDJA6oomikF0trnLQ1MkTHzY591Kt5dZPE2iT1GbrsmXEMB3ujr7n9ch8d3aAHw==","signatures":[{"sig":"MEQCIDKmWmCeP6ck9Qs4T4reQjLbRXbnD8U/LTHsR0rdq3LdAiBf42cGbFU0EqPM22f0Vf/ntdAIMAk8MyR6PIUySrkd5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\86edab74-71e1-4fe6-82ef-a713c9f43c74\\azure-rest-iot-device-update-1.0.1-alpha.20240430.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\86edab74-71e1-4fe6-82ef-a713c9f43c74\\azure-rest-iot-device-update-1.0.1-alpha.20240430.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4P5iY5bhdFxd/9DqKlErbLwWDJA6oomikF0trnLQ1MkTHzY591Kt5dZPE2iT1GbrsmXEMB3ujr7n9ch8d3aAHw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240430.1_1714493381302_0.818873968544729","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240501.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240501.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240501.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e21b74789130c4445683472d652291f7e718b8d4","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240501.1.tgz","fileCount":27,"integrity":"sha512-wXZtaf73ZtWC1n2jhGgI9MlVcVVtEgHzq5c4OyUwcB++8gcCWM0Kacef9eCrcgO2Ns3Rn9rVxLqFPPTg5Aa4ew==","signatures":[{"sig":"MEYCIQCcvGZpuVZ9pDmLVfmUqAP2FWPM1CCFV/rARmHcWGLSOQIhAJ+XpbOwuY3QP9Nyd2qMcVutMU6Anv8aaYdUjpTQZAnT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0b4a8965-6df7-420e-8cff-f24d8e00684d\\azure-rest-iot-device-update-1.0.1-alpha.20240501.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0b4a8965-6df7-420e-8cff-f24d8e00684d\\azure-rest-iot-device-update-1.0.1-alpha.20240501.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wXZtaf73ZtWC1n2jhGgI9MlVcVVtEgHzq5c4OyUwcB++8gcCWM0Kacef9eCrcgO2Ns3Rn9rVxLqFPPTg5Aa4ew==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240501.1_1714579398008_0.2275952851567442","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240502.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240502.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240502.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7e26c49ca80d54480c8e2fcda5d74c15fbd02ec9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240502.1.tgz","fileCount":27,"integrity":"sha512-dcHrIw7qdnlZcX5l4fjfGgPzUtdseMiBV2qeNDSvH527HH17h9R/yzdz7qOE8CG7CoPhrAJ+J43HS2B05VatYQ==","signatures":[{"sig":"MEUCIQCG8nJTtao+2h5CtyR3CXcDlrvjcvfggWmZOBwD0+/aKgIgdiNRpCltLZd+mfsAq2FzCrBVwHuTA0UJvyW4dLGN4Ow=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\46ee2f8f-7961-41a4-86ba-3de795e0dc53\\azure-rest-iot-device-update-1.0.1-alpha.20240502.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\46ee2f8f-7961-41a4-86ba-3de795e0dc53\\azure-rest-iot-device-update-1.0.1-alpha.20240502.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dcHrIw7qdnlZcX5l4fjfGgPzUtdseMiBV2qeNDSvH527HH17h9R/yzdz7qOE8CG7CoPhrAJ+J43HS2B05VatYQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240502.1_1714665952614_0.12358168384831614","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240503.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240503.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240503.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5d23140a5d4441f93b0903b53ee9593f672fbf9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240503.1.tgz","fileCount":27,"integrity":"sha512-/2CUMXq+uexKeaOWMr1unNsjVS8xfjI/RgnFeD2vrkkfmRRM1678aW+eeovA5H+aDi/HZx+5bM4k/0CVY8Krmw==","signatures":[{"sig":"MEYCIQDsTN8Pwp+ZjMrn09HbQZTDcyvKP/Kj/HSVchFtviG5fwIhAKYBT0w9NhvEwPk5qMfYgBtSygL7r71JTNBjvWL//fLU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3a57af29-2f01-44ea-be03-4278e10b21e9\\azure-rest-iot-device-update-1.0.1-alpha.20240503.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3a57af29-2f01-44ea-be03-4278e10b21e9\\azure-rest-iot-device-update-1.0.1-alpha.20240503.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/2CUMXq+uexKeaOWMr1unNsjVS8xfjI/RgnFeD2vrkkfmRRM1678aW+eeovA5H+aDi/HZx+5bM4k/0CVY8Krmw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240503.1_1714752377612_0.16449790834977374","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240506.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240506.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240506.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4da751a245b66f0267f51bdaba23c5fec45dd21c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240506.1.tgz","fileCount":27,"integrity":"sha512-2+im+Vn/KX7VH/+aeDr1Uf2yO9X1pUoyODW/RlKM5tJ7g1/WkKuHiUtAuIuc0AP5NRDso2SZ8tsDB/IAX8Nxxg==","signatures":[{"sig":"MEYCIQDdDlqrprhP2wwP+pn/it1lClC18PKDQ76VRFnM/CNA+gIhAPu/YWUwsw8ZQBGmsUUskkksv62p2/Owlz6qb8iTFGGV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\642fcd0f-ecaf-4ac3-a539-458848448009\\azure-rest-iot-device-update-1.0.1-alpha.20240506.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\642fcd0f-ecaf-4ac3-a539-458848448009\\azure-rest-iot-device-update-1.0.1-alpha.20240506.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2+im+Vn/KX7VH/+aeDr1Uf2yO9X1pUoyODW/RlKM5tJ7g1/WkKuHiUtAuIuc0AP5NRDso2SZ8tsDB/IAX8Nxxg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240506.1_1715011597752_0.3101205591249512","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240507.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240507.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240507.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"21c3611ddbf86d22cc568b321d798f0dd557815c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240507.1.tgz","fileCount":27,"integrity":"sha512-uIWK1LAX6ofRvadR0+GtS61rVRjAv68Z6fiuK1luXKnqrKgm+E4uAKiYwMO6Ri2J/JqNjUWxVU+WQHt36/+2Kg==","signatures":[{"sig":"MEUCIAw5x+aX593SCSbB7L0rcD7aObM+XaPcbpyVCTeNjJfJAiEAp9XGAVwBKArNOiW3GBvL5FEKiohre1lbowbEDvh3McA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fe8ae564-8597-45b4-a372-2599ae76d7ca\\azure-rest-iot-device-update-1.0.1-alpha.20240507.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fe8ae564-8597-45b4-a372-2599ae76d7ca\\azure-rest-iot-device-update-1.0.1-alpha.20240507.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uIWK1LAX6ofRvadR0+GtS61rVRjAv68Z6fiuK1luXKnqrKgm+E4uAKiYwMO6Ri2J/JqNjUWxVU+WQHt36/+2Kg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240507.1_1715098127806_0.9467809260557605","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240508.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240508.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240508.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b6f972d1aab42ddeacbe333752bf770919d989e3","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240508.1.tgz","fileCount":27,"integrity":"sha512-OM56JXvystptOKM/6lXWoS4CGdx+tvS9FAqgrJ3WJrCLSVrr1xp7Q+vVyndvUkqOnaQGqjlYq9RPgd4sDJiRIA==","signatures":[{"sig":"MEUCIHM+scsSmTjTIsaPFya+/N2+REQyglzf6phtkQXmLzFxAiEAsuaYIpXadLm8aRGbSf3Nds8G7m7MVbsGk3yIGKeo+9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c1f3771b-5fd2-4bf8-a450-284bec51dc53\\azure-rest-iot-device-update-1.0.1-alpha.20240508.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c1f3771b-5fd2-4bf8-a450-284bec51dc53\\azure-rest-iot-device-update-1.0.1-alpha.20240508.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OM56JXvystptOKM/6lXWoS4CGdx+tvS9FAqgrJ3WJrCLSVrr1xp7Q+vVyndvUkqOnaQGqjlYq9RPgd4sDJiRIA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240508.1_1715184391996_0.2592848089296802","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240509.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240509.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240509.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ace4e3aeb75847c77fe3a4ee11420735203ead6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240509.1.tgz","fileCount":27,"integrity":"sha512-dRVgACtcntubPPT9PrH29NXxwhU10IKUVkv96qMaGOaxl7MP8yG1Z1S5AwlW77ImQ+erKqtT+C2UxLHHT7cHbA==","signatures":[{"sig":"MEQCICsiqjYlyichABp18cvltP7awA9jWz1xvGWvsu3DXqDnAiBjvkjDnthv63qnU8KrMD3FOMqZ6k21VkBkjE6X77zn4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9fc31a14-4aaa-4a1c-a448-bc81bc48f245\\azure-rest-iot-device-update-1.0.1-alpha.20240509.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9fc31a14-4aaa-4a1c-a448-bc81bc48f245\\azure-rest-iot-device-update-1.0.1-alpha.20240509.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dRVgACtcntubPPT9PrH29NXxwhU10IKUVkv96qMaGOaxl7MP8yG1Z1S5AwlW77ImQ+erKqtT+C2UxLHHT7cHbA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240509.1_1715270850210_0.13171876571777807","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240510.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240510.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240510.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dc874b11cc67373687b27bf0f134b8d5cee0f9de","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240510.1.tgz","fileCount":27,"integrity":"sha512-0OUwQ+VNyIGp3pG3cc9iFbLYknqVm/BwkyNazmRRbpWGvlYrVJi85YCqODfYkZ+w9OBdcD/ciGxKQIIVu6+MKQ==","signatures":[{"sig":"MEUCIQDrjx8Ce3La8jSFWsK5KCkPpBQohinpMOE3LHJMed5fiwIgVU+WTnN1AyeLseECNcgLTM6MQBJ64z08dFid6gBDV9M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a7dbcf38-f548-4e16-95ee-09d232d36696\\azure-rest-iot-device-update-1.0.1-alpha.20240510.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a7dbcf38-f548-4e16-95ee-09d232d36696\\azure-rest-iot-device-update-1.0.1-alpha.20240510.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0OUwQ+VNyIGp3pG3cc9iFbLYknqVm/BwkyNazmRRbpWGvlYrVJi85YCqODfYkZ+w9OBdcD/ciGxKQIIVu6+MKQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240510.1_1715357041922_0.3187462189354566","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240513.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240513.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240513.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d63755a89124a6a15a135c7c18c8a6283fb3343c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240513.1.tgz","fileCount":27,"integrity":"sha512-gs0IkxaWhNZPVHqKQX1bpVS/7tR4C06Jgf9MoO1AMBea1iAsQJuIU92d3acrSwFYnt38nG6fsDA/VNOCJLLnXA==","signatures":[{"sig":"MEYCIQC6k4bV4A+kCG8Nu6/Ht+Nf4cdLpp4OMAjj2CjLgDgmfAIhAI4XdO1tmYVCkwAQ69hJw5hTUYGxvxU1oWYVJaGEsYbE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\305abb97-dd90-472d-b5e2-903500cd8671\\azure-rest-iot-device-update-1.0.1-alpha.20240513.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\305abb97-dd90-472d-b5e2-903500cd8671\\azure-rest-iot-device-update-1.0.1-alpha.20240513.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gs0IkxaWhNZPVHqKQX1bpVS/7tR4C06Jgf9MoO1AMBea1iAsQJuIU92d3acrSwFYnt38nG6fsDA/VNOCJLLnXA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240513.1_1715616382376_0.9174628412224295","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240514.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240514.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240514.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"41db3c4d9b638e9fd4603f11468428f5d99d37c4","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240514.1.tgz","fileCount":27,"integrity":"sha512-lRt1Q0LTtQPfXzQGiRmXdOtzIFIGA0hvw7NPR2SFhlWw9pXwQgNlWgrg4A7n4Fe2HjavUjnkG5SV2EKRRw1Zmg==","signatures":[{"sig":"MEQCIAqRHESEdTnfLCMYiSOq78cWRPH6h9E6+u7RKjsA98ygAiBhNJi+iT1BGKsgg+Ee3wbQ68K5WNCxTolYSueqmySxtA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\29c34433-27a6-41dd-9485-2bf24056d039\\azure-rest-iot-device-update-1.0.1-alpha.20240514.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\29c34433-27a6-41dd-9485-2bf24056d039\\azure-rest-iot-device-update-1.0.1-alpha.20240514.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lRt1Q0LTtQPfXzQGiRmXdOtzIFIGA0hvw7NPR2SFhlWw9pXwQgNlWgrg4A7n4Fe2HjavUjnkG5SV2EKRRw1Zmg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240514.1_1715702839345_0.043829859294939544","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240515.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240515.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240515.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f3434483812c3542bc24f33965aa7dca34fb912","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240515.1.tgz","fileCount":27,"integrity":"sha512-IbGwomJepvvlLha8YEmt0FrrXMcBYdJ+6QCCe41f3NqHGf1JS2nSUMAJunpWXS/uCNBiW1cvEe/tk5SosBJpcQ==","signatures":[{"sig":"MEYCIQC8f5bM3eYVPDFXIh7bjQJwN1LQlJ7idNlM0l9WGAg9YQIhAM2QYLDnhb3HshFbKuj+XzfULJ3KNKlb6AZcel9UBxI3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8731f955-d9c9-4526-9d80-a160bee52904\\azure-rest-iot-device-update-1.0.1-alpha.20240515.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8731f955-d9c9-4526-9d80-a160bee52904\\azure-rest-iot-device-update-1.0.1-alpha.20240515.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IbGwomJepvvlLha8YEmt0FrrXMcBYdJ+6QCCe41f3NqHGf1JS2nSUMAJunpWXS/uCNBiW1cvEe/tk5SosBJpcQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240515.1_1715789158020_0.7123795093647531","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240516.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240516.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240516.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ec836994c12653a4cc8891300d87e59aa097870b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240516.1.tgz","fileCount":27,"integrity":"sha512-VN3XhBOTMX0ZoMG3AiJv/3JRlpEfOs/PfSs4zamA5CcBrAvbTXvJ1SoONpGdWRZQo/41KoVWDgfiYS+MEjz+/g==","signatures":[{"sig":"MEUCIQDnMhFhaF9ILxwZ6QPcHVBQ0Bt1HO4b7TVPe0b+Gj+I4AIgK3kINLAu8E6oZZOE50MF2aciPhByquKMl09lIHfcY5Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1c7ae86c-e34f-4ec3-bb30-e65be08f593a\\azure-rest-iot-device-update-1.0.1-alpha.20240516.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1c7ae86c-e34f-4ec3-bb30-e65be08f593a\\azure-rest-iot-device-update-1.0.1-alpha.20240516.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VN3XhBOTMX0ZoMG3AiJv/3JRlpEfOs/PfSs4zamA5CcBrAvbTXvJ1SoONpGdWRZQo/41KoVWDgfiYS+MEjz+/g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240516.1_1715875666944_0.20359692988139866","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240517.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240517.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240517.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45f63241f7f8b7a2146b16a9a2515ca6422f7874","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240517.1.tgz","fileCount":27,"integrity":"sha512-SQPtFMYYy0nZxNWUoglIEafJKBLAseCKZJFZ/fVXNK3MphDJpoLKyYfqwTMl3eH3AwSxLZe1WbvEXNpAjmvdAg==","signatures":[{"sig":"MEYCIQDdxpnvSH5OdEm8cyrT9bgk1aTq09AgjeA9X+aZPBriOgIhAMUwjC8QOwkcbVxzZ8+T8CH5gk+FRG/Nt5jApQwBlkbe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\04a710d2-db7c-4176-aa17-0f27d17e22a3\\azure-rest-iot-device-update-1.0.1-alpha.20240517.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\04a710d2-db7c-4176-aa17-0f27d17e22a3\\azure-rest-iot-device-update-1.0.1-alpha.20240517.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SQPtFMYYy0nZxNWUoglIEafJKBLAseCKZJFZ/fVXNK3MphDJpoLKyYfqwTMl3eH3AwSxLZe1WbvEXNpAjmvdAg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240517.1_1715962013422_0.41844705257323644","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240520.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240520.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240520.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"98a3c2ceebb135455945f2bf3758583865f728da","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240520.1.tgz","fileCount":27,"integrity":"sha512-zhiCTUJjr1uAM9ONHYqMV5sfm7CmI5ZWBby226sPnGWjteUOJZ+Nji6DW6qqHD7mUEf1VNiqlYQtC8e9/XJt1A==","signatures":[{"sig":"MEUCIQDFxD7DFKFAHZqHXoKmmHa9L54bOF6bgcE7rVRCOlTfDgIgCBW/LDJ0rttmNQV5eqsDS8pMhN9vcuRD0XewBXsuTiQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7eea1b31-c942-4b87-8c65-5ff210ea82eb\\azure-rest-iot-device-update-1.0.1-alpha.20240520.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7eea1b31-c942-4b87-8c65-5ff210ea82eb\\azure-rest-iot-device-update-1.0.1-alpha.20240520.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zhiCTUJjr1uAM9ONHYqMV5sfm7CmI5ZWBby226sPnGWjteUOJZ+Nji6DW6qqHD7mUEf1VNiqlYQtC8e9/XJt1A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240520.1_1716221317120_0.4719153516192356","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240521.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240521.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240521.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8117b3f5446904046ae4e371196fe9089ed8a794","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240521.1.tgz","fileCount":27,"integrity":"sha512-evK+ZumpPB1900qqTV63e98TNTue/veHgBBjiognVZNhSPHdwIwVNycnS4ueYd8KAW1VMtL1Gv5mKPh5vp7MHA==","signatures":[{"sig":"MEUCIFpzhte251c84ApqCzE86+T7yyaDq9jdflvwPCVHgybiAiEA/2LLPXo9aiZiv9PVSyWrNziy/ieIfx//g6H/mn6d9rA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d94af3d8-58a9-4ed4-be2e-48c253f85d71\\azure-rest-iot-device-update-1.0.1-alpha.20240521.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d94af3d8-58a9-4ed4-be2e-48c253f85d71\\azure-rest-iot-device-update-1.0.1-alpha.20240521.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-evK+ZumpPB1900qqTV63e98TNTue/veHgBBjiognVZNhSPHdwIwVNycnS4ueYd8KAW1VMtL1Gv5mKPh5vp7MHA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240521.1_1716307616162_0.7957359410002958","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240522.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240522.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240522.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e12954f6455000e81073a1718aefc4d487f37047","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240522.1.tgz","fileCount":27,"integrity":"sha512-/AT9tcOuEOC2WH59VUXcxZnnZtHAhfPq9Sn9T/Lthmut2+74SzIZK4cvuBEaVKhCRaxVwHLNywkNY0xNzFyCvg==","signatures":[{"sig":"MEUCIEF9MZrtNZqEzaKI+4gSoDOreJ62avgV7JmXFCwSHFk1AiEA6ndVOZzuMqsTVl1pSJBWycCTan+8t8V3tPkwco4wVjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b24f30b7-a8b1-4a24-8a4a-7fbc6acd50a2\\azure-rest-iot-device-update-1.0.1-alpha.20240522.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b24f30b7-a8b1-4a24-8a4a-7fbc6acd50a2\\azure-rest-iot-device-update-1.0.1-alpha.20240522.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/AT9tcOuEOC2WH59VUXcxZnnZtHAhfPq9Sn9T/Lthmut2+74SzIZK4cvuBEaVKhCRaxVwHLNywkNY0xNzFyCvg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240522.1_1716394228017_0.3145361233595245","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240523.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240523.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240523.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a49f89b752c088233dce13e431f68e14e17f0b95","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240523.1.tgz","fileCount":27,"integrity":"sha512-X3I5ckhJhN/xHHpdpqwJPb15Qn7Wac+1ok+ZXVy9i+OUWBejBHw629fUlbKe5SKuOxt+TZGBAhsANrBgRAaaRg==","signatures":[{"sig":"MEQCIDNQzDLYxZxDpjArEpB89YlQV4Z96jU9NhCPMTUxVCSjAiA2laYzV514bePi/7X2H1/sgEmeEgit0nzJFTpDsQIp4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\69bbcc7f-bf49-41f6-9d5f-7cc618a29cae\\azure-rest-iot-device-update-1.0.1-alpha.20240523.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\69bbcc7f-bf49-41f6-9d5f-7cc618a29cae\\azure-rest-iot-device-update-1.0.1-alpha.20240523.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-X3I5ckhJhN/xHHpdpqwJPb15Qn7Wac+1ok+ZXVy9i+OUWBejBHw629fUlbKe5SKuOxt+TZGBAhsANrBgRAaaRg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240523.1_1716480882795_0.0009259458170802759","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240524.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240524.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240524.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"773d1f50ac795a6331fdbb33661135f348b681be","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240524.1.tgz","fileCount":27,"integrity":"sha512-HQC0wM6mbgTBvFudIvIptB2hLF/ZeVXCdXuWsRbCfgFpc3UsYu7PyJpe30WNBimV6EGP5TrXPfU81WqkRuMPug==","signatures":[{"sig":"MEUCIFnLbJL3qmyOkSQ57nfPdPP7YNzn5N4gUqlZLPxRVxzFAiEA9vOmpNyfG/J7wQa+J/13J5tMds9aJzBU1J5SLJgsh5E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a95ba11f-2210-4f10-95f0-9586d8114c2b\\azure-rest-iot-device-update-1.0.1-alpha.20240524.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a95ba11f-2210-4f10-95f0-9586d8114c2b\\azure-rest-iot-device-update-1.0.1-alpha.20240524.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HQC0wM6mbgTBvFudIvIptB2hLF/ZeVXCdXuWsRbCfgFpc3UsYu7PyJpe30WNBimV6EGP5TrXPfU81WqkRuMPug==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240524.1_1716566916474_0.3441750595171076","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240527.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240527.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240527.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa017b44dd9da4cd0c0697b4a8a60d6fb8a48a4e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240527.1.tgz","fileCount":27,"integrity":"sha512-nVFDZAPNR3ikMXGA76B5QPcMccnuILe5uC7O/c9U/0zuFN72VpJniyvYEtnfu5NrI7Vs/Qr1fhMvnkaELnXwPw==","signatures":[{"sig":"MEUCICgxWivJae1b+d0FgI+7j7OGIJELUS1o0S/NIgovVj5iAiEAlDzduZUgM8FLsumB2YlIme/9eUYM6IFBDK9np3McQnw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\01c7810e-700d-4693-b244-bd909b43088c\\azure-rest-iot-device-update-1.0.1-alpha.20240527.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\01c7810e-700d-4693-b244-bd909b43088c\\azure-rest-iot-device-update-1.0.1-alpha.20240527.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nVFDZAPNR3ikMXGA76B5QPcMccnuILe5uC7O/c9U/0zuFN72VpJniyvYEtnfu5NrI7Vs/Qr1fhMvnkaELnXwPw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240527.1_1716825919708_0.0052534076649990435","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240528.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240528.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240528.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7741737081a22701c0ace4081d80791c3c385576","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240528.1.tgz","fileCount":27,"integrity":"sha512-3U3DWoxT5W2ZxcW854WJGGnPzGJru+ASKXiwaLB2Sn+tHLniNPRg00pAWQWJg9PiuFQVdE3rlSJu+MBQOl4SfA==","signatures":[{"sig":"MEQCIAwpyLoFFFtb61zK18hIfh7eZbq8LXtW558CRTUUhdCRAiBziL7tfHeX5YFuhp33/bbiDFLzOXKz9U5rZ8UduQg99g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c8c20fd4-28de-4091-b208-a115ff02f11d\\azure-rest-iot-device-update-1.0.1-alpha.20240528.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c8c20fd4-28de-4091-b208-a115ff02f11d\\azure-rest-iot-device-update-1.0.1-alpha.20240528.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3U3DWoxT5W2ZxcW854WJGGnPzGJru+ASKXiwaLB2Sn+tHLniNPRg00pAWQWJg9PiuFQVdE3rlSJu+MBQOl4SfA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240528.1_1716912340328_0.6999504910588854","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240529.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240529.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240529.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a38966ae429f1af63dbe55983a4b4d6897f94bd2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240529.1.tgz","fileCount":27,"integrity":"sha512-XxNb8QMNQdytWRPPHBtChSH4/l4zAKoFu9kgBlKWvxZQwhQctUL6Q1/M8wF6YRu3IA5Q8MWxVyBaF/wYFjZZ0w==","signatures":[{"sig":"MEUCIQDVt5vgz2F5zj85H4gpWpUA9UFv3AILMeGTQ3K0dNaMcgIgF8Efa6jh3XWnlJ9hnwYHVTN1YJmJoSkZzjykaK8Xk3g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1d72e6c2-ca18-4af5-8e51-e05c7fc025fd\\azure-rest-iot-device-update-1.0.1-alpha.20240529.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1d72e6c2-ca18-4af5-8e51-e05c7fc025fd\\azure-rest-iot-device-update-1.0.1-alpha.20240529.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XxNb8QMNQdytWRPPHBtChSH4/l4zAKoFu9kgBlKWvxZQwhQctUL6Q1/M8wF6YRu3IA5Q8MWxVyBaF/wYFjZZ0w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240529.1_1716998701256_0.8874920434963753","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240530.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240530.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240530.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e4c463199ff55049822b1bb3088b3ee2ba50db9f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240530.1.tgz","fileCount":27,"integrity":"sha512-LFxTBs5/97e/xEsMfSZehMjjlG6r0XnteTNgK6faXOnLITNp3tZyC2Z663RMdqaNBF8VTreWwhp7BDnlfPpu6g==","signatures":[{"sig":"MEUCIHyhkNYsWfaVDwFams85NegF+sQiLgLk27CIcg0X7nNiAiEAiK6M3HPzoLoRNu8gffgnovHpjZl0biRyjBp+h5DLt3s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\92723951-a8d4-4362-9629-71de372947c9\\azure-rest-iot-device-update-1.0.1-alpha.20240530.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\92723951-a8d4-4362-9629-71de372947c9\\azure-rest-iot-device-update-1.0.1-alpha.20240530.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LFxTBs5/97e/xEsMfSZehMjjlG6r0XnteTNgK6faXOnLITNp3tZyC2Z663RMdqaNBF8VTreWwhp7BDnlfPpu6g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240530.1_1717085766119_0.15736389965031328","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240531.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240531.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240531.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"238101f6092170cd4a4b8e13180154ae406496c1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240531.1.tgz","fileCount":27,"integrity":"sha512-9Giy/w4eWrZStTK8AYUWEaEUx7pTQJv+M6abXrzIBMmv82Lf11lbDygwAqClXQVudCeF3DXp6Kl3VZOQMYDO6g==","signatures":[{"sig":"MEQCIFqmizxom9u1fik5CZZvEqUEn6w2B1AAv+a60SydvgZgAiBdSgN7Ml5Ix2j4BTU+5JnB6GplpvrItaXSdok1BdY6FQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\da0b0a73-83eb-441c-a3dd-c5159f6bcef7\\azure-rest-iot-device-update-1.0.1-alpha.20240531.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\da0b0a73-83eb-441c-a3dd-c5159f6bcef7\\azure-rest-iot-device-update-1.0.1-alpha.20240531.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9Giy/w4eWrZStTK8AYUWEaEUx7pTQJv+M6abXrzIBMmv82Lf11lbDygwAqClXQVudCeF3DXp6Kl3VZOQMYDO6g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240531.1_1717171692296_0.3242045598241188","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240603.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240603.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240603.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9d42f6ae6c01564052916e04e00cd0620b17464f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240603.1.tgz","fileCount":27,"integrity":"sha512-JjV3/ea7K6hOXzbKI7OSuW5JQKV0A5kllkDoLyhQRzMcRiyiEzYoEgrpyG4dS6KIhytj4Aub+Ideokj9s3pyQg==","signatures":[{"sig":"MEUCIQDSHO4FeAnPLfcDDT11Z1Nm8svHlo+G+LgJcQ7yTiCP4wIgaRSEpvKY6FThXuF0TyHiGBmT6/Sp4Ms/9qZRd86UHHo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\780f52b0-1897-450d-9515-c762cf5128cd\\azure-rest-iot-device-update-1.0.1-alpha.20240603.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\780f52b0-1897-450d-9515-c762cf5128cd\\azure-rest-iot-device-update-1.0.1-alpha.20240603.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JjV3/ea7K6hOXzbKI7OSuW5JQKV0A5kllkDoLyhQRzMcRiyiEzYoEgrpyG4dS6KIhytj4Aub+Ideokj9s3pyQg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240603.1_1717431072177_0.05818434204869738","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240604.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240604.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240604.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bbd5aec07588d5ba03c657522c40eb419fc4441b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240604.1.tgz","fileCount":27,"integrity":"sha512-G4EEma9QCNacrRcf3tvxPEtXPbgj1qlyTQOVHv6cXqnqLojs1rkKeDD+ezanpslCIFFrPJPHifT8n8sHeJ7QJA==","signatures":[{"sig":"MEQCIAbnUASztlV71MZOgYa23NkDa8l2d4KBd9S3E0/per9BAiAk/IDcJXOQETH0t0KX89NygNvuYltNeOvYfLUd9Qz31Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1c34537b-71a7-4851-ac27-074f51f845fb\\azure-rest-iot-device-update-1.0.1-alpha.20240604.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1c34537b-71a7-4851-ac27-074f51f845fb\\azure-rest-iot-device-update-1.0.1-alpha.20240604.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-G4EEma9QCNacrRcf3tvxPEtXPbgj1qlyTQOVHv6cXqnqLojs1rkKeDD+ezanpslCIFFrPJPHifT8n8sHeJ7QJA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240604.1_1717517253550_0.5396275270072537","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240605.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240605.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240605.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"20871780f64e264200d67158ba06449929478167","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240605.1.tgz","fileCount":27,"integrity":"sha512-p9JRrrfg4iYY62Fbuwi+45DOCZ9nspC+6aD8kFBbD4NsBW12HReFaVJlcqS3ldayofvT0HlM9HNBG3sYDMDZXA==","signatures":[{"sig":"MEUCIQD2IyQjlnzG45r0ELQt7hl83x1+gezf8fCVi4Ijb3dTPAIgfB0UqRQoaHvreyWM6eUcz0rUitEgpipQ202NP9BtthQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd821f10-1de5-4c0e-999c-90de1c135d07\\azure-rest-iot-device-update-1.0.1-alpha.20240605.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd821f10-1de5-4c0e-999c-90de1c135d07\\azure-rest-iot-device-update-1.0.1-alpha.20240605.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p9JRrrfg4iYY62Fbuwi+45DOCZ9nspC+6aD8kFBbD4NsBW12HReFaVJlcqS3ldayofvT0HlM9HNBG3sYDMDZXA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240605.1_1717603489274_0.33480602096811496","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240606.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240606.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240606.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2cdd0904d758ed1619c2de3d0b48af8b10285965","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240606.1.tgz","fileCount":27,"integrity":"sha512-nKQ0ijvGvy5gQ5qBfvpTKhBEkmzpQESLseWNDa2R2mSzW+F06CsgvKWLG+mnD/6oamkgQ6B8jm8JtS4ZItgoHw==","signatures":[{"sig":"MEQCICy3Q5ki3kNTJCIyrRwO5aZrXjiGUsFoaKuezgavnyLOAiATo8nkrRM395CDa02QfbNELW5zXkeANoEH0x5v0AILDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f2d9bc4f-7a45-4c9f-9d95-3f3dacbc4849\\azure-rest-iot-device-update-1.0.1-alpha.20240606.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f2d9bc4f-7a45-4c9f-9d95-3f3dacbc4849\\azure-rest-iot-device-update-1.0.1-alpha.20240606.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nKQ0ijvGvy5gQ5qBfvpTKhBEkmzpQESLseWNDa2R2mSzW+F06CsgvKWLG+mnD/6oamkgQ6B8jm8JtS4ZItgoHw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240606.1_1717690082256_0.8567057032085026","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240607.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240607.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240607.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ea5bafedd8c7019d2b9e1cfdbf0afb12c8c3d8fe","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240607.1.tgz","fileCount":27,"integrity":"sha512-iXHogeiz+i7E3TZsuO6f6cXuuu1NyHcprIsEHQrJAALUR2QnbiHmjMmfAQhpnmSz8uep0yUMKnGTDJv7hszILw==","signatures":[{"sig":"MEUCIQDW+1U3BKVOTYHybhoTtPn8LtI0+kcKj8GeC6fNrAdaoAIgAIsZl6AlNSF+7Ale5PIQYUeMKGmEW9tjDfOyYY+jgqU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4dcc6269-1346-43c8-be4d-4f12acf468e3\\azure-rest-iot-device-update-1.0.1-alpha.20240607.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4dcc6269-1346-43c8-be4d-4f12acf468e3\\azure-rest-iot-device-update-1.0.1-alpha.20240607.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iXHogeiz+i7E3TZsuO6f6cXuuu1NyHcprIsEHQrJAALUR2QnbiHmjMmfAQhpnmSz8uep0yUMKnGTDJv7hszILw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240607.1_1717776615323_0.41610384010529233","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240610.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240610.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240610.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"230cfa2ff2ad9d5d300590f96d7bb62132c682e5","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240610.1.tgz","fileCount":27,"integrity":"sha512-otVkgvuK2ozfqJw+XsriQ2JiMA3wRWmsiUWO2IssoA0mtwNFYX0+qjbSF340bRxPcwQ+lvTqPiDsOMo7NdJN7A==","signatures":[{"sig":"MEQCIHuaYw9jCOVuNKYOo6VLtYW4Ae1bseIPmR2G5Y6/krFjAiAILMFSw2lQtP3Q6EMYjrMb9Az3UlCe2jvHo8PPqaW1jQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\62416acb-ff30-4a29-bf5a-bafa9aeb8694\\azure-rest-iot-device-update-1.0.1-alpha.20240610.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\62416acb-ff30-4a29-bf5a-bafa9aeb8694\\azure-rest-iot-device-update-1.0.1-alpha.20240610.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-otVkgvuK2ozfqJw+XsriQ2JiMA3wRWmsiUWO2IssoA0mtwNFYX0+qjbSF340bRxPcwQ+lvTqPiDsOMo7NdJN7A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240610.1_1718035742955_0.44822643349337565","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240611.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240611.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240611.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5945d498cf31c4fdb2bb8a2103c7a8e3ed7955fe","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240611.1.tgz","fileCount":27,"integrity":"sha512-rU6A/2vmNAI+7Iyd+T1B6s0XGZifcx2UsuD/HLZj0GFH2W7bdm2lszcc3UubwRk3Tn8hRB9+pu7ItRQZPm/1LQ==","signatures":[{"sig":"MEUCIFWKZPF9OScDjCMULOpnJKk3RKxWk1HMqpSuIisfHcnjAiEAlaDxokqHs08EuBrgE4HEHJUxkwz8rvQlmxExfjDrgVE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"https://npmtarballprod.blob.core.windows.net/tarballprod/azure-rest-iot-device-update-1.0.1-alpha.20240611.1.tgz?sv=2022-11-02&se=2024-06-11T18%3A07%3A50Z&sr=b&sp=rw&sig=MvAe9Oqlf39MWFZosUmHhXkmlh0i2rDQ2WNbbIueD9k%3D","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"https://npmtarballprod.blob.core.windows.net/tarballprod/azure-rest-iot-device-update-1.0.1-alpha.20240611.1.tgz?sv=2022-11-02&se=2024-06-11T18%3A07%3A50Z&sr=b&sp=rw&sig=MvAe9Oqlf39MWFZosUmHhXkmlh0i2rDQ2WNbbIueD9k%3D","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rU6A/2vmNAI+7Iyd+T1B6s0XGZifcx2UsuD/HLZj0GFH2W7bdm2lszcc3UubwRk3Tn8hRB9+pu7ItRQZPm/1LQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240611.1_1718122071630_0.46877340463337047","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240612.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240612.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240612.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de2ea25c03ba337e35bab2961f4c3a1eb9d1e5ba","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240612.1.tgz","fileCount":27,"integrity":"sha512-YapRfq82jLm8lhM2CxNFJ2dtwVNb0LxdKbyYY7YSVtnvONIHtNgvI8tc5bJ/T/m8ptvANXYkoTZ4aczvRC1Ffg==","signatures":[{"sig":"MEUCIQDUmDJXobW8AZ9OFfyIt5tIvhTQZHtcUqDzvhYwbciGmgIgIQohwGE+XHch8W0hJAGpkJRHITyl4i7mESDZ97wDqk0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\753379ea-3cda-4ac2-9795-bedc7f4ecc81\\azure-rest-iot-device-update-1.0.1-alpha.20240612.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\753379ea-3cda-4ac2-9795-bedc7f4ecc81\\azure-rest-iot-device-update-1.0.1-alpha.20240612.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YapRfq82jLm8lhM2CxNFJ2dtwVNb0LxdKbyYY7YSVtnvONIHtNgvI8tc5bJ/T/m8ptvANXYkoTZ4aczvRC1Ffg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240612.1_1718208683401_0.4600933007138128","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240613.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240613.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240613.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"71faed6579b2fe5b3d86bfc4b4c797afb66e7b54","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240613.1.tgz","fileCount":27,"integrity":"sha512-ORjvxa1nKE5fc/k21yPzEAknGw3qqQ4ojeooMZqE8jmTznxBvp1mma8aO+xsHiuL+Cb3qrJ/QnXeKPw3mv3vqQ==","signatures":[{"sig":"MEYCIQCwzVg+S7LfaWYyvB7XWIg7S06ZgD5FBreqPL5spmLtzgIhAMwckIgvxN89IM+Q1cC5s57HNcqhq/dBzQ6E9+tX42q5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dddda3b1-bf28-4993-9b20-b6cb284f99a9\\azure-rest-iot-device-update-1.0.1-alpha.20240613.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dddda3b1-bf28-4993-9b20-b6cb284f99a9\\azure-rest-iot-device-update-1.0.1-alpha.20240613.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ORjvxa1nKE5fc/k21yPzEAknGw3qqQ4ojeooMZqE8jmTznxBvp1mma8aO+xsHiuL+Cb3qrJ/QnXeKPw3mv3vqQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240613.1_1718295001863_0.2542052155704533","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240618.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240618.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240618.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ea2fba49565dc895a58db09fb07598777032d965","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240618.1.tgz","fileCount":27,"integrity":"sha512-9O3DMA4G20YLxnwd0+33Omqoml6hjy45kP6sMafboz72PkBhuWFti8JWkG6akAMf85tJf8hRUe0MIg+C/4ek4A==","signatures":[{"sig":"MEUCIQCSO8TtVrPBxLa282b+KnhQZoj4JmL5Q7lygpdfE81OqQIgKuYoRVaCNQNwTGDxlWRG+RPnk+hGCsErXJoOzlzZvr4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d331cea3-e1fc-43d3-b84d-959593071fd6\\azure-rest-iot-device-update-1.0.1-alpha.20240618.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d331cea3-e1fc-43d3-b84d-959593071fd6\\azure-rest-iot-device-update-1.0.1-alpha.20240618.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9O3DMA4G20YLxnwd0+33Omqoml6hjy45kP6sMafboz72PkBhuWFti8JWkG6akAMf85tJf8hRUe0MIg+C/4ek4A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240618.1_1718726778742_0.3130475030057962","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240619.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240619.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240619.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9f992b2bc862fd8b519f0b52c027f959a366a16a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240619.1.tgz","fileCount":27,"integrity":"sha512-yG9yD35BaT2UIm82VrbFeyCCZzagrtiPL060duZjcUTnh4GmQwGo4IqBFjNSNpUeGEsC+BZUxnrlwkyeJR5p2Q==","signatures":[{"sig":"MEUCIC+/X26wyhoe5RdQXLz5iJsw/44IFPb8PuSqjZ6HfzsZAiEAuTMzGgUzzas/PQILeDVNzOftE7D0LvgZaHshrhKW8VI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a219592a-97c0-4e23-b621-e46cbc7a61fe\\azure-rest-iot-device-update-1.0.1-alpha.20240619.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a219592a-97c0-4e23-b621-e46cbc7a61fe\\azure-rest-iot-device-update-1.0.1-alpha.20240619.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yG9yD35BaT2UIm82VrbFeyCCZzagrtiPL060duZjcUTnh4GmQwGo4IqBFjNSNpUeGEsC+BZUxnrlwkyeJR5p2Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240619.1_1718813039927_0.9967308617287141","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240620.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240620.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240620.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a626e583a320fea76ae8c6bc036942af1b621ec","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240620.1.tgz","fileCount":27,"integrity":"sha512-/1IYMvky1ENf21GBdBPhiTDioLT/jZN+nEUolkxrDTRlCExK+zlgqlN8aIa2aNOmDvnPoB9CGza/DYv1uU7E+Q==","signatures":[{"sig":"MEYCIQDlZHNb+7F9OfCb9fMModottCyyTUIa05iUR/SutDdhyAIhAMEjaDTdWfvTPGkm1PRRNTT9bilVUxKXaS8daxRfT/OQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\715ef778-4e2b-413a-a59d-259aea33171f\\azure-rest-iot-device-update-1.0.1-alpha.20240620.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\715ef778-4e2b-413a-a59d-259aea33171f\\azure-rest-iot-device-update-1.0.1-alpha.20240620.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/1IYMvky1ENf21GBdBPhiTDioLT/jZN+nEUolkxrDTRlCExK+zlgqlN8aIa2aNOmDvnPoB9CGza/DYv1uU7E+Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240620.1_1718899581113_0.014881396481837283","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240621.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240621.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240621.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"027ff001cdb3cfc1fc0f97d53be392a55e090300","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240621.1.tgz","fileCount":27,"integrity":"sha512-4C1xyKtyqGJqf111vCYZnFeorfejNG996z5/pXH9yUOX9eV01TQ2rNtp/PLTkftIrr13TX04iekaIzVuoUkB0w==","signatures":[{"sig":"MEUCIE8TBiKdyaXk1fLBxb7KGwZt8ReTHig/BtrIyI5flykaAiEA5ANPgJ+B2+778FLhfo45lMaYuDzzO0GxR3sC6G8Y7QQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\72e74765-d5ea-4bd6-b2a5-3ecdde7a1630\\azure-rest-iot-device-update-1.0.1-alpha.20240621.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\72e74765-d5ea-4bd6-b2a5-3ecdde7a1630\\azure-rest-iot-device-update-1.0.1-alpha.20240621.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4C1xyKtyqGJqf111vCYZnFeorfejNG996z5/pXH9yUOX9eV01TQ2rNtp/PLTkftIrr13TX04iekaIzVuoUkB0w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240621.1_1718985830883_0.8372415326226521","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240624.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240624.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240624.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9a7bd40c25cbf3474396708361352d7878c3aad4","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240624.1.tgz","fileCount":27,"integrity":"sha512-EBR+d6RiEwGaZJN9xj8059gBzJFHrsZ4uTswSmfwtdQsjJwL1EOMJfUc3F16nzNiIK25bGsEBqOBCX4YYFPn0Q==","signatures":[{"sig":"MEQCIDMNMH/Y9TMseI2yq2vUGGRxibtmD8S3EQysor8xTITFAiA+ScSwDEA6bPtL9j5FYG3zM4YHeVkFfyOAh2t9MzModg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\42861da7-a215-43d4-9d5b-bfc0910c24ea\\azure-rest-iot-device-update-1.0.1-alpha.20240624.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\42861da7-a215-43d4-9d5b-bfc0910c24ea\\azure-rest-iot-device-update-1.0.1-alpha.20240624.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EBR+d6RiEwGaZJN9xj8059gBzJFHrsZ4uTswSmfwtdQsjJwL1EOMJfUc3F16nzNiIK25bGsEBqOBCX4YYFPn0Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240624.1_1719245092092_0.9912066578746117","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240625.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240625.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240625.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d083bb24514cccbd399e0ccc863ada6d54c985f8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240625.1.tgz","fileCount":27,"integrity":"sha512-EQgYWLF9wCUl3hWFWQ4X4qjiTIR4sFbXPjjbECfzZqvGDZS1PN3MgoltyxhWyTWWgOK+yW7qBj7qqXrdR9QahA==","signatures":[{"sig":"MEUCIHmJgD9aGtHpDcD8HOxE02MNiiJDTvR4aofLOA2KulUsAiEAxEqw5YMH7YKBaT8OOeeZ7YVPh6emPOSYT8sc48n686k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a22caafe-8ce2-46d9-82c7-29f53533f1db\\azure-rest-iot-device-update-1.0.1-alpha.20240625.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a22caafe-8ce2-46d9-82c7-29f53533f1db\\azure-rest-iot-device-update-1.0.1-alpha.20240625.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EQgYWLF9wCUl3hWFWQ4X4qjiTIR4sFbXPjjbECfzZqvGDZS1PN3MgoltyxhWyTWWgOK+yW7qBj7qqXrdR9QahA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240625.1_1719331743748_0.34287280230715167","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240626.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240626.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240626.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"83f892b409f805208d68b00d3789fb536516a13c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240626.1.tgz","fileCount":27,"integrity":"sha512-Iu7RI2cWqZSolFFX2nteURaDfiNYG5X0nfU2cMAYCKyqgx9R1cfuOukTMg7bcPxHDpNBX03HxA/R0MI2YIbj0g==","signatures":[{"sig":"MEUCIQDHlkWLoadDjdn4xcJz9AAPBjJ+jMh6zwlzgocuhCyEBAIgLC8BhDflYIG+rFSulW4puTziLGLrOtrXPM7FLg9iiw8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a10a1843-cec2-4999-a954-4366e155b7a0\\azure-rest-iot-device-update-1.0.1-alpha.20240626.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a10a1843-cec2-4999-a954-4366e155b7a0\\azure-rest-iot-device-update-1.0.1-alpha.20240626.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Iu7RI2cWqZSolFFX2nteURaDfiNYG5X0nfU2cMAYCKyqgx9R1cfuOukTMg7bcPxHDpNBX03HxA/R0MI2YIbj0g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240626.1_1719418121177_0.9632939804658287","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240627.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240627.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240627.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2be1294700a5c8f7460583044eff2c093f98b479","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240627.1.tgz","fileCount":27,"integrity":"sha512-hRNNJgNM+Yf6xfuKKF5UhCjWyYYm/k7jSjYhgyFKZzZFo/UyI1zFibFooWYLWHBumkxwLVBHLFRkDutpgIva6g==","signatures":[{"sig":"MEYCIQCim59gmwrGD6Hkgsy2Cz1FJzLhV/YcE23v9mVYKxpTOwIhAO0wCa19ULHUCXDAirQ3W9GmVhdtJOhOrOc6DCmuYHuz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f53a08aa-08e4-444b-9830-27dfb5c81bfd\\azure-rest-iot-device-update-1.0.1-alpha.20240627.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f53a08aa-08e4-444b-9830-27dfb5c81bfd\\azure-rest-iot-device-update-1.0.1-alpha.20240627.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hRNNJgNM+Yf6xfuKKF5UhCjWyYYm/k7jSjYhgyFKZzZFo/UyI1zFibFooWYLWHBumkxwLVBHLFRkDutpgIva6g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240627.1_1719504601812_0.7510526190083571","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240628.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240628.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240628.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"803d8fc0e3f6bc06c26458c36348bcea61f5d605","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240628.1.tgz","fileCount":27,"integrity":"sha512-zqVyseaGyr77ifTVfDfmTMFa8zpiYsLNWJv6wMtiOOhYr9vfTqzadYL53sJ5RA9diwXFArDl9TzvtLfcX+a5/g==","signatures":[{"sig":"MEYCIQC43pUpWfmMst3dm5N/pINYJoEioCAk5wHdwqq8rzWb3wIhALOygmoq2d1C330slVKpf5NXaHkUwt2O7BNJL1RvHpkf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e701363d-c692-4f82-8c63-baadf3d0d50d\\azure-rest-iot-device-update-1.0.1-alpha.20240628.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e701363d-c692-4f82-8c63-baadf3d0d50d\\azure-rest-iot-device-update-1.0.1-alpha.20240628.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zqVyseaGyr77ifTVfDfmTMFa8zpiYsLNWJv6wMtiOOhYr9vfTqzadYL53sJ5RA9diwXFArDl9TzvtLfcX+a5/g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240628.1_1719591022611_0.5723072661909163","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240701.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240701.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240701.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0fe380e400a8a45e47244dc8dbcefa5829b11129","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240701.1.tgz","fileCount":27,"integrity":"sha512-L8RACsQfhO08nyTE2gZ7Hb1XSZMn4WI0RZ+t5qzn6JGR/oOe00PmU3/+zvcdWjPB1Gp2jL0K2UzST7lK6cDqbQ==","signatures":[{"sig":"MEQCIA5ZpiKCpb7LR4jj5AGCjXozf2NhV+roF3/U5PozCfNvAiBoI+zl4NW/GRn82DZIxMaRUJWb7ipJMpOCe1FRYmNTRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\224ca7c7-884d-423f-85ca-908af1eb4c30\\azure-rest-iot-device-update-1.0.1-alpha.20240701.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\224ca7c7-884d-423f-85ca-908af1eb4c30\\azure-rest-iot-device-update-1.0.1-alpha.20240701.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-L8RACsQfhO08nyTE2gZ7Hb1XSZMn4WI0RZ+t5qzn6JGR/oOe00PmU3/+zvcdWjPB1Gp2jL0K2UzST7lK6cDqbQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240701.1_1719850001932_0.6062927907616515","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240704.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240704.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240704.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"59de21b74c7774fbe08a876c987640224691169c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240704.1.tgz","fileCount":27,"integrity":"sha512-8ra4s5d9jMId4ml10T5PgmTf2ASG1jI3Pka+94vbeW0RBX1Eef+n94jaK9eZp3i0C7ivepbWhTgFSXyCAlyueA==","signatures":[{"sig":"MEUCIG05A75j+wbPn+qA+f29NmlsXMC+DPsJckq6yX5NNOvcAiEAos43idY5L9uiPw7guCmI2wqH/8OnIVkMpQCW+csTOSk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7b091a8b-8a27-43a9-b919-3b91ccca36fb\\azure-rest-iot-device-update-1.0.1-alpha.20240704.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7b091a8b-8a27-43a9-b919-3b91ccca36fb\\azure-rest-iot-device-update-1.0.1-alpha.20240704.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8ra4s5d9jMId4ml10T5PgmTf2ASG1jI3Pka+94vbeW0RBX1Eef+n94jaK9eZp3i0C7ivepbWhTgFSXyCAlyueA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240704.1_1720110753811_0.4614261972527747","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240705.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240705.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240705.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"31e10f765e000acd03118e93c804b80f9d4fa7af","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240705.1.tgz","fileCount":27,"integrity":"sha512-v+gGw7o1qWvZoUVpVHFOVRNE5f7aiKMj8+j3lmE4w86BC4qFJm+vO9TCbr0IynRhCTLsh/HLb20gkr78lSOeBA==","signatures":[{"sig":"MEQCIHklC6j6qz/wCs7m/6FMjNk3SXiBuS+qyBzLTn0da9ZjAiBAJ+TZ72C+MMghr0CskjZ25lWs1RklUYyIBgEtra++MQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\33d79144-3d88-4cb0-ab3a-9ae76a0358f3\\azure-rest-iot-device-update-1.0.1-alpha.20240705.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\33d79144-3d88-4cb0-ab3a-9ae76a0358f3\\azure-rest-iot-device-update-1.0.1-alpha.20240705.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-v+gGw7o1qWvZoUVpVHFOVRNE5f7aiKMj8+j3lmE4w86BC4qFJm+vO9TCbr0IynRhCTLsh/HLb20gkr78lSOeBA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240705.1_1720195472458_0.36110819670028627","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240708.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240708.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240708.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7469ad3d3bfd1efcbdb3073859c2a4c502e37425","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240708.1.tgz","fileCount":27,"integrity":"sha512-Z0Wz30SEVYbFEOCxEGdB3raPzA7MQvAURkiMhxi4BA8c6lbpxRJf6vae9IcZIoc1tOqpR+qyjFYy49V6RSWqnA==","signatures":[{"sig":"MEUCIB6Nxzzy2UYqqt8KVkDIuRJ4CcXWi80fUTVHkXGIoJntAiEAz8Vk5+eDzT+0FLIt0G1BzCbrc33kxobDz93ZcSfskII=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\efc79d79-6584-4ad2-8cc2-e3c607ad7b78\\azure-rest-iot-device-update-1.0.1-alpha.20240708.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\efc79d79-6584-4ad2-8cc2-e3c607ad7b78\\azure-rest-iot-device-update-1.0.1-alpha.20240708.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Z0Wz30SEVYbFEOCxEGdB3raPzA7MQvAURkiMhxi4BA8c6lbpxRJf6vae9IcZIoc1tOqpR+qyjFYy49V6RSWqnA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240708.1_1720455039368_0.5207625487069427","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240709.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240709.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240709.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9290385a53bb64555b4d4188684eb0c6157264af","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240709.1.tgz","fileCount":27,"integrity":"sha512-6sHI7ifCnUy4OAsmtI4G+mEKLhCL0Ef32JO36f6ifNKSJ+zOUb5y6HHydqp8uJNHlOaZ6V6CzRgQ/x1y4XzmBQ==","signatures":[{"sig":"MEQCIHXD+loj8FGe/yI5Fsl4kHIDoldyZRaeKIIEMyyOD6lTAiBGTMTG+htz5XJLXD102HntITD3Byd/vXtrBbbgG4Vkmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\896a89d5-d828-45fd-b545-0b83527b9fa4\\azure-rest-iot-device-update-1.0.1-alpha.20240709.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\896a89d5-d828-45fd-b545-0b83527b9fa4\\azure-rest-iot-device-update-1.0.1-alpha.20240709.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6sHI7ifCnUy4OAsmtI4G+mEKLhCL0Ef32JO36f6ifNKSJ+zOUb5y6HHydqp8uJNHlOaZ6V6CzRgQ/x1y4XzmBQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240709.1_1720541133547_0.946409902803006","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240710.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240710.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240710.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0893217816f1e4f2cd682a3a8fa5d788994588f0","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240710.1.tgz","fileCount":27,"integrity":"sha512-Mo3ya6w+lxTdFXSv1UEBx1GIm1tFTwCY3G8y9WivaA4ZAjIUdStvXBVtT5xaZoppVgPpwfJ6D/QSf6Ca5osngg==","signatures":[{"sig":"MEYCIQCV4mHQMoACuuutKV+Dzqx+039FX5DlEZDiwV+kdQwjHwIhAKA13ihRzW3gZWwkUR7fuwQk78WqYMkoBugqjD3pie/V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8e95e951-b8aa-49e2-bde8-b8d5dc08c443\\azure-rest-iot-device-update-1.0.1-alpha.20240710.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8e95e951-b8aa-49e2-bde8-b8d5dc08c443\\azure-rest-iot-device-update-1.0.1-alpha.20240710.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Mo3ya6w+lxTdFXSv1UEBx1GIm1tFTwCY3G8y9WivaA4ZAjIUdStvXBVtT5xaZoppVgPpwfJ6D/QSf6Ca5osngg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240710.1_1720627541008_0.21639238836077346","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240711.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240711.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240711.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7d07bd14e321ef5a47c9eb235adee823f2207a10","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240711.1.tgz","fileCount":27,"integrity":"sha512-FuM7FuoQLKRkYPxDPT988SYBaLCMNVcT1Pydnek2Lx3gpduhGqfS2Q+v+VA8a/wnYpn2SzYggpbfGntrLDK9Qw==","signatures":[{"sig":"MEQCIHSaD2jX6om02OV52cK+qQBhUcIlu41ukfUIFvI34W6JAiAmc8acX6k3u8my4alDi4rpT2a0GfRT/kS63UnqrsV/nA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b11a0b6d-e263-4d0d-8dcc-e128c3f15099\\azure-rest-iot-device-update-1.0.1-alpha.20240711.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b11a0b6d-e263-4d0d-8dcc-e128c3f15099\\azure-rest-iot-device-update-1.0.1-alpha.20240711.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FuM7FuoQLKRkYPxDPT988SYBaLCMNVcT1Pydnek2Lx3gpduhGqfS2Q+v+VA8a/wnYpn2SzYggpbfGntrLDK9Qw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240711.1_1720713941294_0.5517294982440055","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240712.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240712.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240712.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2cddab420b92140b42649e1a753e711b22f0e3fa","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240712.1.tgz","fileCount":27,"integrity":"sha512-Tkvt3q8ZljzvLI6zZqiGNhH7uIebyQaBevT3+c5A2GwkyFmYp3H+FKDsMJahbri+0e2lYRQGgB0gnes/cIVwew==","signatures":[{"sig":"MEYCIQCYplRcDaFQJeYp9PxCEynVGVRFSnZ9ToUB9a60U/6AbAIhAKdHGqLbAORDk0Xk2kF4Og9mYXI6nEqU0JE4P7q7joGN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd96dafa-7275-430b-907a-63012f5d1e20\\azure-rest-iot-device-update-1.0.1-alpha.20240712.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd96dafa-7275-430b-907a-63012f5d1e20\\azure-rest-iot-device-update-1.0.1-alpha.20240712.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Tkvt3q8ZljzvLI6zZqiGNhH7uIebyQaBevT3+c5A2GwkyFmYp3H+FKDsMJahbri+0e2lYRQGgB0gnes/cIVwew==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240712.1_1720800845125_0.7681953651108975","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240715.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240715.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240715.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5d044d4d608b393832990fb525821e2d0fcf9883","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240715.1.tgz","fileCount":27,"integrity":"sha512-DPSkOZn+1+3JkRczh3IxCltXvnp0nRUl+iVfXhUMCwyk/AtrfrsaXREKRs6ciiC/lvVFkAIjFpr0Gs1yjUt0Tg==","signatures":[{"sig":"MEUCIGZPOSe5siSiqfaLK1VW4T7CHpl/QDwo7OB1C/TRkje0AiEA2m0W1gjYXyjOgiNHQKuQJBAJ9tsRhs9eVLf0WAWhejE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\497b85f8-346d-48dc-b436-d759032246de\\azure-rest-iot-device-update-1.0.1-alpha.20240715.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\497b85f8-346d-48dc-b436-d759032246de\\azure-rest-iot-device-update-1.0.1-alpha.20240715.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DPSkOZn+1+3JkRczh3IxCltXvnp0nRUl+iVfXhUMCwyk/AtrfrsaXREKRs6ciiC/lvVFkAIjFpr0Gs1yjUt0Tg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240715.1_1721059591211_0.27502183685133774","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240716.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240716.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240716.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"731092374225af5761347cffab201b96adbf1f0e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240716.1.tgz","fileCount":27,"integrity":"sha512-nTrXU4+HFYFV5YUmDSIGqGpXWgGDn5W87SyUrNrAlaQ/LKX+a9K226tla2iudBrAwid+/HHvELPHWPGFZA25TA==","signatures":[{"sig":"MEQCID28GKbCBe2yCnS0MtqRUIfHG8oGZF5CosHPmkls9dbfAiBg0C7bFyPfBMSrkVtubdWlFOK7R/Y1iqR8SFWkX7XW9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\780db8c8-df76-4bab-b5a2-c362f2e938b6\\azure-rest-iot-device-update-1.0.1-alpha.20240716.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\780db8c8-df76-4bab-b5a2-c362f2e938b6\\azure-rest-iot-device-update-1.0.1-alpha.20240716.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nTrXU4+HFYFV5YUmDSIGqGpXWgGDn5W87SyUrNrAlaQ/LKX+a9K226tla2iudBrAwid+/HHvELPHWPGFZA25TA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240716.1_1721146101133_0.4892876216766209","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240718.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240718.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240718.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"174387b61d8092c02b6d0366d67ae066c3393eb6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240718.1.tgz","fileCount":27,"integrity":"sha512-jwahoaVAwa3c93Mn2S9FtCZceyiDjBoTyojYkdo/n2kghCMTw+CEV1Z1C+IjEy7OHzp1Bq2Fa16q1nn1un7Atg==","signatures":[{"sig":"MEQCIAmwWC0q6ph0a8YvlC2kOicXpDtDCqkI94p8nryERsEPAiBDdSsmxqrr5ycfgzSWZ+ZMJBVqh5zfFE9t5wz0+F68Vg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\590d6818-0ba3-44b7-8cb7-be0606162b30\\azure-rest-iot-device-update-1.0.1-alpha.20240718.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\590d6818-0ba3-44b7-8cb7-be0606162b30\\azure-rest-iot-device-update-1.0.1-alpha.20240718.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jwahoaVAwa3c93Mn2S9FtCZceyiDjBoTyojYkdo/n2kghCMTw+CEV1Z1C+IjEy7OHzp1Bq2Fa16q1nn1un7Atg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240718.1_1721318653492_0.21184446308299343","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240719.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240719.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240719.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c7cb1385190796e4cf13dfe8cb84744e1480857","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240719.1.tgz","fileCount":27,"integrity":"sha512-jh9YYp45cbQlJdvAL943TetBhc45Q6rJUlEdLVmXHOH0vnToIU6iCBDv5VwP4z4BRMFXxzgEYEKqDqcXetRuxQ==","signatures":[{"sig":"MEYCIQDbW00GzTRm1MBEcK/err7nvjTgOJ6A1OM0akeWnqRchgIhANDwngBJg+nPsnzm4fN3iC6XtTvt+Bv0l/rXQmakbUFn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d77533c7-ae93-47cc-b3c5-25c4702c3045\\azure-rest-iot-device-update-1.0.1-alpha.20240719.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d77533c7-ae93-47cc-b3c5-25c4702c3045\\azure-rest-iot-device-update-1.0.1-alpha.20240719.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jh9YYp45cbQlJdvAL943TetBhc45Q6rJUlEdLVmXHOH0vnToIU6iCBDv5VwP4z4BRMFXxzgEYEKqDqcXetRuxQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240719.1_1721405175498_0.29183161509152344","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240722.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240722.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240722.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5bc10982813329fdea1e6c9dd4041d93898540af","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240722.1.tgz","fileCount":27,"integrity":"sha512-Xf1L3vr4O1QfECoSsFC2iTrdgE+9xSz9ynIAT6ssTG8ngp7GNPpTx4gPTJhGOfb5H4/0Y0kb/lvGyYi7cF2kig==","signatures":[{"sig":"MEQCIEmNu+NBj3TwJeSuD1CLNHuXjKZiFBjbdduYSM6Bocr7AiB9oDQG2BnKDwZhQwiBOEESiM4fmtR0zw7Zv2m7LFT6ig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5204c001-722f-4eda-85e4-ee57092ff2a2\\azure-rest-iot-device-update-1.0.1-alpha.20240722.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5204c001-722f-4eda-85e4-ee57092ff2a2\\azure-rest-iot-device-update-1.0.1-alpha.20240722.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Xf1L3vr4O1QfECoSsFC2iTrdgE+9xSz9ynIAT6ssTG8ngp7GNPpTx4gPTJhGOfb5H4/0Y0kb/lvGyYi7cF2kig==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240722.1_1721664337743_0.04199801090197264","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240723.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240723.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240723.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf662d57bd6d6cc4d8a1d44643d36e0200ba6aa5","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240723.1.tgz","fileCount":27,"integrity":"sha512-15M4+1ogXhyf5wRdcH+En59wwVWhRXlo19HE95HQKOFhj0crUbuE6aTDK4n1vKvTiHAzF4YT0DoGdQXg6uOkhA==","signatures":[{"sig":"MEYCIQCK3dy4aOxOdyNI7VNtgPEtPsxS7TPf8Vxt5S1BklYsoAIhAL88YA0lJHUFFhiQmEsIqx9W3MLse757rda/6r97XI/3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\727a95b3-c985-4cd3-b5a8-383764cac0bf\\azure-rest-iot-device-update-1.0.1-alpha.20240723.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\727a95b3-c985-4cd3-b5a8-383764cac0bf\\azure-rest-iot-device-update-1.0.1-alpha.20240723.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-15M4+1ogXhyf5wRdcH+En59wwVWhRXlo19HE95HQKOFhj0crUbuE6aTDK4n1vKvTiHAzF4YT0DoGdQXg6uOkhA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240723.1_1721750857562_0.46501152398897516","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240724.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240724.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240724.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c3f41dff02408122acb59b85b96972a80d717a4c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240724.1.tgz","fileCount":27,"integrity":"sha512-EFNvOhzBRv/0t5ismB5C0QQ5bWg9s7PELB/a8EMq1lPyB3Dh7sZndXe4GZbubgyM7rspmjUcLqFNps8ihakFKQ==","signatures":[{"sig":"MEUCIQDa/RygJnVuwN8bLnlp/eThHAw2mDYBUAFafzADjlOZgQIgMV6HmCUaUr4lw2onkrkptM8CyBawS+mH2OKpju0S6zc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fe8b684e-c2fa-4ba6-b0c2-ffa2b3824508\\azure-rest-iot-device-update-1.0.1-alpha.20240724.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fe8b684e-c2fa-4ba6-b0c2-ffa2b3824508\\azure-rest-iot-device-update-1.0.1-alpha.20240724.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EFNvOhzBRv/0t5ismB5C0QQ5bWg9s7PELB/a8EMq1lPyB3Dh7sZndXe4GZbubgyM7rspmjUcLqFNps8ihakFKQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240724.1_1721837109924_0.4809690296942042","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240725.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240725.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240725.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"087b8ce12323c20bac9f354ec42641c8fcfab02e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240725.1.tgz","fileCount":27,"integrity":"sha512-ge7+0qrKQ++VXTKhtVxPZLN3MBvuDU/EAH8Gx3vLLKb2q93w7w6n8mD86r2qEcG+W1Smg+fRexYpDwE9vq1NuQ==","signatures":[{"sig":"MEUCIHZd778S1xkmK6zZHNzNU3/lDrWkPmMQDAw8hrWObBnsAiEA1GGl8oUMlY53SMSI6UYXB8rMVQmYQEHjEsyMZD36vb8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\afb177b4-cea8-49aa-af69-7644c25ff570\\azure-rest-iot-device-update-1.0.1-alpha.20240725.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\afb177b4-cea8-49aa-af69-7644c25ff570\\azure-rest-iot-device-update-1.0.1-alpha.20240725.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ge7+0qrKQ++VXTKhtVxPZLN3MBvuDU/EAH8Gx3vLLKb2q93w7w6n8mD86r2qEcG+W1Smg+fRexYpDwE9vq1NuQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240725.1_1721923417728_0.38826062647337456","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240726.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240726.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240726.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd4812514e874d68a8ccbd77ee963363888d4f18","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240726.1.tgz","fileCount":27,"integrity":"sha512-Drwo2/3Qtoj3ffdr9Y/6heHT804z49vkF6uskvPBsvjD6UVlCwlpjW1BKJGGmC6jR+WBwp6wQz7tztVX02/XQw==","signatures":[{"sig":"MEYCIQDe1hCzKA50YLO/VQvHSCLDLk9PP/+5y4fqZSDLFNo3jwIhANug3RmDJ3AHTakz+ixjIf4DgiGutj+Q0fvzqSygEKqn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ac07345d-abfc-4522-b149-4eab74f96c2a\\azure-rest-iot-device-update-1.0.1-alpha.20240726.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ac07345d-abfc-4522-b149-4eab74f96c2a\\azure-rest-iot-device-update-1.0.1-alpha.20240726.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Drwo2/3Qtoj3ffdr9Y/6heHT804z49vkF6uskvPBsvjD6UVlCwlpjW1BKJGGmC6jR+WBwp6wQz7tztVX02/XQw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240726.1_1722009782579_0.4834030609584501","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240729.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240729.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240729.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"747716165985621cfb73ae3ea048a5a3b116e08a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240729.1.tgz","fileCount":27,"integrity":"sha512-TFqHkWGmoKdj9iwfxLS45+kdPzWa6FqPFdMH3f96EFeou/QQ6NWW0BlInoC/eYz7ZEedgddc0JmzX5NodNu5og==","signatures":[{"sig":"MEUCIB0FZ+Vt1+LHXa+Z54K2pcLFSg0izaulJoBvErcqHfvZAiEAvpmauC47xnQqBq1NwIEexVrP+qAIo/VcSIXrQVyeUj0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2bf86e62-00b0-4a0b-b8e3-ce1d5b243ad5\\azure-rest-iot-device-update-1.0.1-alpha.20240729.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2bf86e62-00b0-4a0b-b8e3-ce1d5b243ad5\\azure-rest-iot-device-update-1.0.1-alpha.20240729.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TFqHkWGmoKdj9iwfxLS45+kdPzWa6FqPFdMH3f96EFeou/QQ6NWW0BlInoC/eYz7ZEedgddc0JmzX5NodNu5og==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240729.1_1722269097899_0.7279591988695298","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240730.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240730.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240730.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99f53038065c0b6e43ee74cbbc8480e91d06c19f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240730.1.tgz","fileCount":27,"integrity":"sha512-4DOMe10Y5Ddsfw6MZMVzWbSFpGyj0BJJ41GaWUerYpYPMWnojljNjlGMUF44KY/TfUvNrww762iWBmz0x4EwzA==","signatures":[{"sig":"MEUCIQC9SHkbnt1AzhHrsy7QT8BGiDybKQiGhgK5f005gP5DRQIgeyhxVSI2TUE2zRdNWJbfw44Va+a//f1d4HvIGMpw8Mc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\15a534b3-9f4b-4a8d-9120-2d59254b4ab9\\azure-rest-iot-device-update-1.0.1-alpha.20240730.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\15a534b3-9f4b-4a8d-9120-2d59254b4ab9\\azure-rest-iot-device-update-1.0.1-alpha.20240730.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4DOMe10Y5Ddsfw6MZMVzWbSFpGyj0BJJ41GaWUerYpYPMWnojljNjlGMUF44KY/TfUvNrww762iWBmz0x4EwzA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240730.1_1722355523774_0.8556052668887202","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240731.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240731.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240731.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"80897fc8a4800c95536577c853e7b192db01f1a4","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240731.1.tgz","fileCount":27,"integrity":"sha512-4Uzf175fwlevaJ/kEmnJbQ/AmevMGTEVWFk5XqDPex+mLVtz0qW6ld/3j2tC+xm0O6rdlwBlOZ4e+wpwRJV+Yw==","signatures":[{"sig":"MEUCIQDEBlO2sIuUJ0AkqZmxhjnZIY1lgnd3OK6hoC00XpThvgIgBwf1GWBqZ2Sao23XccExPeIhKP+oxb/E2cQNu2n0lJY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c0daa164-5571-42dc-b27e-550ddd50d0d6\\azure-rest-iot-device-update-1.0.1-alpha.20240731.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c0daa164-5571-42dc-b27e-550ddd50d0d6\\azure-rest-iot-device-update-1.0.1-alpha.20240731.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4Uzf175fwlevaJ/kEmnJbQ/AmevMGTEVWFk5XqDPex+mLVtz0qW6ld/3j2tC+xm0O6rdlwBlOZ4e+wpwRJV+Yw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240731.1_1722441901234_0.3515185313923421","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240801.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240801.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240801.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b3b35a20ac23792dda7647e5beb234cf6f64e722","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240801.1.tgz","fileCount":27,"integrity":"sha512-8f5r2ns7KC1OJwnzm7aIBwmB256Aq9HAFg1KcbcsbVFSnd9d71HsAqfbW5sHnqejSNijjb1RbMbgvtrojpJiJg==","signatures":[{"sig":"MEUCIG44Bqnndo50WCaUNQdTrbGVjYgo7ia4Fzz0dYcHeGO1AiEAj7kcaiTcyrkx8dCYJ6gPeCly8wtt/ZGExIr9KDRxh58=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8ea20589-633d-4589-a958-71bbe7435dc4\\azure-rest-iot-device-update-1.0.1-alpha.20240801.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8ea20589-633d-4589-a958-71bbe7435dc4\\azure-rest-iot-device-update-1.0.1-alpha.20240801.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8f5r2ns7KC1OJwnzm7aIBwmB256Aq9HAFg1KcbcsbVFSnd9d71HsAqfbW5sHnqejSNijjb1RbMbgvtrojpJiJg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240801.1_1722528512876_0.7265285450116066","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240802.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240802.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240802.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fbaa5c5509607cd2093fa097407874cbd27fa70c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240802.1.tgz","fileCount":27,"integrity":"sha512-yQ0hmnHS3Y7c0WWdyU82hHgdizz8b93aEvhH8/4iZLcCe/DbSf1g+jfYa3bJk7SJkUGx3Z3Tx6eFzotPJpZP9g==","signatures":[{"sig":"MEUCIQDbVFLtQPfOiDSxyOs+VecHIuMm2kaR7FbY6yATvOhtEQIgId8+JqF1vDNVYjkJ4we4bvOrxQyXhdrgYtiFuNOX3RE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dab190a5-3e52-4b2e-8c7f-f378c75b23b2\\azure-rest-iot-device-update-1.0.1-alpha.20240802.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dab190a5-3e52-4b2e-8c7f-f378c75b23b2\\azure-rest-iot-device-update-1.0.1-alpha.20240802.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yQ0hmnHS3Y7c0WWdyU82hHgdizz8b93aEvhH8/4iZLcCe/DbSf1g+jfYa3bJk7SJkUGx3Z3Tx6eFzotPJpZP9g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240802.1_1722614824058_0.10620649195846821","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240805.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240805.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240805.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e101302575e1a9bfb3c6468b44f0ce9261ae13f8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240805.1.tgz","fileCount":27,"integrity":"sha512-JPVNDNyyvB1DFb8YE0vGYJqwutkeQkFur+mIRCqIDVu+3tZSMO72aGdlhQL73JOejbcQwDEQeA9ap63MdYkY+g==","signatures":[{"sig":"MEUCIDZeQw0mPnRASRX1HgeWARzIpry8q7RYBoluud9mIy9cAiEAxFVKxKDhBN0h48t0C8J37jiS5jW8u5ts26SNO+ZuwgQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\592631f4-c398-4976-93fc-7fdb805c3a19\\azure-rest-iot-device-update-1.0.1-alpha.20240805.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\592631f4-c398-4976-93fc-7fdb805c3a19\\azure-rest-iot-device-update-1.0.1-alpha.20240805.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JPVNDNyyvB1DFb8YE0vGYJqwutkeQkFur+mIRCqIDVu+3tZSMO72aGdlhQL73JOejbcQwDEQeA9ap63MdYkY+g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240805.1_1722873953133_0.645275795018093","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240806.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240806.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240806.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d00b2697f5e7e54c05b106ae3b0a4efdb89ea7c1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240806.1.tgz","fileCount":27,"integrity":"sha512-8QZz25Wq/HI9ZbPlgN+OoLj5Dwf0zTL7ZRSCK2fuHAam8Fp55mfepZYG7cTX8RvteIWt15AGpBVo7EmScoEvsg==","signatures":[{"sig":"MEUCIQCKMrA6EefoI2ftv1zM2tQz85MjJrCtFqOo3QLA5UCsawIgL253qS2FXHARu5kAweEcfnRqmCuvH1yndvnRH8qMW4A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\abd5e804-f1fa-46e5-9f34-a1cc37c4a81f\\azure-rest-iot-device-update-1.0.1-alpha.20240806.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\abd5e804-f1fa-46e5-9f34-a1cc37c4a81f\\azure-rest-iot-device-update-1.0.1-alpha.20240806.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8QZz25Wq/HI9ZbPlgN+OoLj5Dwf0zTL7ZRSCK2fuHAam8Fp55mfepZYG7cTX8RvteIWt15AGpBVo7EmScoEvsg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240806.1_1722960307977_0.8507356190604236","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240807.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240807.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240807.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"29df7d029f6da556d4a4f419a5347352602bfb78","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240807.1.tgz","fileCount":27,"integrity":"sha512-eZ2P1Ymkc1nHPCKjpDvZ7pcjkiq06fY137JwjPtSSXpbVdD5CydGbFQbABI5ANfU7nsWmzGgyjFvPEKawYopvw==","signatures":[{"sig":"MEUCIQCSe9S7zK5bsI4PCYYInoOsTX0kF99hJyZzFD5blOLIzAIgAJmznMdpeTHTcNOhulynqUe//jbnN6j4nfgDTpNE2mQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4fb02ba0-a8a3-492e-ae12-99d61ca3aae6\\azure-rest-iot-device-update-1.0.1-alpha.20240807.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4fb02ba0-a8a3-492e-ae12-99d61ca3aae6\\azure-rest-iot-device-update-1.0.1-alpha.20240807.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eZ2P1Ymkc1nHPCKjpDvZ7pcjkiq06fY137JwjPtSSXpbVdD5CydGbFQbABI5ANfU7nsWmzGgyjFvPEKawYopvw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240807.1_1723046793173_0.18398042449775454","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240808.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240808.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240808.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"efb7b4117335ebe5f9ad12a78dc0754b3b2e1bfa","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240808.1.tgz","fileCount":27,"integrity":"sha512-k5jKvvtws8LIuYIFbm4btPmgSJ7vu80I+jjhJKYOxokupKU0PWLBmD/c0WDABRtuUoV9FJiUuoHOS5pVGINUkw==","signatures":[{"sig":"MEUCIQCgbXnioIOG8dvLVBf3nPUYfqsxS4qiK728xtEZ9K8BaQIgALKdpN+0mHlHdg9oEsuA7Z8JbU34tm+8N2++FcwOUGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\11e9f00b-61ff-4e0d-93c5-665d2103be79\\azure-rest-iot-device-update-1.0.1-alpha.20240808.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\11e9f00b-61ff-4e0d-93c5-665d2103be79\\azure-rest-iot-device-update-1.0.1-alpha.20240808.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-k5jKvvtws8LIuYIFbm4btPmgSJ7vu80I+jjhJKYOxokupKU0PWLBmD/c0WDABRtuUoV9FJiUuoHOS5pVGINUkw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240808.1_1723133115661_0.012990941886997343","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240809.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240809.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240809.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"279b9292ed79271c57fa62f1aef7fcb09d7dcd64","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240809.1.tgz","fileCount":27,"integrity":"sha512-Q6JC0BNgdi9c+lwJYXfcnAuG5w+GXznOmdn1SeUOqtxtz+sgE5QHL7I3moIbstaf4PLGA41jsfhyhQP7J4pwNQ==","signatures":[{"sig":"MEQCIE++OgSivhT50K+ekomPCeK+wexwDsypLdpDrNuzA3DHAiBpOl8ZoHfvPqt+MnR49BjDqSYPb/EVwi2SE9s5o+Xqmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6e4c1747-b126-43d7-aa30-93026f226654\\azure-rest-iot-device-update-1.0.1-alpha.20240809.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6e4c1747-b126-43d7-aa30-93026f226654\\azure-rest-iot-device-update-1.0.1-alpha.20240809.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Q6JC0BNgdi9c+lwJYXfcnAuG5w+GXznOmdn1SeUOqtxtz+sgE5QHL7I3moIbstaf4PLGA41jsfhyhQP7J4pwNQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240809.1_1723219578849_0.34573370907952383","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240812.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240812.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240812.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"44e58991fc574b80f91e504b3f46083a13c497a6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240812.1.tgz","fileCount":27,"integrity":"sha512-ldQ4Jsl8VBV+hZTyD2qdBxN8ok8YgfzJ0R8F5Jmisa6IBTr1mzi4HMrOhDKyM2HtIdx/r3hiw2nfXZn7jNOTBw==","signatures":[{"sig":"MEUCIQDLjR38q39by30otk7RC9xdmRiQGN27nv3PKv/+DO37LAIgS2KycveiPXWfTVkIlDvo7vw/stR19Sa4IkW/1CbUuAg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\237102d7-4bdc-4920-8816-a41f8a1b9564\\azure-rest-iot-device-update-1.0.1-alpha.20240812.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\237102d7-4bdc-4920-8816-a41f8a1b9564\\azure-rest-iot-device-update-1.0.1-alpha.20240812.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ldQ4Jsl8VBV+hZTyD2qdBxN8ok8YgfzJ0R8F5Jmisa6IBTr1mzi4HMrOhDKyM2HtIdx/r3hiw2nfXZn7jNOTBw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240812.1_1723478676901_0.9307319009432926","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240813.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240813.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240813.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8ae6fa4a3cc4e823f5bd2473d2739e67caab522","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240813.1.tgz","fileCount":27,"integrity":"sha512-Lk9Kr/KoQJeF/yxD2Wsv/x2Ky5VVwjBnuMkjpsNwkjPPAJL12YVQ1GvJy3AlqvlQwPQtoN11kX5J3wZWEqGRPw==","signatures":[{"sig":"MEUCID8JosLXU82rxo02rtxScdtfjUbWmacv679G0aXnIzBrAiEAv+5VjuAgD7iPKW5fxo6TB0mBiK3inABQGdIi5lG7bdE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e712b3b5-f695-41a1-80ca-626c3eed8be5\\azure-rest-iot-device-update-1.0.1-alpha.20240813.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e712b3b5-f695-41a1-80ca-626c3eed8be5\\azure-rest-iot-device-update-1.0.1-alpha.20240813.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Lk9Kr/KoQJeF/yxD2Wsv/x2Ky5VVwjBnuMkjpsNwkjPPAJL12YVQ1GvJy3AlqvlQwPQtoN11kX5J3wZWEqGRPw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240813.1_1723565094210_0.9546663843757879","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240814.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240814.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240814.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"376741049cda3f6d7cdbfba6f548fbfe0a2c6e56","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240814.1.tgz","fileCount":27,"integrity":"sha512-x+niStSacsvS8b+NuzGZXNK8em8ShDpQFGSbSfWcrl8jo0Pln19XLkgudXPW5PV1UPMfzp8oD1Fq7/g4/Vaiew==","signatures":[{"sig":"MEQCIFe/+lNToESZmITjIJ+1HnamFqrS5o7sFdxpBc4CFeRzAiAmHJM76S30aMpP9aeFI3IicRs2H1KGpCgXXtHqiCzmEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d4e6af26-0212-422f-8999-63946dd631a6\\azure-rest-iot-device-update-1.0.1-alpha.20240814.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d4e6af26-0212-422f-8999-63946dd631a6\\azure-rest-iot-device-update-1.0.1-alpha.20240814.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-x+niStSacsvS8b+NuzGZXNK8em8ShDpQFGSbSfWcrl8jo0Pln19XLkgudXPW5PV1UPMfzp8oD1Fq7/g4/Vaiew==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240814.1_1723651465552_0.03738134203297805","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240815.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240815.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240815.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b7391e2bfa1b4712119aeec399ba74a56cd80cc9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240815.1.tgz","fileCount":27,"integrity":"sha512-B86MtUOL2WTcZzO3CPhIcSroZm11BaUtHnujvcPcjBZo/z4NoLmcG1USJlyzcsSCdXehjYVv17GVhQ7pmvHSSg==","signatures":[{"sig":"MEQCIAVRR1GWvb4XqumJWmjNYXwSeSIRJLVbT3TFFHOmhrajAiBoPVwu3VFsC02ThSNVcitrldBzCiJyLdoYLSmHZkVV6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\136c3a41-74a1-44df-aaa5-98cb4643bc38\\azure-rest-iot-device-update-1.0.1-alpha.20240815.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\136c3a41-74a1-44df-aaa5-98cb4643bc38\\azure-rest-iot-device-update-1.0.1-alpha.20240815.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-B86MtUOL2WTcZzO3CPhIcSroZm11BaUtHnujvcPcjBZo/z4NoLmcG1USJlyzcsSCdXehjYVv17GVhQ7pmvHSSg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240815.1_1723738373706_0.6233620778516262","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240816.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240816.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240816.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"063d8497c4ac7d0cb4874d22519c10d664058489","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240816.1.tgz","fileCount":27,"integrity":"sha512-Dg7b1L1XnAckjJBaRtbDsBvMAhNg6sDYZXbKmnW7vU1wsWfeYMOeUBbZxtqKq+Tis6SL1cNm52aUpMp2rlhhLA==","signatures":[{"sig":"MEUCIQDW12D0xpzgnw9jJQ+iZqyQR7TEhqjc5eTLS+vn+x33XQIgY65mdVkjSJTSVQmHwoRSA+HB+Asp/92763g8Hzg17Y8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\24aa65fb-97eb-4aac-a859-1ec462e79d8f\\azure-rest-iot-device-update-1.0.1-alpha.20240816.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\24aa65fb-97eb-4aac-a859-1ec462e79d8f\\azure-rest-iot-device-update-1.0.1-alpha.20240816.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Dg7b1L1XnAckjJBaRtbDsBvMAhNg6sDYZXbKmnW7vU1wsWfeYMOeUBbZxtqKq+Tis6SL1cNm52aUpMp2rlhhLA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240816.1_1723824406874_0.28244752845887344","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240819.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240819.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240819.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2fe8706eab2a37daf39f6fede24bb3791eeb35c7","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240819.1.tgz","fileCount":27,"integrity":"sha512-C1mT3tqIIjNsfdKRcuEmMbkK19wyyLrgF/pF9DmDxZd32MLdXVdwsEHayheMLcvFdr7WtcoAwebdyzh6iBZcjQ==","signatures":[{"sig":"MEUCIFyP6QVxB0faqUNCWZvO3RoauAOCRsKUg3Z+RZMj7GIvAiEA88ciYgCFU0MpOCSvqX5YhVJNSSTbIlqNsS4o26HGAnU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b8456b65-12df-46a6-aee0-62292d8eea5f\\azure-rest-iot-device-update-1.0.1-alpha.20240819.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b8456b65-12df-46a6-aee0-62292d8eea5f\\azure-rest-iot-device-update-1.0.1-alpha.20240819.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-C1mT3tqIIjNsfdKRcuEmMbkK19wyyLrgF/pF9DmDxZd32MLdXVdwsEHayheMLcvFdr7WtcoAwebdyzh6iBZcjQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240819.1_1724083523185_0.459116545466395","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240820.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240820.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240820.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e767932b843c0c68eafc3e831a7920963effa927","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240820.1.tgz","fileCount":27,"integrity":"sha512-C3eFOv61HIkWpOiGCytyZ5hkIrhkFnuunmfQyO77ytTZ8jYGxkIzpiBSL71Mx6iGoXKs+2/Y8/O44NcfxQG22A==","signatures":[{"sig":"MEUCIHa0oGr/wKzUths/8KWExAeBAKPCom4uqOVJmQz1Q0ykAiEA+S9TZt/LFYNPHWa6YSxiEQZ2w7jY0/gHptv4qsd0FOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3d30e887-5154-4a27-b775-9926ca785931\\azure-rest-iot-device-update-1.0.1-alpha.20240820.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3d30e887-5154-4a27-b775-9926ca785931\\azure-rest-iot-device-update-1.0.1-alpha.20240820.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-C3eFOv61HIkWpOiGCytyZ5hkIrhkFnuunmfQyO77ytTZ8jYGxkIzpiBSL71Mx6iGoXKs+2/Y8/O44NcfxQG22A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240820.1_1724170086831_0.11066583509694383","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240821.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240821.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240821.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d625e26f8c1d0654f5060dafaf346be9d769ed61","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240821.1.tgz","fileCount":27,"integrity":"sha512-FekL1RnW/uunnVGeYszhZQZZacCEnWuYyzcuzIBsJ3NTFgp8bTdQKrvlSz8T7dv1ynjajVuZ2JLYzT++DCAPgg==","signatures":[{"sig":"MEUCIQDVLjYYtKnXQ5N5XavdbcnK3JmkOvEi81qrW7UFJ7Ng5wIgVKmJig7h9dA0mgVG9qKMtgknuIxOjTWs5JenNvkYyD4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1e94c345-3834-4eda-9999-78b162cdd67a\\azure-rest-iot-device-update-1.0.1-alpha.20240821.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1e94c345-3834-4eda-9999-78b162cdd67a\\azure-rest-iot-device-update-1.0.1-alpha.20240821.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FekL1RnW/uunnVGeYszhZQZZacCEnWuYyzcuzIBsJ3NTFgp8bTdQKrvlSz8T7dv1ynjajVuZ2JLYzT++DCAPgg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240821.1_1724256352476_0.8513364114175559","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240822.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240822.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240822.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4e23146da6e4e72645956e32ed5e7012b45cf75f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240822.1.tgz","fileCount":27,"integrity":"sha512-LxWKIIpWxtcjsyrBe7EWhqnn8zfw5YDdZRHnh/SJX8dolITE1Zfy5BJkctd/rWBROb85HH1zP5iyoOirYmjyCQ==","signatures":[{"sig":"MEUCIQCJB//55xoibHv8+dpyP0x8AL5+2umrWn+w/PvKYa2cUgIgDedeOOeD25euCv4SqE4xPS91jD4Jm4PKhpqzmX3A8mY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452718},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9a332e83-8dd2-4892-a72c-cf10d6a3b309\\azure-rest-iot-device-update-1.0.1-alpha.20240822.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9a332e83-8dd2-4892-a72c-cf10d6a3b309\\azure-rest-iot-device-update-1.0.1-alpha.20240822.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LxWKIIpWxtcjsyrBe7EWhqnn8zfw5YDdZRHnh/SJX8dolITE1Zfy5BJkctd/rWBROb85HH1zP5iyoOirYmjyCQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240822.1_1724342766405_0.8057825771102469","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240823.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240823.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240823.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eec4a3164c190344c440aa6754ae566562b26a59","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240823.1.tgz","fileCount":27,"integrity":"sha512-nrlkotM8xmoRl1IcPFsA+TovdHlykvdlis6ymsi6+XoWLsLwBFvIpGVFzboCQu1mDypV5KIW/CHJID6Csyq6Ww==","signatures":[{"sig":"MEQCICB3okqUUHVDr4xE6TSuvPlCea5rntr3+TbL9nOe64zZAiAggjE7FY9Y/FUewadcMRy+KCTOODzOTJIV0bktvspkdw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\86d70fbc-8c51-4a4d-9ae8-efcbae3992cc\\azure-rest-iot-device-update-1.0.1-alpha.20240823.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\86d70fbc-8c51-4a4d-9ae8-efcbae3992cc\\azure-rest-iot-device-update-1.0.1-alpha.20240823.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nrlkotM8xmoRl1IcPFsA+TovdHlykvdlis6ymsi6+XoWLsLwBFvIpGVFzboCQu1mDypV5KIW/CHJID6Csyq6Ww==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240823.1_1724429065085_0.5767274462694889","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240826.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240826.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240826.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8637716e5ddde7c18c6beab4d951e7b3b0c5785f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240826.1.tgz","fileCount":27,"integrity":"sha512-Hpa4pSb2h6VQ2bh2SBBt1/xjgUR7a7b6fF5GQS8uLu/gHnCO55fGbMPP3L0bwgjh0MypD4rNR5WLtGVmaUUDdA==","signatures":[{"sig":"MEQCIHdok0DsVjF9rpalDmpWXdGSRjsyOXS5mgHLNncuE2+OAiBaou0EIM9ygKlmk+nCQLZoYdUXKvfjeY7hiuxyyWdeig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1ef94f75-d47a-4804-9a16-8e9bf758c3db\\azure-rest-iot-device-update-1.0.1-alpha.20240826.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1ef94f75-d47a-4804-9a16-8e9bf758c3db\\azure-rest-iot-device-update-1.0.1-alpha.20240826.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Hpa4pSb2h6VQ2bh2SBBt1/xjgUR7a7b6fF5GQS8uLu/gHnCO55fGbMPP3L0bwgjh0MypD4rNR5WLtGVmaUUDdA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240826.1_1724688304533_0.8921002963853311","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240827.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240827.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240827.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e23bb9ea347a9efe0d2263c64ef86ef7327602d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240827.1.tgz","fileCount":27,"integrity":"sha512-OBQzVrYL9zyBV9ncmsVGHuU8/sJS67frE/YCrpw0cuOlKjDZZiaP269wZNahto67aQ6eDLPfxU8PyipXKHf+EA==","signatures":[{"sig":"MEQCIDtxpQtU1eiS57JB9YP8j9rOjUmWPDNhxEWwqWn3hWjoAiBH0mRZyVzaa3Wg1uOl9BkkAKuGQNCJ9upoqna0sfG9PQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\10e61e83-a70c-4573-b2d3-8a9dd644676d\\azure-rest-iot-device-update-1.0.1-alpha.20240827.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\10e61e83-a70c-4573-b2d3-8a9dd644676d\\azure-rest-iot-device-update-1.0.1-alpha.20240827.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OBQzVrYL9zyBV9ncmsVGHuU8/sJS67frE/YCrpw0cuOlKjDZZiaP269wZNahto67aQ6eDLPfxU8PyipXKHf+EA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240827.1_1724774801512_0.5935057345416346","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240828.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240828.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240828.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53b0694acd5c49de97d7ded507cab6507e184eee","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240828.1.tgz","fileCount":27,"integrity":"sha512-OsjfhuEB5Bk9+aGHnRGJyIWgFTdHQC3l2zeCciu6140dl1/d/akgdcwjydDa/NY4tQoWvM6iNWtnXe/PM4TPdA==","signatures":[{"sig":"MEYCIQCKJSMYLZJ7L3ZpTlKnj43VsFBPpNdzMxeV/dkTEHCaRwIhAMsdibOAqeLMQh6GChBgccPixj4S0QjjlCWK57OmVCXX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dae20485-5cb0-4677-bb2d-a1bacaf474f1\\azure-rest-iot-device-update-1.0.1-alpha.20240828.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dae20485-5cb0-4677-bb2d-a1bacaf474f1\\azure-rest-iot-device-update-1.0.1-alpha.20240828.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OsjfhuEB5Bk9+aGHnRGJyIWgFTdHQC3l2zeCciu6140dl1/d/akgdcwjydDa/NY4tQoWvM6iNWtnXe/PM4TPdA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240828.1_1724861097737_0.0542010502722321","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240829.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240829.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240829.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"78babcdbdcf8e8a5f884ec3eb6232d793aaa82d4","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240829.1.tgz","fileCount":27,"integrity":"sha512-nQ9Ak6dqy1eO3F9FBjI+TQdNOj0AwGl/RTR64CTOxCH9/MHdBOO8087wXALE08aeO8l634RnXvAgU3ahPmk26A==","signatures":[{"sig":"MEYCIQDVZSEi8336Ty43nUHCM6sGfcY9BqN52fPWZaB1J92raQIhAOrOKtLYGc81LoolKBhvjUX4xNAW7vPMs1HRLV3r+Id1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\90ebd6c0-b004-40f8-810d-f82cf0895766\\azure-rest-iot-device-update-1.0.1-alpha.20240829.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\90ebd6c0-b004-40f8-810d-f82cf0895766\\azure-rest-iot-device-update-1.0.1-alpha.20240829.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nQ9Ak6dqy1eO3F9FBjI+TQdNOj0AwGl/RTR64CTOxCH9/MHdBOO8087wXALE08aeO8l634RnXvAgU3ahPmk26A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240829.1_1724947467212_0.5704660629372897","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240830.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240830.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240830.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c598d9efd55c12380312de464506a3a82c821fc8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240830.1.tgz","fileCount":27,"integrity":"sha512-gnuSs4JbWh2/yyNLVL4CUJDsYyZ2wXp7xJILPkRnbrjRou05NKhwm1/LkKW6mHouGtuja1g4Fjm0ssD+b48ICg==","signatures":[{"sig":"MEQCIAgkDSBO1f2riEYKTZ4DGlZXfeDtSG7pcEOD2oV6BDnJAiAjl4EiSB7PiBlyen4YjEvMMmS8KNJfyrUekvDr9qp+ZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ead20f4d-cb29-4abb-8236-a754f95a6cfd\\azure-rest-iot-device-update-1.0.1-alpha.20240830.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ead20f4d-cb29-4abb-8236-a754f95a6cfd\\azure-rest-iot-device-update-1.0.1-alpha.20240830.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gnuSs4JbWh2/yyNLVL4CUJDsYyZ2wXp7xJILPkRnbrjRou05NKhwm1/LkKW6mHouGtuja1g4Fjm0ssD+b48ICg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240830.1_1725033686036_0.08100403720389515","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240902.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240902.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240902.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8acff313afddda6aee29482ca1e0d98372dd8d06","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240902.1.tgz","fileCount":27,"integrity":"sha512-jOh3G//JdVzh7bc7mj35RS3cN5wApvbOC3VR6fhHmTgsoux0dajgKuAFYOK/Nts77j6jSk1XIVkz6zaUVnwEMA==","signatures":[{"sig":"MEYCIQChc8BTKQkJ9lbbZk55J73c5Vg/VWc1WpisrkIwAyaZAwIhANUKldu2lU/S0n+6WnRH6xnX2smzFdw7DY2SKGUMO3rm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\16b54bea-e7e6-47c1-8a90-2c011a962ea6\\azure-rest-iot-device-update-1.0.1-alpha.20240902.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\16b54bea-e7e6-47c1-8a90-2c011a962ea6\\azure-rest-iot-device-update-1.0.1-alpha.20240902.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jOh3G//JdVzh7bc7mj35RS3cN5wApvbOC3VR6fhHmTgsoux0dajgKuAFYOK/Nts77j6jSk1XIVkz6zaUVnwEMA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240902.1_1725292949600_0.30501075094154984","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240903.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240903.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240903.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"54241ee15e0f852acf1a7c4d199e2e262382fb8b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240903.1.tgz","fileCount":27,"integrity":"sha512-YBlgjWrmP/anPGZiv2q06gdFiQPTKAv4X79lgnZpR42GWe8SNeB9M/nw/Pbnyyh4YYzl9JboGmKIrcWiLV8LZQ==","signatures":[{"sig":"MEUCIFT0xsQqZVddQpcJw7QC0wgCnBga8e7dvmHbwbKf/bH0AiEAiqQDuLKCuAqJNHC9ENgyP6+LGlSrR46OoVR9hJYpCkI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\80f5a2da-65af-46ac-9c31-e1190962eb95\\azure-rest-iot-device-update-1.0.1-alpha.20240903.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\80f5a2da-65af-46ac-9c31-e1190962eb95\\azure-rest-iot-device-update-1.0.1-alpha.20240903.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YBlgjWrmP/anPGZiv2q06gdFiQPTKAv4X79lgnZpR42GWe8SNeB9M/nw/Pbnyyh4YYzl9JboGmKIrcWiLV8LZQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240903.1_1725379312108_0.9581239773254797","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240904.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240904.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240904.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8c80cd46b862a4577f60d60d4771af5a0a22e17c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240904.1.tgz","fileCount":27,"integrity":"sha512-HD8FkdQLwtKWmiiWrmABvUm0/q+qbBBI6oCzI8v+ls8YB0fif5pFF5GMndLZ1xKYYPE3pyLhOtEGb3enIUJJNA==","signatures":[{"sig":"MEUCIHb0127I5WLIhcXSJ1u6JO5gk2JgPiAPaFdd1UOIOuXZAiEAqbZNvfl8QjRNjwo3+D5Sn2d8K1E9ES4moaF37DSAyn8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e7dfd962-678a-4b44-b4da-d6b3e6134fa5\\azure-rest-iot-device-update-1.0.1-alpha.20240904.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e7dfd962-678a-4b44-b4da-d6b3e6134fa5\\azure-rest-iot-device-update-1.0.1-alpha.20240904.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HD8FkdQLwtKWmiiWrmABvUm0/q+qbBBI6oCzI8v+ls8YB0fif5pFF5GMndLZ1xKYYPE3pyLhOtEGb3enIUJJNA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240904.1_1725465960236_0.09855356079821509","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240905.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240905.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240905.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1548c1bcbd87e0abcb6b4db9b48be5766228d19a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240905.1.tgz","fileCount":27,"integrity":"sha512-Ki7dma42NCl2j1pEPJBt4L/T65z9B/luYLHpq98/M/Nt9YK7BPa3d+MVQihMM0S+R7zW/L+x2c3d3jxjRdk/oQ==","signatures":[{"sig":"MEYCIQDCVjCopQFC0uQ1oV+jqb3nwHIBFchxdJj3mplxxEAy2gIhAMFB+LjsDQeDF/dutTfU4abhj9WaumUuhgI62LCvkZmn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\77453c25-60bd-4114-b977-ef0e91cde2b6\\azure-rest-iot-device-update-1.0.1-alpha.20240905.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\77453c25-60bd-4114-b977-ef0e91cde2b6\\azure-rest-iot-device-update-1.0.1-alpha.20240905.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ki7dma42NCl2j1pEPJBt4L/T65z9B/luYLHpq98/M/Nt9YK7BPa3d+MVQihMM0S+R7zW/L+x2c3d3jxjRdk/oQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240905.1_1725552354130_0.33805608418389","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240906.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240906.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240906.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a27636fb4c82b72f99fd11bfab1bf360fdbd8487","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240906.1.tgz","fileCount":27,"integrity":"sha512-m7q0PpUQyvHIjzWMfaGkH7CL175zAP4byg1KXr31XybOONpXFKfwrFh7K6m894bCEhtCa0Ha07orZtLbKbq2dA==","signatures":[{"sig":"MEQCIERNqL0GhnsjxQe8fUxpBy3aV0lKuVsCF3+vnW6vyVMeAiAJqAqy+XVyDSFtb735U16P+kepyjnJUbRCY6JsOqqZFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\53475d7d-9d95-4772-81f8-28a5b15f7cee\\azure-rest-iot-device-update-1.0.1-alpha.20240906.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\53475d7d-9d95-4772-81f8-28a5b15f7cee\\azure-rest-iot-device-update-1.0.1-alpha.20240906.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-m7q0PpUQyvHIjzWMfaGkH7CL175zAP4byg1KXr31XybOONpXFKfwrFh7K6m894bCEhtCa0Ha07orZtLbKbq2dA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240906.1_1725638532729_0.08717464125349794","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240909.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240909.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240909.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"73d40dfacc259d063364ea477a23fd1c9a160a9b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240909.1.tgz","fileCount":27,"integrity":"sha512-2+bL2rmmQXE6vikYFcyKYY7gGbnYVbAPQKX1Uo2I71uBO6sGCzd04N2O5EujyJpGz2BwocZKt6NvR39ZoOKHng==","signatures":[{"sig":"MEYCIQC+N8u1HfgRV8lJpdvvGDNyAYInUvl5Jh2dhFXaHw7zpgIhALlObFfxGWkNCSkgfbR1U2WtEO8fbB/NRGjY0++QUNow","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6f4e8dd8-8d2c-4351-bb4d-1c1583395297\\azure-rest-iot-device-update-1.0.1-alpha.20240909.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6f4e8dd8-8d2c-4351-bb4d-1c1583395297\\azure-rest-iot-device-update-1.0.1-alpha.20240909.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2+bL2rmmQXE6vikYFcyKYY7gGbnYVbAPQKX1Uo2I71uBO6sGCzd04N2O5EujyJpGz2BwocZKt6NvR39ZoOKHng==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240909.1_1725897843606_0.549910077277473","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240910.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240910.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240910.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1156ab06d3d3e7131b6cbf23e70f4bfcff3de57d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240910.1.tgz","fileCount":27,"integrity":"sha512-b099JJ2BZnuxbqjfJLIeP5NefK/pVLvIwPZetK1WK9LV3C8MAIrWm0g1rh2aDvQdlsIjlY3FfLgR7IKIeGqVpg==","signatures":[{"sig":"MEYCIQDb1yLv9rDTxwYxBbv2Oe46xkb4nHnzJxnG7iwKr+MryQIhAL1WGRs2f5Tfm3wuz7tNGtggtL1Y+KvZ5hQ2/aNN3f/E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ecdd14b1-2f78-4246-8456-10e35dd7dc2c\\azure-rest-iot-device-update-1.0.1-alpha.20240910.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ecdd14b1-2f78-4246-8456-10e35dd7dc2c\\azure-rest-iot-device-update-1.0.1-alpha.20240910.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-b099JJ2BZnuxbqjfJLIeP5NefK/pVLvIwPZetK1WK9LV3C8MAIrWm0g1rh2aDvQdlsIjlY3FfLgR7IKIeGqVpg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240910.1_1725984287675_0.7969975773250506","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240911.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240911.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240911.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"af9762da61710c3ca86367ec0d0ca876222a4503","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240911.1.tgz","fileCount":27,"integrity":"sha512-O+oYkQj8p43x/lO4ukqrq4SNpazNpGCgtODgwsQ7uqHaOE8msKRGHG/Rzn9fqfFSEYd+mPuSFlEnhMFv6FAJzw==","signatures":[{"sig":"MEYCIQCLCLVWHnzPcfTysv2+FiBsfX3Mn35tfJTgE5aE3KLYdQIhAOe90R2vIpcp/hXNBBTmFH+aPVg2IN9oLzglFhwkq3vF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8394568d-a6e3-4a5d-b64a-c12a7db04f0d\\azure-rest-iot-device-update-1.0.1-alpha.20240911.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8394568d-a6e3-4a5d-b64a-c12a7db04f0d\\azure-rest-iot-device-update-1.0.1-alpha.20240911.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-O+oYkQj8p43x/lO4ukqrq4SNpazNpGCgtODgwsQ7uqHaOE8msKRGHG/Rzn9fqfFSEYd+mPuSFlEnhMFv6FAJzw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240911.1_1726070593400_0.5876140004322301","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240912.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240912.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240912.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5fa05a983542fae340f129274b3b4770c45434ca","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240912.1.tgz","fileCount":27,"integrity":"sha512-itAAg7yBzB8+VOJIBIo9jM9/0QkG8hDCY/CkOxwgUxKmruR+Q0HgFoiWskfMgY7His/0/NL8ePr7Gy84EPVjKw==","signatures":[{"sig":"MEQCIAJ5ebjJ5JkWrB0KOoT90Fkq4mygK/EuPv3G/TWDz57SAiAsi9sO8GtMKnt1oKeDr93hekDBIsomHlFTiTa25q2/gw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a69a652b-18ad-4e08-a124-781483c415d6\\azure-rest-iot-device-update-1.0.1-alpha.20240912.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a69a652b-18ad-4e08-a124-781483c415d6\\azure-rest-iot-device-update-1.0.1-alpha.20240912.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-itAAg7yBzB8+VOJIBIo9jM9/0QkG8hDCY/CkOxwgUxKmruR+Q0HgFoiWskfMgY7His/0/NL8ePr7Gy84EPVjKw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240912.1_1726157023806_0.8272089024930571","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240913.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240913.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240913.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9da5e9f4b2b8d8ea5df8d4d5d110e340dfc39b74","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240913.1.tgz","fileCount":27,"integrity":"sha512-3w2DHUhQNKG0WFWec4wupW7UCdmbd3QrS9PhKxsU7vWInqmTrH21qieMC2gH2DhOfyfBg2Cu/ZOsThJEm4v7JA==","signatures":[{"sig":"MEUCICoFF3vLJMUaOz/zjRv9IS2A9jlb7ZDFziUm1f8QS7SjAiEAvyeMDn3qeQGVUfqudeRsuYQ74gjlsJ7EcHskmSDd+NE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b3dbf114-3677-4624-9149-42acc62d527e\\azure-rest-iot-device-update-1.0.1-alpha.20240913.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b3dbf114-3677-4624-9149-42acc62d527e\\azure-rest-iot-device-update-1.0.1-alpha.20240913.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3w2DHUhQNKG0WFWec4wupW7UCdmbd3QrS9PhKxsU7vWInqmTrH21qieMC2gH2DhOfyfBg2Cu/ZOsThJEm4v7JA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240913.1_1726243480534_0.7999339231969891","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240916.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240916.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240916.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"665a689f6b928419f311dc01eac87542bc7a659a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240916.1.tgz","fileCount":27,"integrity":"sha512-ds9YLx/xg5DgPK6z5wy9Up4FJn5Se2NR1pvUJS9Gg42d/ipsmmcGrL6S5YiIfomYcsDBoOd+YJXQpuBCituoWA==","signatures":[{"sig":"MEUCIEs9p/EXWXwI95EsxJFI1anYme0EGP0mLzEe+7hVT96mAiEAt0CyeN9mBD5f+0qwFkcraS0wNxF8f0PHy26PEH+8ctM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0fad6c1-8830-4226-9329-20d85ed82629\\azure-rest-iot-device-update-1.0.1-alpha.20240916.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a0fad6c1-8830-4226-9329-20d85ed82629\\azure-rest-iot-device-update-1.0.1-alpha.20240916.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ds9YLx/xg5DgPK6z5wy9Up4FJn5Se2NR1pvUJS9Gg42d/ipsmmcGrL6S5YiIfomYcsDBoOd+YJXQpuBCituoWA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240916.1_1726502602099_0.7713480754356594","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240917.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240917.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240917.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6295807dc81042552d1a6ba9cea10ea78a1f4dbc","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240917.1.tgz","fileCount":27,"integrity":"sha512-L6XWfuQxtNvA3NYqYXvSrQ6Rq4hm1M2Juei+ZG5AtHcbEgftZ3c3yOlWWHE/Lfzrvld5V/+IUAwvDs7svghfNw==","signatures":[{"sig":"MEUCIAHTPKDP6M4nm1kuk6YPDTpieIEArETHTHuPRvMrEKljAiEArn3hNPC9vTB3QcbbmA+dQnq0mH7PI9k8l1t4OujDbKg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fe7fb418-6bea-48ca-8ee0-cac5f982eb72\\azure-rest-iot-device-update-1.0.1-alpha.20240917.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fe7fb418-6bea-48ca-8ee0-cac5f982eb72\\azure-rest-iot-device-update-1.0.1-alpha.20240917.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-L6XWfuQxtNvA3NYqYXvSrQ6Rq4hm1M2Juei+ZG5AtHcbEgftZ3c3yOlWWHE/Lfzrvld5V/+IUAwvDs7svghfNw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240917.1_1726589106217_0.8145608458179534","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240918.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240918.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240918.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3be383297ae056cdfdd8f975c61641960095a85c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240918.1.tgz","fileCount":27,"integrity":"sha512-chOYzr1SQNPXHBXW6Wko9XeBWFolDCL1cRaxloEMg1fesYOS6iTkObdBvg+NR5UvX8c861uDuiecMAqhc7zgdA==","signatures":[{"sig":"MEUCIQDUT4qHKT465OoLGZF/DUwEeLHGpcIwK5uC27U+0ayG1gIgbSuJ1/DogpNYo8KPoXc+hMkqholyPWnAWO8lnnc/NlU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\22823637-59e7-4d67-afbf-c308175726d0\\azure-rest-iot-device-update-1.0.1-alpha.20240918.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\22823637-59e7-4d67-afbf-c308175726d0\\azure-rest-iot-device-update-1.0.1-alpha.20240918.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-chOYzr1SQNPXHBXW6Wko9XeBWFolDCL1cRaxloEMg1fesYOS6iTkObdBvg+NR5UvX8c861uDuiecMAqhc7zgdA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240918.1_1726675314266_0.7114403870060109","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240919.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240919.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240919.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"39e47f5f4db649cfb84b217cf08d71c18c1a0c31","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240919.1.tgz","fileCount":27,"integrity":"sha512-E2mAvQbcYmpOtSUc6LA2645D2LtHP/JWnezkZCkOxrBesI9UejJkyD8Nsa9Pvu0NAku7VsmafqZjeBI6lWDTDQ==","signatures":[{"sig":"MEQCIHH39L1bBGE7hl6EiXaNZaAwujNch45z28FdHGSYnh/cAiA+Y3qyn0LABolI+2lT2xbSBhV7kT7e0tL67SqR25GIkA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ed90667f-24ea-4b90-8581-2ed9e52ccd4d\\azure-rest-iot-device-update-1.0.1-alpha.20240919.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ed90667f-24ea-4b90-8581-2ed9e52ccd4d\\azure-rest-iot-device-update-1.0.1-alpha.20240919.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-E2mAvQbcYmpOtSUc6LA2645D2LtHP/JWnezkZCkOxrBesI9UejJkyD8Nsa9Pvu0NAku7VsmafqZjeBI6lWDTDQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240919.1_1726761778584_0.9268826504678662","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240920.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240920.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240920.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f6be6658893a12d732c46970a7da620f5ab29910","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240920.1.tgz","fileCount":27,"integrity":"sha512-HqZ6S2H7r8CGndI734IA5sNYlxzs04u9o8pMSvpPAhqOmzdItTg1l3DhCAnxg+PbVOP5L3Dg6fC1ohPhP7nTtw==","signatures":[{"sig":"MEQCIBt3uGA+tZSmvJgyGHWClIhgkdAYyFy8+dejckd51SBSAiAYY+66GJy/cfvSSO5D5EetX17mWW2/VrgPwr+Z3JLd/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4d1758ef-e91f-41d4-a842-ecde4c58aca5\\azure-rest-iot-device-update-1.0.1-alpha.20240920.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4d1758ef-e91f-41d4-a842-ecde4c58aca5\\azure-rest-iot-device-update-1.0.1-alpha.20240920.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HqZ6S2H7r8CGndI734IA5sNYlxzs04u9o8pMSvpPAhqOmzdItTg1l3DhCAnxg+PbVOP5L3Dg6fC1ohPhP7nTtw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240920.1_1726848079106_0.5737230189113776","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240924.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240924.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240924.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d778dcf93818159510ddd4caf29e779eed3fef5f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240924.1.tgz","fileCount":27,"integrity":"sha512-/MFQMFE88br7zj89TLpF0glNVrZw123IChnhVCtQtEm+7VQNhTrzWaCOITn55uWyzMLFqY3sJp1KbWd6w5TMTw==","signatures":[{"sig":"MEQCIE2a/0sGtopELOG76IOWosx3hYbWOi421e7OOc8Sd5RWAiBd6lqJKjW8g17lYL2kruIx5sbLFStuwnQ07AMqXNhgqA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cbc82cf4-1d2e-4a92-852a-3e70269effcd\\azure-rest-iot-device-update-1.0.1-alpha.20240924.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cbc82cf4-1d2e-4a92-852a-3e70269effcd\\azure-rest-iot-device-update-1.0.1-alpha.20240924.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/MFQMFE88br7zj89TLpF0glNVrZw123IChnhVCtQtEm+7VQNhTrzWaCOITn55uWyzMLFqY3sJp1KbWd6w5TMTw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240924.1_1727193866884_0.8944283651206526","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240925.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240925.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240925.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac4a8ebacb6efccfb58486f6a22090e0b8a938aa","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240925.1.tgz","fileCount":27,"integrity":"sha512-+/GxrlBp2fTxyNGL+ItiQEQV3WqcD5Xqw4klJeBFrKEomlJius0Vq+Bq2ZdNOSdVSBVDYI3j/fHm2wnHQjj6hA==","signatures":[{"sig":"MEUCICgy6+l++a4Oy4DXXPg4REIZL88XsoQBlmHeeCO3VXTMAiEA1ey8A3pKkVl3TlAXMd0D5TDhTS79CYOx2PrkKKHvsD4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0dff26c7-91e1-47ee-ac49-114001495cf9\\azure-rest-iot-device-update-1.0.1-alpha.20240925.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0dff26c7-91e1-47ee-ac49-114001495cf9\\azure-rest-iot-device-update-1.0.1-alpha.20240925.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+/GxrlBp2fTxyNGL+ItiQEQV3WqcD5Xqw4klJeBFrKEomlJius0Vq+Bq2ZdNOSdVSBVDYI3j/fHm2wnHQjj6hA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240925.1_1727280095220_0.2343858556481666","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240926.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240926.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240926.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"08561fa74f29309942fa2af759a58a5ea69a637e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240926.1.tgz","fileCount":27,"integrity":"sha512-223AUP5FGP5xcSUDOsV5W8ot/Oj8qzQjGho1d9iBr+HSdFvltBUtezzbn0ul5EyAS5sO/qbX8vXwHxOnnlscsg==","signatures":[{"sig":"MEUCIC5rm9xznL8bb1CR46GuqS/p2MGf9YzK/QaEj2+FAIMQAiEA7RVHqFdFeERMNueJcP4874xvDPuBkYW8IApVBfstLIQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452698},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c1a02e2b-c421-45c7-9441-1a0488dfd899\\azure-rest-iot-device-update-1.0.1-alpha.20240926.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c1a02e2b-c421-45c7-9441-1a0488dfd899\\azure-rest-iot-device-update-1.0.1-alpha.20240926.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-223AUP5FGP5xcSUDOsV5W8ot/Oj8qzQjGho1d9iBr+HSdFvltBUtezzbn0ul5EyAS5sO/qbX8vXwHxOnnlscsg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240926.1_1727366629029_0.832756123234718","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240927.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240927.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240927.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"63990df15f3848aad585f9c783000f99cbfa1212","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240927.1.tgz","fileCount":27,"integrity":"sha512-G1/zQDp7OX7hNfzyRHQxm0RGDhLn/GqrtaiS9TKq++RLEL2548bbxFAg6S8CSu0hQnZBf51ep8gCSEL6261g/w==","signatures":[{"sig":"MEQCIGfPet3TpJxCNp5xbQZme9xR3FTAsCzOsz/A2PexEC3MAiBfuzkJELx1HPyd/08GEo7knUPr4csu2mBMyI1gRGWeHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1ccb809f-f4e0-4932-adb1-469e28a7ca1a\\azure-rest-iot-device-update-1.0.1-alpha.20240927.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1ccb809f-f4e0-4932-adb1-469e28a7ca1a\\azure-rest-iot-device-update-1.0.1-alpha.20240927.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-G1/zQDp7OX7hNfzyRHQxm0RGDhLn/GqrtaiS9TKq++RLEL2548bbxFAg6S8CSu0hQnZBf51ep8gCSEL6261g/w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240927.1_1727453071062_0.9441815630972918","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240930.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20240930.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20240930.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca635c3fa4af08c304d94915a05fba2e32b116ef","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20240930.1.tgz","fileCount":27,"integrity":"sha512-znmcWbYEbe7sxJqwyb1wltFABUtN8u0o2MvMBOOgPm/dC5mEWU55uZO9UGqhgXP2mZRwOYWiFGdQrXIOnEoL0g==","signatures":[{"sig":"MEUCIB5tq/dRTNpSCNibkLhFcUyL8MFjPmO6NnFekk9sJMQ/AiEAxZzD8rx6TaqKMxa/k70kS+bYbKjc2l7mM/+EI6VW3uM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9bbda6cb-8486-46b8-9527-e0f4883f56f7\\azure-rest-iot-device-update-1.0.1-alpha.20240930.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9bbda6cb-8486-46b8-9527-e0f4883f56f7\\azure-rest-iot-device-update-1.0.1-alpha.20240930.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-znmcWbYEbe7sxJqwyb1wltFABUtN8u0o2MvMBOOgPm/dC5mEWU55uZO9UGqhgXP2mZRwOYWiFGdQrXIOnEoL0g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20240930.1_1727712281386_0.3754996214623205","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241001.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241001.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241001.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"970eecd64d56ec6c789ccc93e00299ee259ddc24","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241001.1.tgz","fileCount":27,"integrity":"sha512-phKoyXqpRra8I5Q9D5QVmyK3zcOjLIobCwBY2B5+agHdw0qOBvaEsPL5g2owiFD4MzNWY5EaG219KXnnSjjShA==","signatures":[{"sig":"MEQCIFyhccW2b7+7uK6upuoK0J+hx43Dw7h8jZpauoj7F7zdAiBwJpvUl1UUUwwN1fysn+e7Ehs6zAyTO07iNwZFxTBq3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d7c4efed-e012-481c-b114-6a33ce5aae5a\\azure-rest-iot-device-update-1.0.1-alpha.20241001.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d7c4efed-e012-481c-b114-6a33ce5aae5a\\azure-rest-iot-device-update-1.0.1-alpha.20241001.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-phKoyXqpRra8I5Q9D5QVmyK3zcOjLIobCwBY2B5+agHdw0qOBvaEsPL5g2owiFD4MzNWY5EaG219KXnnSjjShA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241001.1_1727821500435_0.7042579355828469","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241002.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241002.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241002.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"67d0541964de2d0b458d60f6e6065fd2d3ff3a81","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241002.1.tgz","fileCount":27,"integrity":"sha512-TCFeQ8PfeqDXwXVEaEAvmmhmheSyQv5ZN09PRgaAyN9Uz+go2SwX9LmP4MdFIs6bGtwMrFJh286oOav7YWpglQ==","signatures":[{"sig":"MEUCIDVBiMBhHXvMUIphWeuj67X5WrvzKSjAPlLDg8Irums+AiEAzXrTFnyd+aMP4HPozra9dw33rM6/nZJbeIvbn2R1iEk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6d4d46ad-4723-483e-b427-53a6fc26d02f\\azure-rest-iot-device-update-1.0.1-alpha.20241002.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6d4d46ad-4723-483e-b427-53a6fc26d02f\\azure-rest-iot-device-update-1.0.1-alpha.20241002.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TCFeQ8PfeqDXwXVEaEAvmmhmheSyQv5ZN09PRgaAyN9Uz+go2SwX9LmP4MdFIs6bGtwMrFJh286oOav7YWpglQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241002.1_1727887775030_0.3476439039423469","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241003.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241003.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241003.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"52f274f1938a786436e734a26f8e9e5c5acdd5de","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241003.1.tgz","fileCount":27,"integrity":"sha512-3QEkp48X9GhbmN6d/D+/8UE1aboElWf7NOuhKKIvd6OSuJQaGWjVldth3396FlrW3fw4cQ6qFoHmsIyx6M9rBw==","signatures":[{"sig":"MEYCIQCo+Zhsptx4Wev2D7UIPorSr+4QfDKBrixpbqJx4W6tTAIhAPFKPictshphmpE5YbRADVNHisUjxYSuEi4yXNb8+GAf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\900d4606-5318-43dc-a55f-0706ae05f1b7\\azure-rest-iot-device-update-1.0.1-alpha.20241003.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\900d4606-5318-43dc-a55f-0706ae05f1b7\\azure-rest-iot-device-update-1.0.1-alpha.20241003.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3QEkp48X9GhbmN6d/D+/8UE1aboElWf7NOuhKKIvd6OSuJQaGWjVldth3396FlrW3fw4cQ6qFoHmsIyx6M9rBw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241003.1_1727971560029_0.930701506699646","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241004.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241004.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241004.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"08f68ac2ec548f4ca8e3f1184d9a2c5359071c98","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241004.1.tgz","fileCount":27,"integrity":"sha512-ceXXMiz5YPdy+wpdxVyOmnINdxunAeIwxmvBE1r5eDX2NHJ+UKFY2cOTL6CaxUZPB6naTuRui8tuhuVuCA2e2w==","signatures":[{"sig":"MEQCIQCmZ861XFv4qAo17zqzWT377esElPDsOIgoi/qjvQFnyAIfH2l2lHb36F4WyfrFTeiSoqq1exs6EL0V3iwe+Pjl1A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e2c7d4bf-bf6e-4d62-b236-fcd7e5d1ae98\\azure-rest-iot-device-update-1.0.1-alpha.20241004.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e2c7d4bf-bf6e-4d62-b236-fcd7e5d1ae98\\azure-rest-iot-device-update-1.0.1-alpha.20241004.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ceXXMiz5YPdy+wpdxVyOmnINdxunAeIwxmvBE1r5eDX2NHJ+UKFY2cOTL6CaxUZPB6naTuRui8tuhuVuCA2e2w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241004.1_1728057870190_0.37794793190268616","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241007.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241007.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241007.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"612983b208be1aa7cfd27e6f0ccdb7e804300854","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241007.1.tgz","fileCount":27,"integrity":"sha512-lAW2+z9rXIqjP8Jxmt1GfK4Q4AfbpenpsqHn51W+VzeVoiyv945IdfkCTKnayRPN6lldVo/tCH3qpZgI4CkfLA==","signatures":[{"sig":"MEUCIQCHNrKnicGefwp8Tu81pnNNoU3y4jExliHaFeaKxA6xowIgajGI9MBmYyMpL14esl584a7ycEQ+PPfZt82UK1ucsbo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d3e33b0-2725-4d24-a6c2-db75c47995df\\azure-rest-iot-device-update-1.0.1-alpha.20241007.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d3e33b0-2725-4d24-a6c2-db75c47995df\\azure-rest-iot-device-update-1.0.1-alpha.20241007.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lAW2+z9rXIqjP8Jxmt1GfK4Q4AfbpenpsqHn51W+VzeVoiyv945IdfkCTKnayRPN6lldVo/tCH3qpZgI4CkfLA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241007.1_1728317178098_0.24628798910337957","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241008.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241008.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241008.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c8ee90d3d19d425fe6e47ee447a4f269f7016fa9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241008.1.tgz","fileCount":27,"integrity":"sha512-j9xUgIbiQ8+yZgEdS37GZJolGtCshv1rzWmYsrLkBU4eLx2rqlWHIsS7qV2ococz/VHKz3jDaAtgH8goxJgEIw==","signatures":[{"sig":"MEYCIQCOdY98R9VHud9AipTAnnzcL/rV3Jv/EPz0DzK9PgwSzQIhAO5H5xn4BLzzXQMdwwI5OnvwEBcO4ZeHcHXnCoNitKXh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\519ff274-5a10-4013-9e0c-fce9b06bf80c\\azure-rest-iot-device-update-1.0.1-alpha.20241008.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\519ff274-5a10-4013-9e0c-fce9b06bf80c\\azure-rest-iot-device-update-1.0.1-alpha.20241008.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-j9xUgIbiQ8+yZgEdS37GZJolGtCshv1rzWmYsrLkBU4eLx2rqlWHIsS7qV2ococz/VHKz3jDaAtgH8goxJgEIw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241008.1_1728403352216_0.4759355133786132","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241009.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241009.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241009.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"992df982714867372ea153e71a7540b2a9a852d2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241009.1.tgz","fileCount":27,"integrity":"sha512-HclUIdCTqw3JPoarf7TqOBb5AbjTVKphZ6VaeNGJxDo9NlfOTE0kd0o/Kkv1NN6NdsHPU7smJSjyZmSqpulZSw==","signatures":[{"sig":"MEQCIEkGzmkjlrJPzbkGXmw31hxwXMHqWNjbT5SZf11iijFHAiBQjb1+hoXfGh327W+7m0ax0AUcOsMJZmz+UKYnKUuHyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\97ca259c-bd70-4155-add8-169cc2dba2e3\\azure-rest-iot-device-update-1.0.1-alpha.20241009.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\97ca259c-bd70-4155-add8-169cc2dba2e3\\azure-rest-iot-device-update-1.0.1-alpha.20241009.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HclUIdCTqw3JPoarf7TqOBb5AbjTVKphZ6VaeNGJxDo9NlfOTE0kd0o/Kkv1NN6NdsHPU7smJSjyZmSqpulZSw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241009.1_1728489957104_0.6917847250423377","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241010.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241010.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241010.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2088204abadca93d5e22b76e4ed8ff6a05c5008e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241010.1.tgz","fileCount":27,"integrity":"sha512-qUdF6288oUF80tZNkOVZHQux+V6yL21Z6GiTuLYM4NUyEoBOVlNFFvXduLmvtY97b9aSY2QgaBOGbLZfOSW7XA==","signatures":[{"sig":"MEYCIQD7yzq0hcfXjQT6dOUOOARE4DSqM8nzK5WBpx4o/yZuBAIhAK1FH06Dc/RIvws0GfXJX5SIXY7gDroaksAdftthWW0O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2f540e95-9004-498a-b389-708e0d66f898\\azure-rest-iot-device-update-1.0.1-alpha.20241010.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2f540e95-9004-498a-b389-708e0d66f898\\azure-rest-iot-device-update-1.0.1-alpha.20241010.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qUdF6288oUF80tZNkOVZHQux+V6yL21Z6GiTuLYM4NUyEoBOVlNFFvXduLmvtY97b9aSY2QgaBOGbLZfOSW7XA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241010.1_1728576221805_0.6130281306627703","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241011.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241011.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241011.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d6a3d5cb8fb06191495bdc27eff61e37254a59d5","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241011.1.tgz","fileCount":27,"integrity":"sha512-QLkx6reB+Xa+IsDN7VIO2QDrNft87YfITMi6df2WjtR4sQQ/nXHpAtJ0UdMMVwUOyeA/rwJU6UOmI8FfnYEs9w==","signatures":[{"sig":"MEUCIHpck471J0X8WibTcq4OFaWCgEEY6XhkOqLEOE1NFgv/AiEA5inDsSMSRlr9vmEJFdvKWkYEQUPZ/F1zCWEvVppbmDU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b2b3e936-2d7b-49fa-aeb4-55bf697d9a02\\azure-rest-iot-device-update-1.0.1-alpha.20241011.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b2b3e936-2d7b-49fa-aeb4-55bf697d9a02\\azure-rest-iot-device-update-1.0.1-alpha.20241011.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QLkx6reB+Xa+IsDN7VIO2QDrNft87YfITMi6df2WjtR4sQQ/nXHpAtJ0UdMMVwUOyeA/rwJU6UOmI8FfnYEs9w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241011.1_1728662578602_0.20317086207019353","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241014.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241014.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241014.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"498336ba4de41b6e68c8e8408fcf893a6c714b15","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241014.1.tgz","fileCount":27,"integrity":"sha512-fXCBbgs7u8pzZdVh8qVwcPQ0G18DMpr7FkUhEd3FdxH+Hf9WRQzTVLzbUfG4VrpBpdp4zi85H8C9rK/fp3JK/g==","signatures":[{"sig":"MEYCIQC3debGuYg+foIVE+R7K5+G0CFQ9gBObfAe6it5oMZmFAIhAPeAuFmKabr27WFGsy1w5qlGGOiWBKChfWWlsrPzsF/m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\614bd9e7-0ba4-4100-9080-abbe626b1eb7\\azure-rest-iot-device-update-1.0.1-alpha.20241014.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\614bd9e7-0ba4-4100-9080-abbe626b1eb7\\azure-rest-iot-device-update-1.0.1-alpha.20241014.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fXCBbgs7u8pzZdVh8qVwcPQ0G18DMpr7FkUhEd3FdxH+Hf9WRQzTVLzbUfG4VrpBpdp4zi85H8C9rK/fp3JK/g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241014.1_1728921790863_0.7349013377518951","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241015.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241015.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241015.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"77f65a1bdea8d5495ed3505731baa270324462b9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241015.1.tgz","fileCount":27,"integrity":"sha512-RjuvrU2d+Mhthc1owRCkW789UFZ5PV+LjHPMHDwiEDYXDlYcmEmvPD92LxgsGnQifplCrQwYKSNZ+B6XKsZHcw==","signatures":[{"sig":"MEUCIEGyYiJtZwAftf6370paey4qb3kNBJcPQIBcaCX3+9lTAiEA0wkpXEZ3UBi1pY+D8jaJWW+szd4jtqK1NCHxvB2ieE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5d6d3a3e-69b8-47cf-804e-d1fd4c0fdd65\\azure-rest-iot-device-update-1.0.1-alpha.20241015.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5d6d3a3e-69b8-47cf-804e-d1fd4c0fdd65\\azure-rest-iot-device-update-1.0.1-alpha.20241015.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RjuvrU2d+Mhthc1owRCkW789UFZ5PV+LjHPMHDwiEDYXDlYcmEmvPD92LxgsGnQifplCrQwYKSNZ+B6XKsZHcw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241015.1_1729008173236_0.5451499918031937","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241016.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241016.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241016.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"48cabfc9f5cdeb7575e1f9fb2ff84528336ff539","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241016.1.tgz","fileCount":27,"integrity":"sha512-JNEFW6jp+gsqOm+6l9inIYmuLMZtRV0tq5olhIwXN0+b1rYsYQTnLPmMlRmQARwJhzsQiWGM2uICYtFvD1z3OA==","signatures":[{"sig":"MEUCIQCqfRq5Vn7m2zcpW56oMiOOVfowNIkVqjVitM+ipDxobgIgI3AI6GqqTQLvClPkZbaPoAsL4Xmd0t2hetYHPAyod/I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\08e9364d-f082-4f77-89cb-69da8106c0fb\\azure-rest-iot-device-update-1.0.1-alpha.20241016.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\08e9364d-f082-4f77-89cb-69da8106c0fb\\azure-rest-iot-device-update-1.0.1-alpha.20241016.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JNEFW6jp+gsqOm+6l9inIYmuLMZtRV0tq5olhIwXN0+b1rYsYQTnLPmMlRmQARwJhzsQiWGM2uICYtFvD1z3OA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241016.1_1729094479931_0.09648433709138948","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241017.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241017.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241017.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"79dd6d97b49c2b1e2977e4fc815f770ff2a66e93","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241017.1.tgz","fileCount":27,"integrity":"sha512-hYnYqCgCtF2lKDmGG7QZ2gLV0kl2YomX7NSWt6lR70+3euR15hohKdDeCeicRnzV8EStySP5zoyPu3UCI8BBpQ==","signatures":[{"sig":"MEUCIEQlVZ0uruDNeYVmfDlfK5bZoabXHgY+6lZ0ue1Nq2rEAiEArQ0O/yGkzuFTc7ATAC6MrCELCRr4NG+9LoUYVjgDuxY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ae7271fc-a38b-436e-b75b-edcd423b8cd8\\azure-rest-iot-device-update-1.0.1-alpha.20241017.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ae7271fc-a38b-436e-b75b-edcd423b8cd8\\azure-rest-iot-device-update-1.0.1-alpha.20241017.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hYnYqCgCtF2lKDmGG7QZ2gLV0kl2YomX7NSWt6lR70+3euR15hohKdDeCeicRnzV8EStySP5zoyPu3UCI8BBpQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241017.1_1729181035361_0.017130256899684504","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241018.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241018.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241018.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"07f34e7e0e319425f10bfd40aceb3523d4e64b5c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241018.1.tgz","fileCount":27,"integrity":"sha512-U23JVZPWht5pkJwUl/TlEtb/Oanx7s8a0vCGXcZaaQPYkuofpKPoGEDNh3nNu47GzHdLJqBQL6Bedt78hgfpow==","signatures":[{"sig":"MEUCIDe+DUC8CnAftcEMTgyqHyHVMSsQj/o4gea80YKQGZl7AiEA9jPyykK4hMhdiBQPNS5gUke8jk1+xi4NYNnpErd9JGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\57243730-6e58-45a5-9328-ff6f63176d2a\\azure-rest-iot-device-update-1.0.1-alpha.20241018.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\57243730-6e58-45a5-9328-ff6f63176d2a\\azure-rest-iot-device-update-1.0.1-alpha.20241018.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-U23JVZPWht5pkJwUl/TlEtb/Oanx7s8a0vCGXcZaaQPYkuofpKPoGEDNh3nNu47GzHdLJqBQL6Bedt78hgfpow==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241018.1_1729267434709_0.8307572111961685","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241021.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241021.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241021.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f625b12233ce72776dcf4950a89569b3279eac2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241021.1.tgz","fileCount":27,"integrity":"sha512-fT7foqk6/ZVBdBkZ5XQtfw5Uheq2tJPuKY9TtmuUvQT0fpF/Y/Rq4VV0gUyJqKToOfGk0nNfr5jK+61UKc19sQ==","signatures":[{"sig":"MEYCIQDMo4NSudkqZ9I1dY1JMZjZ7fFlYHV58qUCFjT5pwxeRAIhAK1mw28L04qxy5qgL9+UUXGc6ZsQ+XuWLJLEtgIzuHRh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\48759dc5-1686-4f26-ba87-19368691680d\\azure-rest-iot-device-update-1.0.1-alpha.20241021.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\48759dc5-1686-4f26-ba87-19368691680d\\azure-rest-iot-device-update-1.0.1-alpha.20241021.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fT7foqk6/ZVBdBkZ5XQtfw5Uheq2tJPuKY9TtmuUvQT0fpF/Y/Rq4VV0gUyJqKToOfGk0nNfr5jK+61UKc19sQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241021.1_1729526692666_0.9742203933433056","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241022.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241022.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241022.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4bd7d79b764baf52bb40c4f39657e594d5e441fa","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241022.1.tgz","fileCount":27,"integrity":"sha512-KJyPVgrYc53nHGceZaivLYmgJASmunT0C7uLjQmdOZBeahMWQRt4l6zORsT2unsNXrZn/DinF3QWkKQDfJ5JOg==","signatures":[{"sig":"MEQCIFQUzvQ9c3wra2pzY3NlySMwwsk1JXN9/LrheOqWQVd4AiBX/AZzO4Wz2rdH32LOmie8HPvkle4/0NFc3fc2WlM8WA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\369e9d4b-ac62-4bf5-81c7-554de1e5098f\\azure-rest-iot-device-update-1.0.1-alpha.20241022.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\369e9d4b-ac62-4bf5-81c7-554de1e5098f\\azure-rest-iot-device-update-1.0.1-alpha.20241022.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KJyPVgrYc53nHGceZaivLYmgJASmunT0C7uLjQmdOZBeahMWQRt4l6zORsT2unsNXrZn/DinF3QWkKQDfJ5JOg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241022.1_1729613069673_0.5482896614024522","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241023.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241023.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241023.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ed40a8616c1f24a7ae3f45a16561427d4cf3cebb","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241023.1.tgz","fileCount":27,"integrity":"sha512-cW2EzDWZvAjjrms5ZEKx1fFQ2b3jUjXRY1lYdZK2q/6IUTHNVDZIPZMUlOFBIBBwTQt1tKBkYHnFXbQwO31lDA==","signatures":[{"sig":"MEUCIQDgvleVTgt7M6MMCrWOulk8R4GSvCbslicu4A9eK2U4EAIgXxMe8gHupQYzeikwY4/QwpTRVYCQEeeWzSHud/xMqmQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452737},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9054b372-bcac-436d-a5b1-fb74d1e132a9\\azure-rest-iot-device-update-1.0.1-alpha.20241023.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"rimraf review && mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9054b372-bcac-436d-a5b1-fb74d1e132a9\\azure-rest-iot-device-update-1.0.1-alpha.20241023.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cW2EzDWZvAjjrms5ZEKx1fFQ2b3jUjXRY1lYdZK2q/6IUTHNVDZIPZMUlOFBIBBwTQt1tKBkYHnFXbQwO31lDA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","mkdirp":"^3.0.1","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241023.1_1729699508429_0.6196277827290868","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241024.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241024.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241024.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de479b11cf640b5a2c1318730b9190ff96d5bb78","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241024.1.tgz","fileCount":27,"integrity":"sha512-9fI5geQOm/y29sJR0ERXU/P0fx6SuunF9jkxXVQZhZMmCgy30hqNk36Cvwq6sCflcvYERiVcCwg6cxuygrfCPw==","signatures":[{"sig":"MEYCIQDT++4eoi+SBKNKrAI6C6R/f63UUcpg/qdG4olLzPWa5AIhAPvcvTEagfY6l1OMZvcCDEN1JVKZBSD0z7xFb+FEgayi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452756},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\651f4e4f-4a5a-4cf0-ae42-f4c6d398f05e\\azure-rest-iot-device-update-1.0.1-alpha.20241024.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\651f4e4f-4a5a-4cf0-ae42-f4c6d398f05e\\azure-rest-iot-device-update-1.0.1-alpha.20241024.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9fI5geQOm/y29sJR0ERXU/P0fx6SuunF9jkxXVQZhZMmCgy30hqNk36Cvwq6sCflcvYERiVcCwg6cxuygrfCPw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241024.1_1729785794090_0.9453563181464402","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241025.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241025.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241025.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f16f7c092a29b11e50b1c74140bd4b4593cf760","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241025.1.tgz","fileCount":27,"integrity":"sha512-z/imPmUcnvcJcUXG8PrFH8nqbaTMe1v+f4BcbR7l5Q92t19s4tz1LqRVDc03NDR4XMGn20SKByYyAs2jGan3nw==","signatures":[{"sig":"MEUCIQCf39DOpXHqbErKYNCR5pJ0uW3qYb2oaD86LL3aYnHnVgIgPJc6Gnf5PicLfRdYRbZfFFuAk9E58GU/a0nL0P7A1fk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452756},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b7a1b88a-3eb6-46e1-9284-4c1a87d36393\\azure-rest-iot-device-update-1.0.1-alpha.20241025.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b7a1b88a-3eb6-46e1-9284-4c1a87d36393\\azure-rest-iot-device-update-1.0.1-alpha.20241025.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-z/imPmUcnvcJcUXG8PrFH8nqbaTMe1v+f4BcbR7l5Q92t19s4tz1LqRVDc03NDR4XMGn20SKByYyAs2jGan3nw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241025.1_1729872232931_0.313837685151211","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241028.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241028.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241028.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b764077ebaeacea0a4dac6db132381f2f050e8b6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241028.1.tgz","fileCount":27,"integrity":"sha512-9vnLGKf8eAc3oxtYBZlAeP0aIhSZOF/GpbXcMBOz6dYUNiPIAo4z2m7dN/fozBn5TMXmOExvKVMfZvNouHNVaQ==","signatures":[{"sig":"MEUCIBXvoyExS8Ni43pR2mfiAkU4dPrgycKxRlSldnDUrshAAiEA5bYLInekIxwxtZJ+49KG6oA7AcXxgeGIwlV2aahjL4U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452587},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c532e679-bca4-43ad-a87d-293cd515ad4c\\azure-rest-iot-device-update-1.0.1-alpha.20241028.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c532e679-bca4-43ad-a87d-293cd515ad4c\\azure-rest-iot-device-update-1.0.1-alpha.20241028.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9vnLGKf8eAc3oxtYBZlAeP0aIhSZOF/GpbXcMBOz6dYUNiPIAo4z2m7dN/fozBn5TMXmOExvKVMfZvNouHNVaQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241028.1_1730131408627_0.5218398720094239","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241029.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241029.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241029.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"152a6ffe9a4c4c4806561efe0b9baa5477c478cf","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241029.1.tgz","fileCount":27,"integrity":"sha512-0Z2Edcxyzc6a5WSV3fmwbfg+9dbOV5xwq/IzMl1pjfgJ6o8rgi3kAErMKhrE6HMPCvscGYxazDf80ZAxHD70AA==","signatures":[{"sig":"MEQCIC7UUJSPjXOoLL/TfT1KDVgI71EWc3PdW7ZUrJck8eZjAiAaM16Y0hHqxQGrypR3ru6nyF4cDaCIO0hRWZAYdCSCCQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452197},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5b6d1a4d-89ad-488f-9c93-385afb477e1b\\azure-rest-iot-device-update-1.0.1-alpha.20241029.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5b6d1a4d-89ad-488f-9c93-385afb477e1b\\azure-rest-iot-device-update-1.0.1-alpha.20241029.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0Z2Edcxyzc6a5WSV3fmwbfg+9dbOV5xwq/IzMl1pjfgJ6o8rgi3kAErMKhrE6HMPCvscGYxazDf80ZAxHD70AA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241029.1_1730217779526_0.421587886172635","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241030.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241030.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241030.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"36188574f0aaa6e155b080b3a45b4aa747ede4a9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241030.1.tgz","fileCount":27,"integrity":"sha512-Ve+p1nOtLMULoMFsTzH3vGynf1DIMvLyYRujBH12Ol7YvGdntWwqqj+SDLSkVgWzENwATfjjS2ImblQD28yDMA==","signatures":[{"sig":"MEUCIQCzeeXn7PtEiXHZrRTSznISevHWD0u4mXynUNPL5yaFOAIgc8mL4V9RJd99Wzg9hzyiEPqybLYwAhHQRZMmtiXWaeg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452197},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d827971e-5b37-42a8-8cbf-67129583c248\\azure-rest-iot-device-update-1.0.1-alpha.20241030.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d827971e-5b37-42a8-8cbf-67129583c248\\azure-rest-iot-device-update-1.0.1-alpha.20241030.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ve+p1nOtLMULoMFsTzH3vGynf1DIMvLyYRujBH12Ol7YvGdntWwqqj+SDLSkVgWzENwATfjjS2ImblQD28yDMA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241030.1_1730304142130_0.20708228686777508","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241031.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241031.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241031.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ce1b4ff158bbc92091cab42b67ad62cb5f1034b7","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241031.1.tgz","fileCount":27,"integrity":"sha512-ofL2oDtsov4a6HEFQmGBPCg3iNWHrEauKVmkL2DHfok28X/SEorlNEJcOEaGCGgzLAyupN5JD/nA8Kd+jxi4dQ==","signatures":[{"sig":"MEUCID4+abD88YlyFMkeq1JWNz2mwYfcfYp0Wj/rpLM244LGAiEA8rphMGIaQHCTu06IG7HNwR6n43WfsdRWoj9TUb0VOOM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452776},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ee878679-90bd-4bf9-95ec-654859f3d6ec\\azure-rest-iot-device-update-1.0.1-alpha.20241031.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ee878679-90bd-4bf9-95ec-654859f3d6ec\\azure-rest-iot-device-update-1.0.1-alpha.20241031.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ofL2oDtsov4a6HEFQmGBPCg3iNWHrEauKVmkL2DHfok28X/SEorlNEJcOEaGCGgzLAyupN5JD/nA8Kd+jxi4dQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241031.1_1730390591103_0.20613882131069916","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241101.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241101.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241101.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0d8db84b58662634248e0d70b4261aed39ce07f9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241101.1.tgz","fileCount":27,"integrity":"sha512-0GP8d7/FDHD9aLGMW2Vqnn3ON4ZrzhRKEebS2C2s8CJ2VuH3RGZUN2VJlGnv6hKK5a0jPuh+OePpIYeLvfS/3g==","signatures":[{"sig":"MEYCIQCosl1b7DWwdsvurks9kkMP1xlWDLk6lPAjbdEnDFcjowIhAJh4wtlnYVnNFnEqs4gBbvi2YJMfmzdWs9JnEDSWAbgx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452776},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6cdab3c0-f8df-4827-96f2-9224da909cec\\azure-rest-iot-device-update-1.0.1-alpha.20241101.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6cdab3c0-f8df-4827-96f2-9224da909cec\\azure-rest-iot-device-update-1.0.1-alpha.20241101.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0GP8d7/FDHD9aLGMW2Vqnn3ON4ZrzhRKEebS2C2s8CJ2VuH3RGZUN2VJlGnv6hKK5a0jPuh+OePpIYeLvfS/3g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241101.1_1730476887348_0.298210648653048","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241111.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241111.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241111.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"df2923f79a2d24217a569ee933b71452174c59b3","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241111.1.tgz","fileCount":27,"integrity":"sha512-q7DonsS7jKXvyZET/bRd0lR3tyjkVwUlSX3OHa2mSphOlsHfHnQFvF4p+8xHpvuiUMd8fxTSxhWLHG85c6m22g==","signatures":[{"sig":"MEQCIDw4LLfeN7oSwJbc8Hz5tCkoImSfXzroFHHGgnPqOur/AiALHlIOB030LFgWj+iQJeXJiLnNK/RhXElMrvihldM0CA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\16445972-3259-485b-b6b1-91a76592789a\\azure-rest-iot-device-update-1.0.1-alpha.20241111.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\16445972-3259-485b-b6b1-91a76592789a\\azure-rest-iot-device-update-1.0.1-alpha.20241111.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-q7DonsS7jKXvyZET/bRd0lR3tyjkVwUlSX3OHa2mSphOlsHfHnQFvF4p+8xHpvuiUMd8fxTSxhWLHG85c6m22g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241111.1_1731344537430_0.05649666209666249","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241112.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241112.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6a3f9d3a62c152da5a64035b6ce64ee661ea9df0","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241112.1.tgz","fileCount":27,"integrity":"sha512-moKEYhffYmBy20NmkwLDLQjavWEziaSKSLH7VgyxbzjSa6QLMS1ZWwEnoB1XsRXasBhFuZE9a0LGmS9qYD73sw==","signatures":[{"sig":"MEUCIDkXcMDkKZlJqeySfPTXdxabZan5pxgchrHQ1WXYNnlEAiEA5ETaispnfJZJwDJhM2KxKN4VatuveVbxvpf/A7bVMGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\14e30514-b191-4a4f-ab06-440329edd283\\azure-rest-iot-device-update-1.0.1-alpha.20241112.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\14e30514-b191-4a4f-ab06-440329edd283\\azure-rest-iot-device-update-1.0.1-alpha.20241112.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-moKEYhffYmBy20NmkwLDLQjavWEziaSKSLH7VgyxbzjSa6QLMS1ZWwEnoB1XsRXasBhFuZE9a0LGmS9qYD73sw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241112.1_1731431064653_0.5781891687094318","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241113.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241113.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cdc8db64a5baf3e55b5a827585550697c583a9a3","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241113.1.tgz","fileCount":27,"integrity":"sha512-49+6Ia53ZIH+CglkXvNbinPSmRrAuPuOBfD35y9hMCIQ/G1hCNfhwRUt3SZnTuj88kgbZ+P2SUvic/Mgg66jhQ==","signatures":[{"sig":"MEQCIGOFQhDRUeuPvByEQS3/NfTcNdw3rWLU5wkzW03Phk3AAiAJwwadFXYR6iERJHNQIB2w1I0oPTvAfj5Ax00Hqg8haw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c2247e8b-4079-4aa8-9dd6-789777e60da9\\azure-rest-iot-device-update-1.0.1-alpha.20241113.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c2247e8b-4079-4aa8-9dd6-789777e60da9\\azure-rest-iot-device-update-1.0.1-alpha.20241113.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-49+6Ia53ZIH+CglkXvNbinPSmRrAuPuOBfD35y9hMCIQ/G1hCNfhwRUt3SZnTuj88kgbZ+P2SUvic/Mgg66jhQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241113.1_1731517288869_0.4817146501756411","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241114.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241114.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e198ae62d3e21d00e8b607dac1ac29a4da69bded","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241114.1.tgz","fileCount":27,"integrity":"sha512-5o88AsaSGjayF00L6OdeqskGLqgETda91lOvfIRNNAphzdJLjtipIF2tXodyUIz/lKWTvJ/MDh9bCtusKmJiJQ==","signatures":[{"sig":"MEQCIEfMF7J/iSw/rAQ7bW2Ws2GESv6YCvTc3AuwyvnRaISQAiAJja5lopRsvy7KpJ9KF1rZutod3ZYNn2cndIQs6HZ6nQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fe57cbe2-3de4-4f41-9022-6cd0f71304fb\\azure-rest-iot-device-update-1.0.1-alpha.20241114.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fe57cbe2-3de4-4f41-9022-6cd0f71304fb\\azure-rest-iot-device-update-1.0.1-alpha.20241114.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5o88AsaSGjayF00L6OdeqskGLqgETda91lOvfIRNNAphzdJLjtipIF2tXodyUIz/lKWTvJ/MDh9bCtusKmJiJQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241114.1_1731603982776_0.3288687551567666","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241118.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241118.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241118.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c23432644bb9f40e4b673bba1b6a9030f1618a1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241118.1.tgz","fileCount":27,"integrity":"sha512-4RIBT6sIaeKsqbLQn7oTilHxSlwpJF6/BEI2gaojVtMhkueV5vp1mLjZyjE+uql2EWd36+TMp8U09ZWrvooVAw==","signatures":[{"sig":"MEYCIQCsuxEw2dtqIyxEmr0Ki4V1tynLIkabJXZzMurSHqDhKAIhALm8wQW7kIEuC3Uh22j1KUJyYOtcsKfAlhSPQcyoVeyf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bf6c574f-7ec6-4503-a5b7-58734b0e4dc4\\azure-rest-iot-device-update-1.0.1-alpha.20241118.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bf6c574f-7ec6-4503-a5b7-58734b0e4dc4\\azure-rest-iot-device-update-1.0.1-alpha.20241118.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4RIBT6sIaeKsqbLQn7oTilHxSlwpJF6/BEI2gaojVtMhkueV5vp1mLjZyjE+uql2EWd36+TMp8U09ZWrvooVAw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241118.1_1731949461181_0.5428634056497135","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241119.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241119.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"261a91b78f5f78f62308afeb70b3ae634f7e1341","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241119.1.tgz","fileCount":27,"integrity":"sha512-8fAzfQcq/kWdJG11Po5PlzainDd5Vuw7BLjiwSSrrfNvOcsrUzS1sHS3jRvEW8gA6TVwR+HwMxL5I2udpX5ceA==","signatures":[{"sig":"MEUCIQD12JxWTof0ARo0S8Ioj6fj0Ktu3bLq4cAvLFBJ35gipgIgCRfIXtHICM2e77xAudULelTD180fc0QumGH+YTiJxK4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fb6a0c61-29cf-4b32-97dd-de6b27d91f79\\azure-rest-iot-device-update-1.0.1-alpha.20241119.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fb6a0c61-29cf-4b32-97dd-de6b27d91f79\\azure-rest-iot-device-update-1.0.1-alpha.20241119.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8fAzfQcq/kWdJG11Po5PlzainDd5Vuw7BLjiwSSrrfNvOcsrUzS1sHS3jRvEW8gA6TVwR+HwMxL5I2udpX5ceA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241119.1_1732035732461_0.9380547656107061","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241120.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241120.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b15753aac035b403ca3397ad93c4f3b4b9519286","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241120.1.tgz","fileCount":27,"integrity":"sha512-g3pqQAJiAgF3hMbK5WjibguwRpfyq+7iYneNE9u97KdWZRvNcsD08iwalcuFwlrsb2b5KR6LmbR7PgtRvp+Q0Q==","signatures":[{"sig":"MEQCIF/AqBwH671n4WTU5c83/7LepaakTMI51UrgOOZ+PVhtAiB7F/t9KG9lfJajMd+MutX/3oTBlOSt2noiQvTcIzstjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8a950c8b-4604-4fc3-afee-e7be085b8e6b\\azure-rest-iot-device-update-1.0.1-alpha.20241120.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8a950c8b-4604-4fc3-afee-e7be085b8e6b\\azure-rest-iot-device-update-1.0.1-alpha.20241120.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-g3pqQAJiAgF3hMbK5WjibguwRpfyq+7iYneNE9u97KdWZRvNcsD08iwalcuFwlrsb2b5KR6LmbR7PgtRvp+Q0Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241120.1_1732122310634_0.03481006473615467","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241121.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241121.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"946ce51f569d9fb359051c85b70a0199428d7e33","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241121.1.tgz","fileCount":27,"integrity":"sha512-gTcbiUEMgIQ1Vzi6ySDJdZsmDj8nosvpgvLqIm8fQc+tU8k+18gLwQZhmiZDmivbYldnqtJDPjmUIsgO7qp8IA==","signatures":[{"sig":"MEQCIEGgNJux7wMtMo6Qo0wEBZAacfaWLGq4Jkjg+ynx4I2AAiA5W5z7z4aUhiXANeTIKc1JMtFzcCnQNfVJDuJ7FgWskg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5cacea58-7c41-409a-94dc-24d639200ebf\\azure-rest-iot-device-update-1.0.1-alpha.20241121.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5cacea58-7c41-409a-94dc-24d639200ebf\\azure-rest-iot-device-update-1.0.1-alpha.20241121.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gTcbiUEMgIQ1Vzi6ySDJdZsmDj8nosvpgvLqIm8fQc+tU8k+18gLwQZhmiZDmivbYldnqtJDPjmUIsgO7qp8IA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241121.1_1732208651891_0.3725913040744331","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241125.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241125.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241125.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"37a7ad810d91c86a9aa1258c453990f0c22975d6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241125.1.tgz","fileCount":27,"integrity":"sha512-f/ZcyhnI8KwGYX16lK+bgYnS25QmMhQa+WspFKx07NTDNikKOxYoEFFNEFfjyqpyicH27cnWN0PiFUtPLBxi+A==","signatures":[{"sig":"MEQCIFG9R3roZdqZN1imJWd0uQi+vpxVv0PCDDOeT/0eHASeAiBTtAOdUKB2/j7QDQhOGp1gabohxuNSFnOQsUroCvwFEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\787893f7-853a-43be-b202-b16d52535578\\azure-rest-iot-device-update-1.0.1-alpha.20241125.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\787893f7-853a-43be-b202-b16d52535578\\azure-rest-iot-device-update-1.0.1-alpha.20241125.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-f/ZcyhnI8KwGYX16lK+bgYnS25QmMhQa+WspFKx07NTDNikKOxYoEFFNEFfjyqpyicH27cnWN0PiFUtPLBxi+A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241125.1_1732554341080_0.4906740482763652","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241126.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"22e2b9f7ae82b1d83bf54a8175bb6ce93197aa49","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241126.1.tgz","fileCount":27,"integrity":"sha512-2ByFt/cxUmKNjftiJwrYMhBolyA3uAUUP7D5YL30C/4qVFmvIISmGPjxKjCbldr1cSF+N3BbDmZFx102LBXpyw==","signatures":[{"sig":"MEQCIElUSJgE97AjoraN6LGau038Xpoicv4h3z0z+Pm4FUsWAiB5rG0KQqDOXTAXHF2to6bpRQ71VI4/fwjhE6KyHGRvvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4339df09-0f73-4ce7-bc65-27058f626115\\azure-rest-iot-device-update-1.0.1-alpha.20241126.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4339df09-0f73-4ce7-bc65-27058f626115\\azure-rest-iot-device-update-1.0.1-alpha.20241126.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2ByFt/cxUmKNjftiJwrYMhBolyA3uAUUP7D5YL30C/4qVFmvIISmGPjxKjCbldr1cSF+N3BbDmZFx102LBXpyw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241126.1_1732641460231_0.5280920434396068","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241127.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9df91b24859be055e7f206594477f20ec134e2d6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241127.1.tgz","fileCount":27,"integrity":"sha512-r+sCl3v7HChx7FvR67nP/xhlRVFhokPDM8TDdFMbUC2GAE9BfYLL9XKbDcQ15pT66FmOhbARTSjLuzfViHXo1g==","signatures":[{"sig":"MEQCIGbnth4hg26KxMqFlk9XFOgokzHA8QzaMzLWav7VhFquAiAFnSdhFl/+3RpZu3GqjtkY15SMtSj1mwJI7KyQtCDgOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\afeb5925-0e3c-4922-9eb5-60b34e0f62aa\\azure-rest-iot-device-update-1.0.1-alpha.20241127.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\afeb5925-0e3c-4922-9eb5-60b34e0f62aa\\azure-rest-iot-device-update-1.0.1-alpha.20241127.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-r+sCl3v7HChx7FvR67nP/xhlRVFhokPDM8TDdFMbUC2GAE9BfYLL9XKbDcQ15pT66FmOhbARTSjLuzfViHXo1g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241127.1_1732726969380_0.9399285104823287","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241128.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ab56689871b799089d647b7cae6614af01422bef","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241128.1.tgz","fileCount":27,"integrity":"sha512-CVI9vM3bJR9TJ5xuEE/LOVIlPb+BKZ1NtPj2MsOhdZb3NEx3LLZp2RUNX3hk2dRti+0zRULFd7TWcma+8ry/MQ==","signatures":[{"sig":"MEUCIChHOgfOUO8T56ApskiCOO9obIdgJV0rlKsyKzJUZ1Q4AiEAhmEchKEx47N+wxz/HeUDPhn66Rz48tGUHjJnKCPrwLk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4d069648-d731-44b7-8c78-f7c807806ba8\\azure-rest-iot-device-update-1.0.1-alpha.20241128.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4d069648-d731-44b7-8c78-f7c807806ba8\\azure-rest-iot-device-update-1.0.1-alpha.20241128.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CVI9vM3bJR9TJ5xuEE/LOVIlPb+BKZ1NtPj2MsOhdZb3NEx3LLZp2RUNX3hk2dRti+0zRULFd7TWcma+8ry/MQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241128.1_1732813459850_0.6717185471261031","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241129.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cc7fb2d1b5ee9acdefb9c988a7b284f81dec1ec2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241129.1.tgz","fileCount":27,"integrity":"sha512-EewWlrxtOKcsmwDim7tH0bqB5WPK+erZEvBlVAsTJN2cc8q9/iyWGT/ekxPwmTOnCj3DwmA3gxq8vPNeVJf7/g==","signatures":[{"sig":"MEUCICSRW0PLIRx1jWK1TsfTN2otEjd4ykY2eyEHFVzG4GfDAiEAqO42zWS7w8T4zpkhrt9wEIHezyT6eIs0A5Ii/Cm4yps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e2a8ee77-3410-4bb4-b95e-c589f3bab3a7\\azure-rest-iot-device-update-1.0.1-alpha.20241129.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e2a8ee77-3410-4bb4-b95e-c589f3bab3a7\\azure-rest-iot-device-update-1.0.1-alpha.20241129.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EewWlrxtOKcsmwDim7tH0bqB5WPK+erZEvBlVAsTJN2cc8q9/iyWGT/ekxPwmTOnCj3DwmA3gxq8vPNeVJf7/g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241129.1_1732899790206_0.6094619995299178","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241202.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d7bd63ab8d312aa8f10675465d971ee62eeb3ee0","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241202.1.tgz","fileCount":27,"integrity":"sha512-wyWNWGq1ZG8+2HbOX0k/LIaf+ZF2nR4J9vROLkcQfEXF17eyHhcbVtO4OwrL8p792OzbEDapukMtn1MRurVxpg==","signatures":[{"sig":"MEUCIQC8DIX42fkmULl7B2xm2TNuZxMYwB2hej+m7ySLcbtnpgIgUEjrqBroEtvDMu/Vm6wZg6psZekIwZifE8KBQr0eh2E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8c1e5f52-ae7a-4483-bdd2-6f8cb058c897\\azure-rest-iot-device-update-1.0.1-alpha.20241202.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8c1e5f52-ae7a-4483-bdd2-6f8cb058c897\\azure-rest-iot-device-update-1.0.1-alpha.20241202.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wyWNWGq1ZG8+2HbOX0k/LIaf+ZF2nR4J9vROLkcQfEXF17eyHhcbVtO4OwrL8p792OzbEDapukMtn1MRurVxpg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241202.1_1733158901435_0.8477028256629557","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241203.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e89320bb422add8ef4b0a7aacca586de0d3e10ab","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241203.1.tgz","fileCount":27,"integrity":"sha512-0mQGzmr+Q2gxHNBUz9Kh+jVGCCnTCFOLXmqjpNF3VBPUBqtX/kRq3BY8V5RdxW70yH41SOllbNL/WYdO2nSzKg==","signatures":[{"sig":"MEUCIEpW1MhnWKzQ9DDvkorHZwXejdsJ5uWGhSiY7j5d3WmRAiEA/48D3t0Uw3GozgxDk5xJXowKx4JM26PSEf1ETfnlkxg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452749},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e1d4b848-f792-45dc-8838-1c659393e51e\\azure-rest-iot-device-update-1.0.1-alpha.20241203.1.tgz","types":"./types/iot-device-update.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e1d4b848-f792-45dc-8838-1c659393e51e\\azure-rest-iot-device-update-1.0.1-alpha.20241203.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0mQGzmr+Q2gxHNBUz9Kh+jVGCCnTCFOLXmqjpNF3VBPUBqtX/kRq3BY8V5RdxW70yH41SOllbNL/WYdO2nSzKg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-paging":"^1.2.0","@azure-rest/core-client":"^1.0.0","@azure/core-rest-pipeline":"^1.8.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@azure/core-util":"^1.6.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","karma-json-preprocessor":"^0.3.3","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241203.1_1733245474286_0.9166510257153071","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241204.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7bc3d3c959ed120d83699a2c94a9ac49c77e81fc","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241204.1.tgz","fileCount":168,"integrity":"sha512-0uL4jREnkP019va+bMclOKtvSWnUtmIwUBDa64mK/AN96KB0ksnZGKblM/squtqc79+EiaumuHJIHs7wqOb5iQ==","signatures":[{"sig":"MEQCIAwWnGscTLSls1DJNFCfpmkOzN0Mp3JAxlmStxFEW6idAiAGlHUA35vNKdlgI4rbpPZgQB+eEw4aAF2EEB6/PM390g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441610},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b755230c-99eb-461b-bcbd-8521669116e3\\azure-rest-iot-device-update-1.0.1-alpha.20241204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b755230c-99eb-461b-bcbd-8521669116e3\\azure-rest-iot-device-update-1.0.1-alpha.20241204.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0uL4jREnkP019va+bMclOKtvSWnUtmIwUBDa64mK/AN96KB0ksnZGKblM/squtqc79+EiaumuHJIHs7wqOb5iQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241204.1_1733331904043_0.25673947198494873","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241205.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241205.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f34a743453aaafd3dcb7c95b1f3a4696167abdea","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241205.1.tgz","fileCount":168,"integrity":"sha512-u+FsklpLug6T/kp1t3feZ5l6Uv2/8v+aBRr7HSir9NAfXQkrWgimh8UlwXGO+s8jwpkOjg6vqRiIbDiFQHjnCA==","signatures":[{"sig":"MEUCICc59sbNcc9G5LJ9903Tl8Ac6HmGSRv94vFrRv1Tm4NaAiEAkw1o/iP3gwneYtV5GMaKPqGISuZ22ZR0h4fXqRoll9E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441610},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f35aa17c-6b8c-4455-a376-1abe2b251e73\\azure-rest-iot-device-update-1.0.1-alpha.20241205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f35aa17c-6b8c-4455-a376-1abe2b251e73\\azure-rest-iot-device-update-1.0.1-alpha.20241205.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-u+FsklpLug6T/kp1t3feZ5l6Uv2/8v+aBRr7HSir9NAfXQkrWgimh8UlwXGO+s8jwpkOjg6vqRiIbDiFQHjnCA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241205.1_1733418250242_0.45444830045293805","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241206.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"403814d57c4e163ec9470020b860804086a88339","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241206.1.tgz","fileCount":168,"integrity":"sha512-HwAc0oOszeRwLPxqWMj8kxb0mvxlAjBuQE6mSwWAVEQnyw8jK5WxgoHkZ2mzth2eBb4yG4UXyJhV8oa5E2Wg8g==","signatures":[{"sig":"MEYCIQCqSDQNZSLVhWER4NYRD9C5l7vEeZT9O0bvNGy3gI3J2wIhANhm9CYQBZnx3lYETQvOYJR/CyAjsKPMqX5dGVSwY5ak","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441610},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\00e16ff9-54c3-4ddc-8976-2ac111a95624\\azure-rest-iot-device-update-1.0.1-alpha.20241206.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\00e16ff9-54c3-4ddc-8976-2ac111a95624\\azure-rest-iot-device-update-1.0.1-alpha.20241206.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HwAc0oOszeRwLPxqWMj8kxb0mvxlAjBuQE6mSwWAVEQnyw8jK5WxgoHkZ2mzth2eBb4yG4UXyJhV8oa5E2Wg8g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241206.1_1733504740776_0.5831422296666178","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241209.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241209.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"58883e5eedabce98807a750a33838216003e6356","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241209.1.tgz","fileCount":168,"integrity":"sha512-mpcgbvs9cM/vAIPMuSR2qNCq2qvcg0lZvtnJ3WkCohG0wwrOsFW7DYCYUGgxRcSf0m3RdXhUp5F50AOseDL0Ag==","signatures":[{"sig":"MEQCID2TAiyB42hUWSyW/0HMM6YmlxoQ4o9Dg3h2bvhePPMxAiAA+6+f/8wIJIFMV25SzA93au7V/PWDPCJrds5RASsGxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441610},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\da399695-2608-4e02-99b7-00b899fd4f30\\azure-rest-iot-device-update-1.0.1-alpha.20241209.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\da399695-2608-4e02-99b7-00b899fd4f30\\azure-rest-iot-device-update-1.0.1-alpha.20241209.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mpcgbvs9cM/vAIPMuSR2qNCq2qvcg0lZvtnJ3WkCohG0wwrOsFW7DYCYUGgxRcSf0m3RdXhUp5F50AOseDL0Ag==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241209.1_1733763854380_0.8067216568588436","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241210.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"005e2fb9da970c90c84163153276e802736e1bdd","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241210.1.tgz","fileCount":168,"integrity":"sha512-s47U2rhq5CX13FJwo4+d+DBKJze39rhklAsr5ctAVbJrNRtUq7WBOwbrsrU/4WMITaaVZRCsDjbP9RV/ZOwi7w==","signatures":[{"sig":"MEYCIQCRINr2Izc2wYhRPKVywHIa2RZRIHzPXth4pBztLZ27SQIhAL+u/u8UCqoZJPQFKPYSzWi6Nyv/49zAIrOQeY+PWURs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441610},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\94df0084-4382-4867-8901-b4ee7a0acf86\\azure-rest-iot-device-update-1.0.1-alpha.20241210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\94df0084-4382-4867-8901-b4ee7a0acf86\\azure-rest-iot-device-update-1.0.1-alpha.20241210.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-s47U2rhq5CX13FJwo4+d+DBKJze39rhklAsr5ctAVbJrNRtUq7WBOwbrsrU/4WMITaaVZRCsDjbP9RV/ZOwi7w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241210.1_1733850199061_0.289358401597283","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241211.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241211.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1d8c376a2fb7dc8a5643f3b2d4949559263c217c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241211.1.tgz","fileCount":168,"integrity":"sha512-ur6ETc7qgxndypGXjyee430BN/6sv81Ilpn2/JNT0gxzXmJitrh1lLIouzGDOqHchKvi4XOgSd70/Lysa2GmhA==","signatures":[{"sig":"MEQCIE/xYA4IfXPlQM64mNMpNtxKLcUtjDOW3f8pQI4bNSwiAiBYtHe0+gqNZfB+DLwzw8FUDmzph1r8hE33zEPetg8nJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441610},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b866c800-8e6f-4279-b422-2ccca27713a4\\azure-rest-iot-device-update-1.0.1-alpha.20241211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b866c800-8e6f-4279-b422-2ccca27713a4\\azure-rest-iot-device-update-1.0.1-alpha.20241211.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ur6ETc7qgxndypGXjyee430BN/6sv81Ilpn2/JNT0gxzXmJitrh1lLIouzGDOqHchKvi4XOgSd70/Lysa2GmhA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241211.1_1733936653996_0.6214170468049693","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241212.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d5c97a09b50a4a955b0587a7e6d80dd1b740d1b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241212.1.tgz","fileCount":168,"integrity":"sha512-AVZLCPSXoSPn/Kg7Y+3gDECcljm5LbJXl6NaOP45VJnbh6zhUXX9dpu8MVtGOMUL2Ud7rV6X/yPSy1QdE3VaMA==","signatures":[{"sig":"MEUCIQCy5g+C5LKtl8L/431aLUySDgqu2Q7S8OicLvQ+bl5KeAIgMCTUNO1TbnxPuXtwd9Gl2Mbuv0AcL3eN9hYUoqznCeo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441610},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8c987076-728e-49c1-8fa7-8a1d975d6618\\azure-rest-iot-device-update-1.0.1-alpha.20241212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8c987076-728e-49c1-8fa7-8a1d975d6618\\azure-rest-iot-device-update-1.0.1-alpha.20241212.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AVZLCPSXoSPn/Kg7Y+3gDECcljm5LbJXl6NaOP45VJnbh6zhUXX9dpu8MVtGOMUL2Ud7rV6X/yPSy1QdE3VaMA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241212.1_1734023061147_0.6744596600710315","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241213.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241213.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fc71992c162ae42424267eb8e1b4a87185ad7d36","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241213.1.tgz","fileCount":168,"integrity":"sha512-ZUgMfirn8gS2FWcceIUBedlSqBJKT7BT6/xuHjL94N6h7sTaIwJ7Ww7QH4YLttxZ8JkAtRMD3fzNMvDjBM5kVA==","signatures":[{"sig":"MEYCIQCHVrBgYnhOgpsB4sBeJJ7K01w3IQBuZ6mwKsuhpKStvgIhANvaZ8EUj2iOS1uniuYevrrQyQylN6npT191qZCwel/Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441654},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\578de86c-25d3-4295-878b-e0df8dedd691\\azure-rest-iot-device-update-1.0.1-alpha.20241213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\578de86c-25d3-4295-878b-e0df8dedd691\\azure-rest-iot-device-update-1.0.1-alpha.20241213.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZUgMfirn8gS2FWcceIUBedlSqBJKT7BT6/xuHjL94N6h7sTaIwJ7Ww7QH4YLttxZ8JkAtRMD3fzNMvDjBM5kVA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241213.1_1734109448313_0.9681952796982518","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241216.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241216.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a7626951b79b63e474b991059b646be9d774071a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241216.1.tgz","fileCount":168,"integrity":"sha512-k5/S/TER8RgVqlK7lzu3X558N8Hh6v/J/IKL609v/89Z5zY15AZpanVTJcqKVYLIPZxbQzg6B9k2pTOgy16zmw==","signatures":[{"sig":"MEYCIQD2PeUZrlX7m3hvyhxP3Rg9LYBANQrM5VtPFg/7UnVuCQIhAIxoCz0fyQ2gTB36wRrHQYjaiYgd4IPh5NfO/EjvqV8E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441654},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c168e69c-4a96-4b65-a6af-5f996b03a5fc\\azure-rest-iot-device-update-1.0.1-alpha.20241216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c168e69c-4a96-4b65-a6af-5f996b03a5fc\\azure-rest-iot-device-update-1.0.1-alpha.20241216.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-k5/S/TER8RgVqlK7lzu3X558N8Hh6v/J/IKL609v/89Z5zY15AZpanVTJcqKVYLIPZxbQzg6B9k2pTOgy16zmw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241216.1_1734368637241_0.8903754320505304","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241218.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5f62a20b300652481acb72098c115bd120b4790b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241218.1.tgz","fileCount":168,"integrity":"sha512-LtznFlsL0QxMdl2zE8Vjb3cpI3F8xqgKvsP9/Q20wiv57FDDCH8YdyojEwEwnphSxWSYCwisv/q64AAcWacLeA==","signatures":[{"sig":"MEYCIQCMxseBzTPVvaO5L0XvQmnNzmaw8Jl+8LhiPZcUzCYp0wIhAJOCdNvOfCgFvXRvgYKsS34Fj1VdCNM5ngqauT+7jgGS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441654},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0e3f559b-f0d8-4d5f-9ba3-9ba72bc555ba\\azure-rest-iot-device-update-1.0.1-alpha.20241218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0e3f559b-f0d8-4d5f-9ba3-9ba72bc555ba\\azure-rest-iot-device-update-1.0.1-alpha.20241218.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LtznFlsL0QxMdl2zE8Vjb3cpI3F8xqgKvsP9/Q20wiv57FDDCH8YdyojEwEwnphSxWSYCwisv/q64AAcWacLeA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241218.1_1734541458618_0.12669185937574823","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241219.1":{"name":"@azure-rest/iot-device-update","version":"1.0.1-alpha.20241219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.0.1-alpha.20241219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"808e320a5baa8c267b3af01900b51737f163a100","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.0.1-alpha.20241219.1.tgz","fileCount":168,"integrity":"sha512-fxGo8+N2PyISMVs7VkXMfmeArdGxhlf+jGGoQDM2DyutGJ4pTbGz+LQaby4LWdH3LENT+lbbN24oyolwA1ZFbw==","signatures":[{"sig":"MEQCIBudB4mVEgUcihxXcXIESxJliWRytGGAxY3zQBFTAAC5AiBq5QcbL2fraO8jx92Ism6ofkSgitQDAETyart1/ZCVuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1441654},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\40e59fd1-dc63-4a11-83e5-d609bc63c8e2\\azure-rest-iot-device-update-1.0.1-alpha.20241219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\40e59fd1-dc63-4a11-83e5-d609bc63c8e2\\azure-rest-iot-device-update-1.0.1-alpha.20241219.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fxGo8+N2PyISMVs7VkXMfmeArdGxhlf+jGGoQDM2DyutGJ4pTbGz+LQaby4LWdH3LENT+lbbN24oyolwA1ZFbw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.0.1-alpha.20241219.1_1734627939015_0.8803102704991754","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241220.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20241220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20241220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"633ab5cc6a0deca33bee879b761f006e52a1753c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20241220.1.tgz","fileCount":184,"integrity":"sha512-xdrXha2KFujbevKNXK87iCOUQlMYHiLE3WYp/LdZqgXKzy+0N2YTbT+JwlJa1RhkL6m6uZtAAyDFyrRaGWUF0A==","signatures":[{"sig":"MEYCIQDSznr5WVuyqgKKeTPbUB+jvZn12Cr5mPhQwF/nG/7JxgIhANVqkGz7ISgQozLOc+BbPabVQdw/41Ox6Pi34wx0RujV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\874a0b8f-9490-4c3a-8487-98b7fb807171\\azure-rest-iot-device-update-1.1.0-alpha.20241220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\874a0b8f-9490-4c3a-8487-98b7fb807171\\azure-rest-iot-device-update-1.1.0-alpha.20241220.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xdrXha2KFujbevKNXK87iCOUQlMYHiLE3WYp/LdZqgXKzy+0N2YTbT+JwlJa1RhkL6m6uZtAAyDFyrRaGWUF0A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20241220.1_1734714265946_0.746926161586301","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241223.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20241223.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20241223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"889df285fa1ca587a2b1bdcdf51d448f18cdea3e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20241223.1.tgz","fileCount":184,"integrity":"sha512-i/Bveas3W+h92yygHwFDuSOZge/+t4ov8v14cHZtNPMtq4Ui6WfSdcY1L/ZBxpOhR8HisaaNe4pdUvFo/io0aw==","signatures":[{"sig":"MEUCIQCPz0REg2B0GtBNQyadRUesc0P+eMn/i31mvt514KmRtwIgMjZUcc7dOQHMclvWym8uzC5+O+poIU0TBRdHpstZARo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ac1a1dc8-6b8b-4dda-9a54-2900788686dc\\azure-rest-iot-device-update-1.1.0-alpha.20241223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ac1a1dc8-6b8b-4dda-9a54-2900788686dc\\azure-rest-iot-device-update-1.1.0-alpha.20241223.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-i/Bveas3W+h92yygHwFDuSOZge/+t4ov8v14cHZtNPMtq4Ui6WfSdcY1L/ZBxpOhR8HisaaNe4pdUvFo/io0aw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20241223.1_1734973486323_0.41117382005066716","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241224.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20241224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20241224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"55a34ea2eed6d075df15182513b5a1293bbd8b74","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20241224.1.tgz","fileCount":184,"integrity":"sha512-wcwrA+4Byuf7kQWrtXud6LnkUCuJbMFhlF+Ar2Sqf/BjBc2doYiAq/ZMzbLxutma00ZkOWAnd/QR5g0rOSiBIQ==","signatures":[{"sig":"MEYCIQCNwg6oqNbGPkPFbHAJ6g9uc2vEYjZnzwAyABhfo0uofgIhAIu3hp3BX9ds4quzb2Gdb5oPpIDQunFzi+NmIO1h4U1T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\79064d2c-4e20-4d19-971c-0f53a5ccc387\\azure-rest-iot-device-update-1.1.0-alpha.20241224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\79064d2c-4e20-4d19-971c-0f53a5ccc387\\azure-rest-iot-device-update-1.1.0-alpha.20241224.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wcwrA+4Byuf7kQWrtXud6LnkUCuJbMFhlF+Ar2Sqf/BjBc2doYiAq/ZMzbLxutma00ZkOWAnd/QR5g0rOSiBIQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20241224.1_1735059844827_0.17682493408054234","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241225.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20241225.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20241225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b641965aed9c401e66c857931098a507f356915","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20241225.1.tgz","fileCount":184,"integrity":"sha512-xilnlpC8VvU/cghjde5SC1DGkUraf11UDafk+QDrKGwUW/pIlF0K0kiqzGni6P0LVyvNXBUElK89ZdSrbUll7Q==","signatures":[{"sig":"MEYCIQCDTa/JbLJuLULWDE4fdoYuWt4MAW/aGPz9PyFMrlr8DQIhAIhYbKXlqvUMoEvGYvKWGQzWxcVNyWEldLe0OIdAPCri","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c9ce117c-13f5-450f-8f7c-dd42b41d09a6\\azure-rest-iot-device-update-1.1.0-alpha.20241225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c9ce117c-13f5-450f-8f7c-dd42b41d09a6\\azure-rest-iot-device-update-1.1.0-alpha.20241225.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xilnlpC8VvU/cghjde5SC1DGkUraf11UDafk+QDrKGwUW/pIlF0K0kiqzGni6P0LVyvNXBUElK89ZdSrbUll7Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20241225.1_1735146345837_0.5728996501458952","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241226.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20241226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20241226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"09eb2359531c46ff5931455e1ea8b4a37ef82678","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20241226.1.tgz","fileCount":184,"integrity":"sha512-QvpaBEiGG5Fv85j0MhUvZWR0KgB4Lw6nKW9Ppq59xDn1QnHPV6k2//d5OT72JDozuXfi19UXH2d0nBZRPXFiVw==","signatures":[{"sig":"MEQCIGFO+BNCVhVJuuWTxW9YEMawus8ZnK+SdermN+H55SaMAiBYnxvuzWJ0qL+qrF+wNusqrJd3aWIQ8HuEQEYHCd+yAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\50fa2790-d6f5-4437-a2e6-3dfea35b6a3c\\azure-rest-iot-device-update-1.1.0-alpha.20241226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\50fa2790-d6f5-4437-a2e6-3dfea35b6a3c\\azure-rest-iot-device-update-1.1.0-alpha.20241226.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QvpaBEiGG5Fv85j0MhUvZWR0KgB4Lw6nKW9Ppq59xDn1QnHPV6k2//d5OT72JDozuXfi19UXH2d0nBZRPXFiVw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20241226.1_1735232639677_0.4401318337493696","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241227.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20241227.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20241227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"07d1156d8f60809b611cb5c56cc600e24ad9b9c6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20241227.1.tgz","fileCount":184,"integrity":"sha512-psSr5ZxxWvkTq5vmTG61vTDXapLIeT9TRq6hoQwnpYQ4JKYLYgNYRlF/BEyl+En3hPpqZ1SRKQCJU0dd7VzH6Q==","signatures":[{"sig":"MEUCIQDkt35MsklsI3+yH78Q6LVCvmU59CoTLYUsCNJUhK+vUAIgSasHI8KFPBwQf/5RSOiYOqJeSiPfRXU5mzOmgzDSSwo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\83297b62-86e4-4ddb-bc00-6e0b3ae64eb6\\azure-rest-iot-device-update-1.1.0-alpha.20241227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\83297b62-86e4-4ddb-bc00-6e0b3ae64eb6\\azure-rest-iot-device-update-1.1.0-alpha.20241227.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-psSr5ZxxWvkTq5vmTG61vTDXapLIeT9TRq6hoQwnpYQ4JKYLYgNYRlF/BEyl+En3hPpqZ1SRKQCJU0dd7VzH6Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20241227.1_1735319028904_0.4875836679429364","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241230.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20241230.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20241230.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8c2945df3e82b9fd60a1628031673ecec317503c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20241230.1.tgz","fileCount":184,"integrity":"sha512-f2TeEdXRq1jmAuAw44jV921KTGe3C9gD8OG1773j5MX6L68TBWlOUU3BJmM/uWA6eA2BI88/mJE825XwHwAecQ==","signatures":[{"sig":"MEUCICzFQ9uRGGhbP4vSULnR3qPzE0hEDsY1FtwZyUxvZYcfAiEA9FaG24Fc80S4pNf1on7tS3w6pM9MXNQ3X6PNmGH1w10=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\78ad5911-4cb6-4a03-abb7-bd90f56020c3\\azure-rest-iot-device-update-1.1.0-alpha.20241230.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\78ad5911-4cb6-4a03-abb7-bd90f56020c3\\azure-rest-iot-device-update-1.1.0-alpha.20241230.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-f2TeEdXRq1jmAuAw44jV921KTGe3C9gD8OG1773j5MX6L68TBWlOUU3BJmM/uWA6eA2BI88/mJE825XwHwAecQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20241230.1_1735578221147_0.4449886389445168","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241231.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20241231.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20241231.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2fc58d4a8c8be9cbdd00a4e2956f57f2db08129f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20241231.1.tgz","fileCount":184,"integrity":"sha512-7+qyMLgOqwKtULexrGA0VvY2i6LWbXp+cgID0SfWrQIs5EJDIC5C4S+G3ht9A5GuUYErON3igHa/xJ4nyzp4mw==","signatures":[{"sig":"MEQCIE2PYtgk0OUZIbEMu+NMO/bP8fNfH0P669WbLeirW8e3AiBXqd0tmBGn4XTWn/lBGCdPqzODp6RIwwIb9lzX8L6Qaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\43b92a5a-a5c7-4e7e-9ad7-794baa57b4db\\azure-rest-iot-device-update-1.1.0-alpha.20241231.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\43b92a5a-a5c7-4e7e-9ad7-794baa57b4db\\azure-rest-iot-device-update-1.1.0-alpha.20241231.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7+qyMLgOqwKtULexrGA0VvY2i6LWbXp+cgID0SfWrQIs5EJDIC5C4S+G3ht9A5GuUYErON3igHa/xJ4nyzp4mw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20241231.1_1735664551952_0.20695500953300194","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250101.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250101.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250101.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aaae8409ac6525195d992253b25bc3b5f5380d11","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250101.1.tgz","fileCount":184,"integrity":"sha512-4SzNFKyOsMXkGjf0mwv/U0oOq5q70tZrlav9LKjW0PNYXPGd27mS0pvNXm+REQqFAUhvJhcbU/NCrT9fa3j4OA==","signatures":[{"sig":"MEQCIAazWkE7JIQx/bQ7T9SQ5OqFeI9YzVNR81wzYCWsGqEpAiBpbeIHU2Cc6ctHpfp7Yrpl1l0VCXpHQc+D5iQfLPxHaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3f90e4b0-e5cd-411d-baa7-10508b916264\\azure-rest-iot-device-update-1.1.0-alpha.20250101.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3f90e4b0-e5cd-411d-baa7-10508b916264\\azure-rest-iot-device-update-1.1.0-alpha.20250101.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4SzNFKyOsMXkGjf0mwv/U0oOq5q70tZrlav9LKjW0PNYXPGd27mS0pvNXm+REQqFAUhvJhcbU/NCrT9fa3j4OA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250101.1_1735750887862_0.5703793659009722","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250102.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250102.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"359296ea15cf91214ae5f91553065a1730121428","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250102.1.tgz","fileCount":184,"integrity":"sha512-MeJ8grC+CI9RRDCaRGXAQGc9qPvbX9cQnlDKHvdsgaqJr8zEADHGwIVjqZbUh1czBOHbVAR3ktFYFtof79M0wg==","signatures":[{"sig":"MEUCIQCcv+T73A32gq92Xb7Bam6hfgQHsHtSY8E+F0H5rqeepQIgCruRl1vz9SVQWe8ToBbXaIGa1reWbuQ8102tyalWUus=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\691a4bf9-1e9c-4db9-aca9-3ec603edead3\\azure-rest-iot-device-update-1.1.0-alpha.20250102.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\691a4bf9-1e9c-4db9-aca9-3ec603edead3\\azure-rest-iot-device-update-1.1.0-alpha.20250102.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MeJ8grC+CI9RRDCaRGXAQGc9qPvbX9cQnlDKHvdsgaqJr8zEADHGwIVjqZbUh1czBOHbVAR3ktFYFtof79M0wg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250102.1_1735837473290_0.4114459748778836","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250103.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250103.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"22545ca5096d00b8d8d3002b9a336d2d3a2af3c3","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250103.1.tgz","fileCount":184,"integrity":"sha512-KJrYYs7vKoqHMY+u6OgmeaMX+laRqfohQgoCVEkvnb9/EVknJhdYcOPZzUJUHB4/tYhOovivbcXye6CrVmJdKA==","signatures":[{"sig":"MEUCIQCV9HI43Z/vCHkSC8j45dEZE9DyfW2dvbH8WCKyo8e95wIgcJEWYP9YGfRXMaXRzxO0dIjYG4maBLFhF0YPPhbxPws=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f9d41d57-37fe-463d-9f36-0da4c7925858\\azure-rest-iot-device-update-1.1.0-alpha.20250103.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f9d41d57-37fe-463d-9f36-0da4c7925858\\azure-rest-iot-device-update-1.1.0-alpha.20250103.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KJrYYs7vKoqHMY+u6OgmeaMX+laRqfohQgoCVEkvnb9/EVknJhdYcOPZzUJUHB4/tYhOovivbcXye6CrVmJdKA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250103.1_1735923810898_0.7288890816082516","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250106.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250106.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"830049b2a6683c9ba1e656ed3f7593f630827560","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250106.1.tgz","fileCount":184,"integrity":"sha512-n0wKcBwY1f2JJQfqR1NnWo6UQ0vwYfl91BEltP6F380YpynzceCnBU+X6/jfbohtv5PG6unjepYZZZS4Y0HHtQ==","signatures":[{"sig":"MEUCIE3S34sKcxhnh3b+bYuh6q0pqGsjZTjbV7FvgPqrOkXKAiEA3cu94Hf6PbGIfwCX7jnV7JsICQLEDwPczjBn5+etjdw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7380d0c1-0e01-4b09-99fd-2d064caa2c23\\azure-rest-iot-device-update-1.1.0-alpha.20250106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7380d0c1-0e01-4b09-99fd-2d064caa2c23\\azure-rest-iot-device-update-1.1.0-alpha.20250106.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-n0wKcBwY1f2JJQfqR1NnWo6UQ0vwYfl91BEltP6F380YpynzceCnBU+X6/jfbohtv5PG6unjepYZZZS4Y0HHtQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250106.1_1736182968263_0.5852147605940192","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250107.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8b6915376d59ad128a4e84870237a43ffa0e0d3f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250107.1.tgz","fileCount":184,"integrity":"sha512-3f7sq/RIHyywADB8TysDZokJhZ4DJxsEcRJ2SQc//mPLQmS8whaec/w34luFfyTuOGS7SKRgqSuBfg81yO8mnw==","signatures":[{"sig":"MEUCIQDgvv0MN2+97fRG5JpigGqN3k+QXfwSAEcMRbMLZtbBZgIgRtVBhdlbtt2VISA68FLG9nDLyqZ23H/pAIut1oBvaSs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\707a8a25-fbf8-4a51-ad2e-a515cbf70ddc\\azure-rest-iot-device-update-1.1.0-alpha.20250107.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\707a8a25-fbf8-4a51-ad2e-a515cbf70ddc\\azure-rest-iot-device-update-1.1.0-alpha.20250107.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3f7sq/RIHyywADB8TysDZokJhZ4DJxsEcRJ2SQc//mPLQmS8whaec/w34luFfyTuOGS7SKRgqSuBfg81yO8mnw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250107.1_1736269500881_0.13021520259674602","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250108.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250108.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9dc99614c371ba80fbc61aab35131e49ac589ce2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250108.1.tgz","fileCount":184,"integrity":"sha512-NObNlHeltbSkGIP09agKvqpzI9HVjyVMYr620TX4+ro8hFPt7PbK86j712ycRwr7dtH95yjRYZ3Nxgk0P8I4ng==","signatures":[{"sig":"MEUCIQDGoi11RyqU5lgo2TbYs8DUe4e06zi7f9K1SDtXCdROVwIgZpG7+qLsAtjJtUzrqzq5W+5iozg8MdYu8RnbGnPjbHo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0b51924e-3ece-474b-9481-75b1050f5877\\azure-rest-iot-device-update-1.1.0-alpha.20250108.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0b51924e-3ece-474b-9481-75b1050f5877\\azure-rest-iot-device-update-1.1.0-alpha.20250108.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NObNlHeltbSkGIP09agKvqpzI9HVjyVMYr620TX4+ro8hFPt7PbK86j712ycRwr7dtH95yjRYZ3Nxgk0P8I4ng==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250108.1_1736355885863_0.8192836540996258","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250109.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250109.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cfc693b94841e685a18c0984346042a5b3a97c2a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250109.1.tgz","fileCount":184,"integrity":"sha512-rhO/f+kvor5ZDxhwcxKjsPDnTf2HNaAnaiJj5qyWr2ixCVu4/WT3KajSIXZA0cVD/f03cAd6qknj6eDDGQuPQg==","signatures":[{"sig":"MEQCIAGpHtCPZRyfH5BurIi7UiDs7S4Qp78+Z08ABF0xO5nQAiA7TEN3uxORhO/ljIy//x7IT03XRJ9S/XD8/NOqZIGpug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575718},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bbba4e01-81e5-4713-a59b-bf02878efa20\\azure-rest-iot-device-update-1.1.0-alpha.20250109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bbba4e01-81e5-4713-a59b-bf02878efa20\\azure-rest-iot-device-update-1.1.0-alpha.20250109.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rhO/f+kvor5ZDxhwcxKjsPDnTf2HNaAnaiJj5qyWr2ixCVu4/WT3KajSIXZA0cVD/f03cAd6qknj6eDDGQuPQg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://docs.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://docs.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250109.1_1736442226442_0.10168335823489438","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250110.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250110.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"482efa10cb80b4a419f2e584c6768605d401e076","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250110.1.tgz","fileCount":184,"integrity":"sha512-5CxhdvoeII+ePPCu1bx5t12n+FtgtrBBt4NV2HyD9bc9172HW3OqWk7zczZJ+3C9yNYuFsTK3B9hA6btjdf3lw==","signatures":[{"sig":"MEYCIQDjubWWa+QJFPxlN5PXUBnCJE5b1vNQgoqyGhjcD75ImgIhAJT/1lc9f4G2H+v0Rjk3Ba7YZVZ5T2NxODa0A4M48lHq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575724},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cafb8b3d-a3a5-4355-896c-178ccae76c99\\azure-rest-iot-device-update-1.1.0-alpha.20250110.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cafb8b3d-a3a5-4355-896c-178ccae76c99\\azure-rest-iot-device-update-1.1.0-alpha.20250110.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5CxhdvoeII+ePPCu1bx5t12n+FtgtrBBt4NV2HyD9bc9172HW3OqWk7zczZJ+3C9yNYuFsTK3B9hA6btjdf3lw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250110.1_1736528484958_0.15626673935363677","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250113.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"19d22c6a46a9f0153becdfb9c69b9782926daf4c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250113.1.tgz","fileCount":184,"integrity":"sha512-h2xtDkIAacxtY4IYI2FOG+gyEWsojXQ02qlUcKiSXAuDXtJiL6qN+j8S49KTeJcNT9gTrBjKVkCo3vLiWmmMEA==","signatures":[{"sig":"MEYCIQDeXWX88BYYr/4luYaPbv+2FtVByIMpo4dqniYgaPvWuAIhAJS4iyXa44jITGRbLGWIgUY46ErllWeAWVPTlDhKJZjx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575724},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0dc23f37-b7bb-4459-8978-e8519a70c99f\\azure-rest-iot-device-update-1.1.0-alpha.20250113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0dc23f37-b7bb-4459-8978-e8519a70c99f\\azure-rest-iot-device-update-1.1.0-alpha.20250113.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-h2xtDkIAacxtY4IYI2FOG+gyEWsojXQ02qlUcKiSXAuDXtJiL6qN+j8S49KTeJcNT9gTrBjKVkCo3vLiWmmMEA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250113.1_1736787787987_0.4697366911658247","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250114.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2894c585cd08dd58435619f450e2b18826346962","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250114.1.tgz","fileCount":184,"integrity":"sha512-WcgG/WX0Q4aTPY/Zjq399Wn4xAFwDE/9QN6ric2Bi51j6erdb2TrzfPPNMefzGPcnmMpNkL7+lWpgyM4AMCWkQ==","signatures":[{"sig":"MEUCIQCur2hF+EqLGNOv7uyqVDPdvXXXHGRmyPj3L5QmbRctUQIgEcemQAJRZ/LCRuwvJIzZ65l8hW7LKhFf0KINV/+F4FQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575724},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dabea524-5b0a-44c9-b553-0d46b3b98d22\\azure-rest-iot-device-update-1.1.0-alpha.20250114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dabea524-5b0a-44c9-b553-0d46b3b98d22\\azure-rest-iot-device-update-1.1.0-alpha.20250114.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WcgG/WX0Q4aTPY/Zjq399Wn4xAFwDE/9QN6ric2Bi51j6erdb2TrzfPPNMefzGPcnmMpNkL7+lWpgyM4AMCWkQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250114.1_1736874092199_0.6190156072160682","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250115.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"72d7b59ea0cc0b2f2903ecb881b75300130af84d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250115.1.tgz","fileCount":184,"integrity":"sha512-S2vB7QN/b7hhcuZ1uPPyjitW3bM8QdBbz9cOsne3RRtM7Qe+9w/6SHnsREbEjmQmSy1fDcFmP3fRIhJNUsY+PA==","signatures":[{"sig":"MEQCIBS+RQiTCAAaI7zEUuVcit8b+46UagmAZ5dMJlgQpw5hAiBWrl5dBIVrOI7pap7Zg5LDK0GP+vKq3QEYpqq8Dp0UjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575724},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3058c975-5cc1-478b-acf8-cc500c50743a\\azure-rest-iot-device-update-1.1.0-alpha.20250115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3058c975-5cc1-478b-acf8-cc500c50743a\\azure-rest-iot-device-update-1.1.0-alpha.20250115.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-S2vB7QN/b7hhcuZ1uPPyjitW3bM8QdBbz9cOsne3RRtM7Qe+9w/6SHnsREbEjmQmSy1fDcFmP3fRIhJNUsY+PA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250115.1_1736960699593_0.28545536528481397","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250116.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250116.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8bb3e7d5c75cd1fd9a5189ea75556bb09414c5c8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250116.1.tgz","fileCount":184,"integrity":"sha512-xgT1/cy+DFFq4z47oZmq2fu+P8eKhx+ZlMuif+mFQGw81xkYtSp0ufjXGK9JLmdvUiIGPoZN6Wv9hYYIptr78g==","signatures":[{"sig":"MEUCIDwuXc/Lt/fwHD2K5VTDNWUoHYqfh2KdVxmCU/asTGWBAiEAmm5GMk77ntIcu85rlxhlZ+QINB4MnVBkd3rv5dDM7FA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575724},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6a5dc4d8-be84-4c1a-b9d6-c07fa5371f6b\\azure-rest-iot-device-update-1.1.0-alpha.20250116.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6a5dc4d8-be84-4c1a-b9d6-c07fa5371f6b\\azure-rest-iot-device-update-1.1.0-alpha.20250116.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xgT1/cy+DFFq4z47oZmq2fu+P8eKhx+ZlMuif+mFQGw81xkYtSp0ufjXGK9JLmdvUiIGPoZN6Wv9hYYIptr78g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250116.1_1737046932533_0.9825803182532591","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250117.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250117.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e4ff963653a958c7bfcb7e9d246e7504415bcbfe","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250117.1.tgz","fileCount":184,"integrity":"sha512-aOf2j8zjkdSmcY1k4RrGMYNkhvP4o/KOW9NhgHlYI0vhig/jaQz7AjF1sVhjC+s9dLoUj1bjfD2IpsEtokc4QA==","signatures":[{"sig":"MEUCIH3bGs671NG36/4RU6BiPcpUhS6MDAk5831NRApZx+W9AiEAyZIaaDLhosN1ddAZ8+Wi5m1+OWIDLo5H3lrVyg6tzbw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575724},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\34216dd8-c5d3-4157-aa18-aabf56d1297d\\azure-rest-iot-device-update-1.1.0-alpha.20250117.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\34216dd8-c5d3-4157-aa18-aabf56d1297d\\azure-rest-iot-device-update-1.1.0-alpha.20250117.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aOf2j8zjkdSmcY1k4RrGMYNkhvP4o/KOW9NhgHlYI0vhig/jaQz7AjF1sVhjC+s9dLoUj1bjfD2IpsEtokc4QA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250117.1_1737133248535_0.6400155594229038","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250120.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c75d584cf960fb27009ca2345d191b10ab2c5dd","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250120.1.tgz","fileCount":184,"integrity":"sha512-0DVdR4+67biml8N0QBKAccNaAyxlESX8atsRgdghnird0En2okw+K7YQhOsTejlhsPGO6sPUsNcojR6YC25hjA==","signatures":[{"sig":"MEYCIQDqIWBpJ4prF/+EogY2Ll6wqLrkTTpqkpWRoYrtEF9NOgIhAKC5kM3JpWWEWe9i61K/si4RI8DVlYEc4+y8OajHFNbe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575724},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\28639ebc-24a3-4aee-9a36-dd2c2c782018\\azure-rest-iot-device-update-1.1.0-alpha.20250120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\28639ebc-24a3-4aee-9a36-dd2c2c782018\\azure-rest-iot-device-update-1.1.0-alpha.20250120.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0DVdR4+67biml8N0QBKAccNaAyxlESX8atsRgdghnird0En2okw+K7YQhOsTejlhsPGO6sPUsNcojR6YC25hjA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250120.1_1737392530342_0.6884964180504898","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250121.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8ff41798247abfcdeb80b7005742ccf171b47286","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250121.1.tgz","fileCount":184,"integrity":"sha512-kbano9Lzf6u/f6jZIl44SC5CYXJ7dbX97shTVlz0pl+1vZ1N/NdHv4FueCcEv2w/KCC4Do9wS/VuxqLLG3iTSQ==","signatures":[{"sig":"MEUCIGc6tPe++t7iJB7/BPRPPWXtoQwSW4HmvwInknCQ5BeRAiEA0djVHNHM1eCldikWEp4zx4+xKmhUx+VW4GtJp3oMBJU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575724},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d222cd26-3e33-48e8-a98e-573b8ca93977\\azure-rest-iot-device-update-1.1.0-alpha.20250121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d222cd26-3e33-48e8-a98e-573b8ca93977\\azure-rest-iot-device-update-1.1.0-alpha.20250121.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kbano9Lzf6u/f6jZIl44SC5CYXJ7dbX97shTVlz0pl+1vZ1N/NdHv4FueCcEv2w/KCC4Do9wS/VuxqLLG3iTSQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250121.1_1737478936703_0.8776931994026558","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250122.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250122.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c531b00856793c86013a2ef03f142dc6de12f660","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250122.1.tgz","fileCount":184,"integrity":"sha512-GvvT8UT6NZTfINyiGPyRWp7D2eJusGiXNX0ttqArjUOagBPF74C2246rweV+scuqs038CIFiYXpoIBJeC/rt3g==","signatures":[{"sig":"MEYCIQD78HLHPy8rnLL3591olOy5Ff0ZZQLdzI2tUgta/CGgeQIhALFlTztJw0Nkv3SPnTIzCGdgD5qtiVuOoX7LU/GmrNXG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575724},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e37dcd6a-b366-420f-bf95-22656ba5b094\\azure-rest-iot-device-update-1.1.0-alpha.20250122.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e37dcd6a-b366-420f-bf95-22656ba5b094\\azure-rest-iot-device-update-1.1.0-alpha.20250122.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GvvT8UT6NZTfINyiGPyRWp7D2eJusGiXNX0ttqArjUOagBPF74C2246rweV+scuqs038CIFiYXpoIBJeC/rt3g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250122.1_1737565313150_0.7467002701656178","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250123.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250123.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250123.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"36e6bcd775de8ffeeea7668785249813af055fcb","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250123.1.tgz","fileCount":184,"integrity":"sha512-OR2tF+dAyW8qGUtLGaCi5DxQJTxc88cIQTvStxGr1u9xlkTJYbwLG4XTbOjTxa7mXRkF2zftBhlxL+WokcE7ug==","signatures":[{"sig":"MEUCIChcdLoaS+xKC/zRKTRA2wSizEDuj4S5fB1iGktXCII7AiEAye3HRsN3Gty2SbhZVmcsRaTfviHH+yMyX0VFU5P2QAE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575683},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a36d149f-881a-4205-b7dc-88df523dd542\\azure-rest-iot-device-update-1.1.0-alpha.20250123.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a36d149f-881a-4205-b7dc-88df523dd542\\azure-rest-iot-device-update-1.1.0-alpha.20250123.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OR2tF+dAyW8qGUtLGaCi5DxQJTxc88cIQTvStxGr1u9xlkTJYbwLG4XTbOjTxa7mXRkF2zftBhlxL+WokcE7ug==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250123.1_1737651731951_0.08067888885581564","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250127.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7e489343e9fcbd8430324efed56f0febed6a2b65","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250127.1.tgz","fileCount":184,"integrity":"sha512-RHj0oAd5tWfjFiqmc8dbdM63LikWQk4t/zMk5kb5DIgoLDTYfQsleXcIiLC+zT+LnuL5Q3igMu26qqt+iG4bmw==","signatures":[{"sig":"MEUCIALQucBULmI6wECkeI1a2irpXXaFirZS/5MPmHCDOlxgAiEA5xIdUjorOmp6qkfVIcFQ9IChbLnR5AIEcVQ+JBgMCUI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575683},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c243ef2f-ad4a-4547-b031-a297ab1ffe91\\azure-rest-iot-device-update-1.1.0-alpha.20250127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c243ef2f-ad4a-4547-b031-a297ab1ffe91\\azure-rest-iot-device-update-1.1.0-alpha.20250127.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RHj0oAd5tWfjFiqmc8dbdM63LikWQk4t/zMk5kb5DIgoLDTYfQsleXcIiLC+zT+LnuL5Q3igMu26qqt+iG4bmw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250127.1_1737997499185_0.1774519235338401","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250128.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cfda954f3d6daa41ae3c92cae555ec3382342f67","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250128.1.tgz","fileCount":184,"integrity":"sha512-lQWSVjfKQoDDuXGUCkY+HUdBmtG3xBC+g/ZA5X+aIjMUlFobRkfsDkgZeW/U3bVE1C+QQh6IaCpOl9YxClAzfQ==","signatures":[{"sig":"MEQCIGgjB2Dq/xZL15+raPkII80QsW4wdSePfiMm7jhcdYkzAiAmc4ETsuNsAdLK05JJZZX9O+YyskhHyL8eMc2/Twclbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575683},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5d049d4c-b163-4d77-9096-2e0f883ae845\\azure-rest-iot-device-update-1.1.0-alpha.20250128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5d049d4c-b163-4d77-9096-2e0f883ae845\\azure-rest-iot-device-update-1.1.0-alpha.20250128.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lQWSVjfKQoDDuXGUCkY+HUdBmtG3xBC+g/ZA5X+aIjMUlFobRkfsDkgZeW/U3bVE1C+QQh6IaCpOl9YxClAzfQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250128.1_1738083794911_0.5672044583462061","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250129.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5500243055de1e8d95a39968276849ad7beefa8e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250129.1.tgz","fileCount":184,"integrity":"sha512-ZWNZdXIs1WVIjmu+p/oJ8udIRONc/CjlvB2d+uXuS23rSnIa4+G+ijgjoWBJmXmlVf6yskGxGWJDzJWQHkAgWw==","signatures":[{"sig":"MEQCIGVLkYJlnSUzGVbfASwGQQApCZXxe5a0Kjl1BGDqd+vXAiBmzDZPhGn83GBOhNMC1AB3cTFSAuLWU4b/oqKyFE4PtA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575683},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f43602e-a317-4427-9aa7-ae18555870be\\azure-rest-iot-device-update-1.1.0-alpha.20250129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f43602e-a317-4427-9aa7-ae18555870be\\azure-rest-iot-device-update-1.1.0-alpha.20250129.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZWNZdXIs1WVIjmu+p/oJ8udIRONc/CjlvB2d+uXuS23rSnIa4+G+ijgjoWBJmXmlVf6yskGxGWJDzJWQHkAgWw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250129.1_1738170025596_0.9348122698817685","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250130.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250130.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250130.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4fad69eebcb717edad2aeaca7ad2f091edf37a46","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250130.1.tgz","fileCount":184,"integrity":"sha512-KYb/Q3zkCC2nV7qYMJ5H0Te52QaG0QDEqGxTCCcVVbM/OOHoyGR0FrVIXmGRIdBjAqcOxtLgAwPIr5MLIF6b7w==","signatures":[{"sig":"MEUCIQCGEKSB7qP2QcFskPu2XDrBgEBhxoRAh9q2FIXt6rHceQIgfSLVY3g/tgvhggfI3p3/K4Lifu8ZZm0vb/IFu2uL1Lw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575683},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dfd819b0-ae4c-455b-927b-5437c9518b12\\azure-rest-iot-device-update-1.1.0-alpha.20250130.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dfd819b0-ae4c-455b-927b-5437c9518b12\\azure-rest-iot-device-update-1.1.0-alpha.20250130.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KYb/Q3zkCC2nV7qYMJ5H0Te52QaG0QDEqGxTCCcVVbM/OOHoyGR0FrVIXmGRIdBjAqcOxtLgAwPIr5MLIF6b7w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250130.1_1738256600161_0.5933193626085942","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250131.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250131.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250131.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"50104e9b82f1ac24f1a4258939e329f627c631c8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250131.1.tgz","fileCount":184,"integrity":"sha512-h1hnLxCs6SBMatLhJdkqy1t/7VgfsJivSfVNJT2GZbNhWaCMDbSv3qzbwnxWtPMtCukAiSBtuRNAWrMDNqH1qQ==","signatures":[{"sig":"MEUCIG2jSVgXLxWJ721N3LdPWagMxbfnLBA/+Bo3ha0EpMeTAiEAgIm8W7hWE7SVAWx+VtCcAVJtQfXE77b7KbfSVaOoazk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575835},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\befdf73f-b7d7-4a9a-9308-ad6936c523ec\\azure-rest-iot-device-update-1.1.0-alpha.20250131.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\befdf73f-b7d7-4a9a-9308-ad6936c523ec\\azure-rest-iot-device-update-1.1.0-alpha.20250131.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-h1hnLxCs6SBMatLhJdkqy1t/7VgfsJivSfVNJT2GZbNhWaCMDbSv3qzbwnxWtPMtCukAiSBtuRNAWrMDNqH1qQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250131.1_1738342983210_0.20497606429262394","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250203.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9a10aacc39e8110c8cd6e83b870a2eb32ec3cc35","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250203.1.tgz","fileCount":184,"integrity":"sha512-+3nxD118xRrJ+XabWArf2soX//PmYcMUAnsqMTXsudswiu0/w6ULuzDLexwNkyGUX/+frEEK7JF6hpxDZiBOsA==","signatures":[{"sig":"MEQCIF2fboliE77MWikUiPDu1AOCJsyn8CUlG1/ZUAa55m+DAiBEmiXrj4rNXf96ygkC+GhlCcSXQpaOKlLN/7YvRIzW2A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575835},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\53c2c82e-bbb2-47f6-9ce5-07ad8b0c891e\\azure-rest-iot-device-update-1.1.0-alpha.20250203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\53c2c82e-bbb2-47f6-9ce5-07ad8b0c891e\\azure-rest-iot-device-update-1.1.0-alpha.20250203.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+3nxD118xRrJ+XabWArf2soX//PmYcMUAnsqMTXsudswiu0/w6ULuzDLexwNkyGUX/+frEEK7JF6hpxDZiBOsA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250203.1_1738602077299_0.8582917610248291","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250204.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"261700de6f4ed8c8df9d03d78ca5eeb405d059bf","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250204.1.tgz","fileCount":184,"integrity":"sha512-ZTVbC/2YyM73O8dDvniaWnQ2AT4FbAT1c7V54Wy5y1TcsfDYFmndqp4Mq6mzV6k1eII1W5Jt2HrrJPzqGUmTHQ==","signatures":[{"sig":"MEUCIQC1Uo92gT94sF5JK9THPiZ4pRp+b+/AlYpp3sHb5uuvuwIgVSnpfsho5Lls8jK91h3JCy/uHMuMgL/Md3l0YW5YHHA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575834},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d48395ef-db68-4d1b-8504-2eac872910ac\\azure-rest-iot-device-update-1.1.0-alpha.20250204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d48395ef-db68-4d1b-8504-2eac872910ac\\azure-rest-iot-device-update-1.1.0-alpha.20250204.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZTVbC/2YyM73O8dDvniaWnQ2AT4FbAT1c7V54Wy5y1TcsfDYFmndqp4Mq6mzV6k1eII1W5Jt2HrrJPzqGUmTHQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250204.1_1738688620243_0.03229020823944362","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250205.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250205.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eebe2d656ac86d50fad8461965ea7500578217e7","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250205.1.tgz","fileCount":184,"integrity":"sha512-KVU/R43xTyo+O9wbb8JcAj5Y/GZlOgYmhk/wKCaHXDtMuH01DXDiqC5wq/DCKACK6PKCKLNYIxHSzbYQciQChw==","signatures":[{"sig":"MEUCIQCObUAGFjh4XDthfVIDt0JIpqDjbsreceQqpKwESsHsrgIgOZlyAsvZZulCjH5N0N1k9vQqIMWZhzNLk98lAEo1dLs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575834},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\075de1b6-e296-46cd-bf98-b6b95173fc10\\azure-rest-iot-device-update-1.1.0-alpha.20250205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\075de1b6-e296-46cd-bf98-b6b95173fc10\\azure-rest-iot-device-update-1.1.0-alpha.20250205.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KVU/R43xTyo+O9wbb8JcAj5Y/GZlOgYmhk/wKCaHXDtMuH01DXDiqC5wq/DCKACK6PKCKLNYIxHSzbYQciQChw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250205.1_1738775374578_0.9424517748215608","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250206.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"98291a2f440548c1ca9da08d7af7f94ebdcac3cf","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250206.1.tgz","fileCount":184,"integrity":"sha512-CwGe8dM1fR2dYfzkL2aYCMTZHxRLo43qkcj98QqmgwJ09n9FFyth2K/KnDeJ+A063oF3ZUm0YxBVFkIWsxXjqA==","signatures":[{"sig":"MEQCIEcm0x+7/9Ge2dV+YZcePPwl6IFHYSJaRrccSS/glflNAiAWt3bqr+RwtAV3teSRUZZxGoYSIHzNDHRszL29zj9HFg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5fc7a36c-3ec1-4aad-90e8-70fa4891a27d\\azure-rest-iot-device-update-1.1.0-alpha.20250206.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5fc7a36c-3ec1-4aad-90e8-70fa4891a27d\\azure-rest-iot-device-update-1.1.0-alpha.20250206.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CwGe8dM1fR2dYfzkL2aYCMTZHxRLo43qkcj98QqmgwJ09n9FFyth2K/KnDeJ+A063oF3ZUm0YxBVFkIWsxXjqA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250206.1_1738865436017_0.8611606416748381","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250207.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250207.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250207.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e79be29b038c3dffd241acb79e9826c1631af70","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250207.1.tgz","fileCount":184,"integrity":"sha512-xYiqvFGnCcrSKn/37/ey+feD4PUA4rOHa46yvpc8Se+TOeiMUvodWO8tw1pqSuCzd7ttL15SB5Rsgyfu0gJePg==","signatures":[{"sig":"MEQCIH/eIJhc9Unov8Xa3emeoZzr/rV2A7Jj49ufZon7Bnp3AiBnGibP/kqxU1qCErnxd17bvkiRrRh0TO0NS4+5jPP2vA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e6e22e86-2e14-4335-a0cd-420f7f809461\\azure-rest-iot-device-update-1.1.0-alpha.20250207.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e6e22e86-2e14-4335-a0cd-420f7f809461\\azure-rest-iot-device-update-1.1.0-alpha.20250207.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xYiqvFGnCcrSKn/37/ey+feD4PUA4rOHa46yvpc8Se+TOeiMUvodWO8tw1pqSuCzd7ttL15SB5Rsgyfu0gJePg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250207.1_1738948371319_0.2179183446148132","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250210.2":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250210.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250210.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2be9d1901a811f488e90328844d6ef93412cc11a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250210.2.tgz","fileCount":184,"integrity":"sha512-CU9YLcb6MDTS9DBL1Ben7rcTMtcEocX0loA3YYYofQpZpJQU59Z+n3t5zrf/bvZ6WrHU6kBpjF6cY19BJcdQxg==","signatures":[{"sig":"MEYCIQCLwPUFowyZaQtPGK/gMbsS9PnRJsPNrTItWUvYF2oplwIhAJ6QbjljgTgyNUsFLzytq1epdBbv3lR0eZejemign7kT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\739d9378-b3aa-4c79-8534-adc065efd050\\azure-rest-iot-device-update-1.1.0-alpha.20250210.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\739d9378-b3aa-4c79-8534-adc065efd050\\azure-rest-iot-device-update-1.1.0-alpha.20250210.2.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CU9YLcb6MDTS9DBL1Ben7rcTMtcEocX0loA3YYYofQpZpJQU59Z+n3t5zrf/bvZ6WrHU6kBpjF6cY19BJcdQxg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250210.2_1739206952359_0.7032552902259075","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250211.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250211.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"920e0c7688f4f0724030874705c61e4f1918cab0","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250211.1.tgz","fileCount":184,"integrity":"sha512-CPMiGDueUlB6YyFxbceG0i9Wf9P+EooLrPJ/jx/q0nw/A32d/4vH0/7h3YQOQA6J4m9We1ly1YOOSLeOPSrTUw==","signatures":[{"sig":"MEUCIQDhc0BTppMlxnP5B70krmQ8Y8ihyzJCTIJsNWBvxA0jRQIgE3uBXz4Zm1G26NigH2ImwBttQPl7sI8yfDUO+2amkL8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\14803ce5-3f82-48d6-8f25-7d378c53777e\\azure-rest-iot-device-update-1.1.0-alpha.20250211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\14803ce5-3f82-48d6-8f25-7d378c53777e\\azure-rest-iot-device-update-1.1.0-alpha.20250211.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CPMiGDueUlB6YyFxbceG0i9Wf9P+EooLrPJ/jx/q0nw/A32d/4vH0/7h3YQOQA6J4m9We1ly1YOOSLeOPSrTUw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250211.1_1739293353718_0.33115800589996414","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250212.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"91e60a1a209a4bf6940597f9e990097d06add629","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250212.1.tgz","fileCount":184,"integrity":"sha512-Do1PCHpa7lOJer82JrjAw1u0XWtNoh7In0Sr9li16SB+asSta11FS4W6lQK0kZ2MC2vxyGQuATpuODFfUqxTaA==","signatures":[{"sig":"MEQCIH7QxY01tMkkcmdLyL60Ornh+c0rrT45JZu6Fb+i2/zCAiBh9DfIp+soJVaeJJMhCWy76LHztXOwUcg2F9Y4yrh4rQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5dc89802-427d-4463-a834-de632ef72089\\azure-rest-iot-device-update-1.1.0-alpha.20250212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5dc89802-427d-4463-a834-de632ef72089\\azure-rest-iot-device-update-1.1.0-alpha.20250212.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Do1PCHpa7lOJer82JrjAw1u0XWtNoh7In0Sr9li16SB+asSta11FS4W6lQK0kZ2MC2vxyGQuATpuODFfUqxTaA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250212.1_1739379679191_0.35718546090613135","host":"s3://npm-registry-packages-npm-production"}},"1.1.0":{"name":"@azure-rest/iot-device-update","version":"1.1.0","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"0b262aa374cc565a3623c0befd1181a4c572aefd","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0.tgz","fileCount":184,"integrity":"sha512-aTa0FO/Qu+EUZLgcJaQChJtyRxOGaa1X8X1uMdQs3OxFyH/mxMF9BTkewGY4fg+ygaXY6drFuWdChwMVAAWHgw==","signatures":[{"sig":"MEYCIQDq27KkejbjRZcoZGoMkWP1nNi5ubOZqRPW/sPJyqOVbwIhAMn7WZ4Orrh0edGl3FgGx8MHbjsbHCpAFB6tF84RdfQw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575587},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\55129b19-944b-443e-8894-64607c24839e\\azure-rest-iot-device-update-1.1.0.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\55129b19-944b-443e-8894-64607c24839e\\azure-rest-iot-device-update-1.1.0.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aTa0FO/Qu+EUZLgcJaQChJtyRxOGaa1X8X1uMdQs3OxFyH/mxMF9BTkewGY4fg+ygaXY6drFuWdChwMVAAWHgw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0_1739411598189_0.8956165285856661","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250213.1":{"name":"@azure-rest/iot-device-update","version":"1.1.0-alpha.20250213.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.0-alpha.20250213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fd616f8851ed0396747b69da8c02a036f7c8d43f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.0-alpha.20250213.1.tgz","fileCount":184,"integrity":"sha512-voXAdnnd6i8r6tfjAX98a5LzM1oHj9my3Q15/NM9F4q1t23+0Ip2bx+fVv+N59xLDlAfP+1wsK3cU+4ZDj68bQ==","signatures":[{"sig":"MEYCIQDknvTX+VQ3Yghx5/Xtj2x1HLcTmCb4TI8xbNx+pnF57gIhAJ4+t1m/RS7Ngcm7DMuYUT9zQeFNO5EcEDbWTc3zXqcQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8ebed1e8-eb3b-4789-ac57-5215df4b5a10\\azure-rest-iot-device-update-1.1.0-alpha.20250213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8ebed1e8-eb3b-4789-ac57-5215df4b5a10\\azure-rest-iot-device-update-1.1.0-alpha.20250213.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-voXAdnnd6i8r6tfjAX98a5LzM1oHj9my3Q15/NM9F4q1t23+0Ip2bx+fVv+N59xLDlAfP+1wsK3cU+4ZDj68bQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.0-alpha.20250213.1_1739465992103_0.9543453806751385","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250214.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250214.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1ee2b996417777b152f40a9fa0990fca2ed2759d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250214.1.tgz","fileCount":184,"integrity":"sha512-B/XSAM45meT58OkpmLWz8/79+/X8Da5Jx10FNFrns/eAI7AiwTk2060L4fiHQwqB1eGhroRsEjaOzrHvwEiWPQ==","signatures":[{"sig":"MEUCIC+NnX1XrkK8/by6LgEP7ESrLNNUa7JLPFOoZIEo4wl3AiEAsygoQKsJJUWwEefMDOHk0mLpqQNRo7VkUhEHgnmA45w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\39648fdd-344b-4772-8241-c2e17493fda7\\azure-rest-iot-device-update-1.1.1-alpha.20250214.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\39648fdd-344b-4772-8241-c2e17493fda7\\azure-rest-iot-device-update-1.1.1-alpha.20250214.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-B/XSAM45meT58OkpmLWz8/79+/X8Da5Jx10FNFrns/eAI7AiwTk2060L4fiHQwqB1eGhroRsEjaOzrHvwEiWPQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250214.1_1739552642223_0.7449989308463796","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250217.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c7f5e3f287089c3372bfb1b21f528c639f2910f1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250217.1.tgz","fileCount":184,"integrity":"sha512-SWxzHxkE2Cxu2I7cMTkHHvm0gBqGpziLQ53fZzlbzDwkPHMbgg7Zor/KAs37n4lJ3ElbkQm8a2881tokR7aEWA==","signatures":[{"sig":"MEUCIHxHd5SEyxvwQu2nU38eGPusLAms6l47vlib9PYsRMEiAiEAynbt88a2OjDDShTF+hJEdCXpfTdO+NaSe6wsYkUNtMA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3ed85cb5-3540-4a8f-a04d-eb16e8384e8a\\azure-rest-iot-device-update-1.1.1-alpha.20250217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3ed85cb5-3540-4a8f-a04d-eb16e8384e8a\\azure-rest-iot-device-update-1.1.1-alpha.20250217.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SWxzHxkE2Cxu2I7cMTkHHvm0gBqGpziLQ53fZzlbzDwkPHMbgg7Zor/KAs37n4lJ3ElbkQm8a2881tokR7aEWA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250217.1_1739811591425_0.36506174929316426","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250218.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d3142ed82e47dec25225d6ac420a01cc874f9211","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250218.1.tgz","fileCount":184,"integrity":"sha512-2LAwX4J7KESsBPKEV1WV1QAy5en6d21KWgBmg2yCVtQyOdYfZZ4B6Tkvmt7FG1HqvhMxblFgKtGLXgZXquF9hA==","signatures":[{"sig":"MEUCIDlYv9pAti0pbYC4yXgVWnFMvvTt0BX9c5F7Vqwn/NXyAiEA+KOHPGla/3Ygx+1QtRMmYymHecabfqoVZxXclycQNvU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ac85b4c4-a6b7-4173-8afd-62ec164e1976\\azure-rest-iot-device-update-1.1.1-alpha.20250218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ac85b4c4-a6b7-4173-8afd-62ec164e1976\\azure-rest-iot-device-update-1.1.1-alpha.20250218.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2LAwX4J7KESsBPKEV1WV1QAy5en6d21KWgBmg2yCVtQyOdYfZZ4B6Tkvmt7FG1HqvhMxblFgKtGLXgZXquF9hA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250218.1_1739898115762_0.5192703921263537","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250219.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"742289dbf0d41cf04be156db0b4dd6d3f107135c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250219.1.tgz","fileCount":184,"integrity":"sha512-gujayPOoB9y3H1pi2HybK4wNGi7wiNLfQj85qL+mEpg1NQGgm/axXSSySm3lTMOS/X1k2xZg97S7ozPdYSBqvw==","signatures":[{"sig":"MEUCIQDWAqAfshZq2eoh344VBcplj19Hva6RD2mqrXbK1YlO1AIgEBBTDp0EZfMV8J89i1fdXzqONtNSIchhdBACyoNo3PM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\54a3894c-cdb5-4725-9b90-fb5f6aea8b56\\azure-rest-iot-device-update-1.1.1-alpha.20250219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\54a3894c-cdb5-4725-9b90-fb5f6aea8b56\\azure-rest-iot-device-update-1.1.1-alpha.20250219.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gujayPOoB9y3H1pi2HybK4wNGi7wiNLfQj85qL+mEpg1NQGgm/axXSSySm3lTMOS/X1k2xZg97S7ozPdYSBqvw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250219.1_1739984787108_0.9819987396763297","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250220.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"36b54d97e5c52a7b564a896990d70da658863738","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250220.1.tgz","fileCount":184,"integrity":"sha512-iYTbS2qHO9EHduRgEBd5O/gv4SFEUj4QNcK9MeMa+NWQaJEv38VHHuQ0O2XinbV8jMg5plmZpZJDTWc2VgmEvA==","signatures":[{"sig":"MEUCIQDCnC7TMGceaygUVbbYH3pL3qcd550Wx7WvQcfJKCwbtAIgLL3cVW/1vg38iqZZda+0rzeELt4wGkrzlMAKiaCmgfo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f62b23c2-be85-497f-8ecb-4350beb2694a\\azure-rest-iot-device-update-1.1.1-alpha.20250220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f62b23c2-be85-497f-8ecb-4350beb2694a\\azure-rest-iot-device-update-1.1.1-alpha.20250220.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iYTbS2qHO9EHduRgEBd5O/gv4SFEUj4QNcK9MeMa+NWQaJEv38VHHuQ0O2XinbV8jMg5plmZpZJDTWc2VgmEvA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250220.1_1740070946015_0.9161294868740533","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250221.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250221.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250221.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"89513ac306c9e415da3db82b1c404a716913034b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250221.1.tgz","fileCount":184,"integrity":"sha512-H9ddsm+IyVc5QZwygrJRxdR4XloMYkrOGCShmEw3UkIgMT+2jFzSiqAGp2xPJdQhVLgB6RLb0HoXCGesOv+B0w==","signatures":[{"sig":"MEQCID5HjsqD3382CiVYtNfM4FkuC9Ko8EM/QRuFHmqjokoyAiBzpscvWFD4i26uX+Mggm0UVvyp3CwDeeN59haTMii2SA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ff1210be-0c2e-4075-b867-1a43a6839eb4\\azure-rest-iot-device-update-1.1.1-alpha.20250221.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ff1210be-0c2e-4075-b867-1a43a6839eb4\\azure-rest-iot-device-update-1.1.1-alpha.20250221.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-H9ddsm+IyVc5QZwygrJRxdR4XloMYkrOGCShmEw3UkIgMT+2jFzSiqAGp2xPJdQhVLgB6RLb0HoXCGesOv+B0w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250221.1_1740158215493_0.6592154412107318","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250224.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"687fd8f5296b91681b009ddb0c97ef60172ed173","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250224.1.tgz","fileCount":184,"integrity":"sha512-axHQxS4THHNrUu65kJ4g30M6DH9QOUGHEjS3lgUBdobDA9FiSwOcKX0L1qb0540+QQ694adF12oZLNBfOTWsQg==","signatures":[{"sig":"MEUCIQDJSr3G757nWaBVpz1eFLi18yTKV8I+rkK5GAtRvlfjFwIgeL/fQtUtzl6uMuWQFBl0T1oAPt3u6SFwFMcVM8XpBpg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5a6c6f25-18df-4782-b361-7b2305ebacc9\\azure-rest-iot-device-update-1.1.1-alpha.20250224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5a6c6f25-18df-4782-b361-7b2305ebacc9\\azure-rest-iot-device-update-1.1.1-alpha.20250224.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-axHQxS4THHNrUu65kJ4g30M6DH9QOUGHEjS3lgUBdobDA9FiSwOcKX0L1qb0540+QQ694adF12oZLNBfOTWsQg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250224.1_1740416385380_0.9225533826624499","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250225.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250225.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6519b40eb512606d1dfe91925aa6d6598fcadd54","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250225.1.tgz","fileCount":184,"integrity":"sha512-0yQLPFcYSYiHUL+r2HS1RNaHmzhEeK5RVFrEk6ZGHYNS5Qqv0RGmM7ceV7TgBjlQNjet5j98h0vTbSriF2jIMA==","signatures":[{"sig":"MEUCIG1UUYfcN+chGIjeGtELbWY+Zvi7Go7jRylSEY2UATphAiEAutRoA+OsP7hGNYZo4fiHBXsb7Jp3T8UNBd9aqgIXHIk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c9ca6153-61e5-415b-b8dc-73f89d3075d2\\azure-rest-iot-device-update-1.1.1-alpha.20250225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c9ca6153-61e5-415b-b8dc-73f89d3075d2\\azure-rest-iot-device-update-1.1.1-alpha.20250225.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0yQLPFcYSYiHUL+r2HS1RNaHmzhEeK5RVFrEk6ZGHYNS5Qqv0RGmM7ceV7TgBjlQNjet5j98h0vTbSriF2jIMA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250225.1_1740502922056_0.15368775713964067","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250226.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a5eece42e3ebc5ef66fac413c1d2bc261ebfbd8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250226.1.tgz","fileCount":184,"integrity":"sha512-mnNlRfVfXd5rmZRwvPOvBDe0/M1K0H33AYCibKWQAhU/3h2QU+qzvuJU0C27sMepUJHIwX6L7p3Z2mjldIByCQ==","signatures":[{"sig":"MEQCIDAEes/D1drQhrm/vJXEIBpoWYqIrNu+Vi/pFrpgqPmlAiAIA+BhB2Z93pItdZzKe+iTfJH2mMVezhrDeG0OAOmxEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bae4e565-9a20-47a0-aff3-b52b21237501\\azure-rest-iot-device-update-1.1.1-alpha.20250226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bae4e565-9a20-47a0-aff3-b52b21237501\\azure-rest-iot-device-update-1.1.1-alpha.20250226.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mnNlRfVfXd5rmZRwvPOvBDe0/M1K0H33AYCibKWQAhU/3h2QU+qzvuJU0C27sMepUJHIwX6L7p3Z2mjldIByCQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250226.1_1740589407485_0.1626255809793935","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250227.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250227.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aaaff2b570b91f158702691d70e8969471441dd9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250227.1.tgz","fileCount":184,"integrity":"sha512-2gHelTeCWF434h2KLvHy8emyfJAJnTAVs5HolPvCVsqfGL6eshdSRIOu+3g98YttssonnXJSoB5CRMDc2ibo6g==","signatures":[{"sig":"MEYCIQDFimYuDEXXjuDkxD9PJIhfFsED5VLE9gN3yx07jMa7rwIhAO/PCb9GTzqVggimmrikRJvkA2Q0CZsukGaW5VFGeujS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\35a98037-64e4-4be7-abfc-84fa62a2994f\\azure-rest-iot-device-update-1.1.1-alpha.20250227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\35a98037-64e4-4be7-abfc-84fa62a2994f\\azure-rest-iot-device-update-1.1.1-alpha.20250227.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2gHelTeCWF434h2KLvHy8emyfJAJnTAVs5HolPvCVsqfGL6eshdSRIOu+3g98YttssonnXJSoB5CRMDc2ibo6g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250227.1_1740675626820_0.1820245557811222","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250228.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250228.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250228.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3c4cc77b0e965706e8a6d5c801d7bc9c821cc9f7","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250228.1.tgz","fileCount":184,"integrity":"sha512-4ryTqvlYrfBYu52UV6W+0BlpTa80FmOXVDaB2tWvow9RXIm/xf4cek5DqRJpox1Gs10CSRO1VAiOamR6ZJLh6A==","signatures":[{"sig":"MEUCIH1dqPO1cfRQgMP+dR3Fh0MYRwo9RirdlWONMEFfzTtYAiEAgE+WAJJWggZfoDku/PqQndx7KkV5cUKZBO1DkOvOTuQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\504e483a-3961-4cdd-8c51-9ac118394b44\\azure-rest-iot-device-update-1.1.1-alpha.20250228.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\504e483a-3961-4cdd-8c51-9ac118394b44\\azure-rest-iot-device-update-1.1.1-alpha.20250228.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4ryTqvlYrfBYu52UV6W+0BlpTa80FmOXVDaB2tWvow9RXIm/xf4cek5DqRJpox1Gs10CSRO1VAiOamR6ZJLh6A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250228.1_1740763415949_0.8029257689927707","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250303.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250303.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250303.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d861cdcbb807160093790dfb64f3d65ad875ddcd","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250303.1.tgz","fileCount":184,"integrity":"sha512-Os9gih4GSmT6krjWjhLBP+dtY5Ytvs+mZptVdrc1c7Byv/x+4LLCh9ErjV3A+sToy3+bwOo/XhD7Z0TUUCKJKA==","signatures":[{"sig":"MEYCIQD9frS0wA8cP+Nn6aN+46h7TTZ3r4ZV8z2WgpvXY+i/yQIhAJYRtb2WAdc8evXm2VK8fM8IdDKOvMtvKOZRo1XpINm5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9420a116-dbff-4cc8-9043-73bf391e48dd\\azure-rest-iot-device-update-1.1.1-alpha.20250303.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9420a116-dbff-4cc8-9043-73bf391e48dd\\azure-rest-iot-device-update-1.1.1-alpha.20250303.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Os9gih4GSmT6krjWjhLBP+dtY5Ytvs+mZptVdrc1c7Byv/x+4LLCh9ErjV3A+sToy3+bwOo/XhD7Z0TUUCKJKA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250303.1_1741021361645_0.7975039150261363","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250304.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250304.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250304.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"451322758d97e61486021d72e66581107f9c0234","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250304.1.tgz","fileCount":184,"integrity":"sha512-rJbwnFhqJ6YPTV+lyI+MdjXqWejkSN3sCQUiY/1cWd2bumK9P8ePjmOOet9LgAZMrOiVLTKIHXQuY4weH4plKg==","signatures":[{"sig":"MEUCIGh+czDXGnXlaSJ7Og0O+wtjZaXWIDivWpJSF8Mksol5AiEAtYphV77Bqki/iDFPGBgCoBxt7pjSe+ncNRe6zl3hXdY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0e66b36b-5871-4869-819b-fe3cb4b514d7\\azure-rest-iot-device-update-1.1.1-alpha.20250304.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0e66b36b-5871-4869-819b-fe3cb4b514d7\\azure-rest-iot-device-update-1.1.1-alpha.20250304.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rJbwnFhqJ6YPTV+lyI+MdjXqWejkSN3sCQUiY/1cWd2bumK9P8ePjmOOet9LgAZMrOiVLTKIHXQuY4weH4plKg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250304.1_1741107760689_0.10698582209226037","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250305.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250305.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250305.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"745d8738e75f1630bf9f292179246b37f40e9adf","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250305.1.tgz","fileCount":184,"integrity":"sha512-FhPozwVitcwUqF3f0MIxxArceVndYKfjN0AxqLu/3psAsHwOthCg1oAchOPqoRGvpcgPpHOAa2oUCos3BZ2l9A==","signatures":[{"sig":"MEUCIQDQjhpkD6JYtdXRypEx1KRSJrYYp/KZO61e7M268wUgSAIgW/nQ1C/NACA9rJwIQCf++rOs8mzTrWknbH7ufTOOrjk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a1d36841-4188-4b18-8ba8-aea6c52b751c\\azure-rest-iot-device-update-1.1.1-alpha.20250305.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a1d36841-4188-4b18-8ba8-aea6c52b751c\\azure-rest-iot-device-update-1.1.1-alpha.20250305.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FhPozwVitcwUqF3f0MIxxArceVndYKfjN0AxqLu/3psAsHwOthCg1oAchOPqoRGvpcgPpHOAa2oUCos3BZ2l9A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250305.1_1741194144086_0.3070068287683956","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250306.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250306.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250306.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"26e3096a0651fc5399791850927343377ca699fc","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250306.1.tgz","fileCount":184,"integrity":"sha512-UT3FH/Z8oZkxJPdg7xO4dQsAS+rcj6hosIERV0sKEXENanBKWVbQ9lluYQLpKUTQqCtYUv5D+Bug3eNKMGj76w==","signatures":[{"sig":"MEUCIEXU+LlC9RKQMo0vunQrbRHdkFKhtQhjbtooIp3P5Qj7AiEApG4BZMjMBrsaaoigX8mc4E4qCMqh72zK+LrNdbRSmFo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9d45ec78-bcb1-4ed3-8d02-29c14ab4c49b\\azure-rest-iot-device-update-1.1.1-alpha.20250306.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9d45ec78-bcb1-4ed3-8d02-29c14ab4c49b\\azure-rest-iot-device-update-1.1.1-alpha.20250306.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UT3FH/Z8oZkxJPdg7xO4dQsAS+rcj6hosIERV0sKEXENanBKWVbQ9lluYQLpKUTQqCtYUv5D+Bug3eNKMGj76w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250306.1_1741280670952_0.9282606334495069","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250307.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250307.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"83f3e35d4ada8967b20ef3933e03cbf5d9539fe2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250307.1.tgz","fileCount":184,"integrity":"sha512-MshbsZdcwvm9OFtv+SNrTGZoZgkC5TOhEAQ553HDmnL5oqNa9HegpGTxTOcR6d79291SjL39M2omcf8yl8b8IA==","signatures":[{"sig":"MEYCIQCWDCKe0T85PYqzYEM6iZnZ0UI+Ju4kRdTuLA8cqgGXuAIhAJyFhpswy7eTa7ihyrtUB4SfLbdJtGvnYIzwf4M6Anr7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\83e49a84-cfc3-44c1-bd14-9a7408bda0cc\\azure-rest-iot-device-update-1.1.1-alpha.20250307.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\83e49a84-cfc3-44c1-bd14-9a7408bda0cc\\azure-rest-iot-device-update-1.1.1-alpha.20250307.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MshbsZdcwvm9OFtv+SNrTGZoZgkC5TOhEAQ553HDmnL5oqNa9HegpGTxTOcR6d79291SjL39M2omcf8yl8b8IA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250307.1_1741366875383_0.47626623187972283","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250310.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250310.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"90734c213d8e6ac2a6a6cde619858ff90f93b209","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250310.1.tgz","fileCount":184,"integrity":"sha512-woMGK3zOt0bZcOxhly9hPL5bQDf6uJU1o2Sv+c5cXcHCLeMJep0DM6PRhk6bQhzV3O+AMgw0pnwBZ+LfD+KpMA==","signatures":[{"sig":"MEQCIAkawkQTQ379LSdbs6HB11ecuMlN3Mwk5WRyqEPCm7ZcAiAQiIDkZ1KscplLYL+XGjs/30yt/F/D3GJhHktMpUG8rQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5e3e5117-3409-4560-a563-b53827c6e2f7\\azure-rest-iot-device-update-1.1.1-alpha.20250310.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5e3e5117-3409-4560-a563-b53827c6e2f7\\azure-rest-iot-device-update-1.1.1-alpha.20250310.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-woMGK3zOt0bZcOxhly9hPL5bQDf6uJU1o2Sv+c5cXcHCLeMJep0DM6PRhk6bQhzV3O+AMgw0pnwBZ+LfD+KpMA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250310.1_1741622521889_0.5063424705046817","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250311.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250311.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250311.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c88e5a87fee30acaa03e247126590e596aca08a4","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250311.1.tgz","fileCount":184,"integrity":"sha512-4eB3zANIbA1IOhhBwKdTCFI0TOGRhL9O/oHYzatKXo5P1N8/UnVrAShQwJIJ994CvmgkR5utxQrVTweUvGbxCQ==","signatures":[{"sig":"MEUCIDTjpa1ZjbXDn6g1p1LKsqkpgyCZK63PA1vhSvDzgB0nAiEA6lbxvQqKQ1WiHDbLTVk0canO4ZxYbpwOLfEURVMjbJI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b7c8bf54-3be3-40c5-ae5a-1587706b51a0\\azure-rest-iot-device-update-1.1.1-alpha.20250311.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b7c8bf54-3be3-40c5-ae5a-1587706b51a0\\azure-rest-iot-device-update-1.1.1-alpha.20250311.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4eB3zANIbA1IOhhBwKdTCFI0TOGRhL9O/oHYzatKXo5P1N8/UnVrAShQwJIJ994CvmgkR5utxQrVTweUvGbxCQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250311.1_1741709046551_0.10412148246498498","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250312.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250312.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250312.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"abb4b2957167daaacedd7894e256dacd2ed9b547","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250312.1.tgz","fileCount":184,"integrity":"sha512-GhTCRt/eKCSM8QG+cS7lYWsQCyn5eKFnt5hZTWXW+cpY+qgbn6tprsaW/qAte2rcJ6K2AN/YSiyzZmkP/TOwlg==","signatures":[{"sig":"MEQCHxVFXDV4biHOjZyIfIFT2KXkQj5dMSrkY5ATi3UUH1wCIQC74hoBcJBVwONkeRXfy0q9ra8Rq2TrZB459qatQ10KfA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0a96584b-7c9c-465f-8021-7eb4b6c33f2c\\azure-rest-iot-device-update-1.1.1-alpha.20250312.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0a96584b-7c9c-465f-8021-7eb4b6c33f2c\\azure-rest-iot-device-update-1.1.1-alpha.20250312.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GhTCRt/eKCSM8QG+cS7lYWsQCyn5eKFnt5hZTWXW+cpY+qgbn6tprsaW/qAte2rcJ6K2AN/YSiyzZmkP/TOwlg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250312.1_1741795506346_0.8275274776381452","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250314.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250314.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250314.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f888200c0562ef9538f1b893f1e3736e3b01151f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250314.1.tgz","fileCount":184,"integrity":"sha512-eASWhJ/NdcSgjGSnQeS9XCvZYNx7GQ9tJPbpGiUKVwlI0iuVqqSvH8paoZK/UdqUnN/BmazkC8Km0xSiM8xRdQ==","signatures":[{"sig":"MEUCIHaa72SQxIvEafWguJAk3Kr0jqWYoeAzdtNRlQiBWF30AiEA/6eTwacdyCcH3smzdZ4DJChV2VlISpI26VFptrlPUIU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d0ae141f-3f9d-44be-9784-324a5c4a736c\\azure-rest-iot-device-update-1.1.1-alpha.20250314.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d0ae141f-3f9d-44be-9784-324a5c4a736c\\azure-rest-iot-device-update-1.1.1-alpha.20250314.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eASWhJ/NdcSgjGSnQeS9XCvZYNx7GQ9tJPbpGiUKVwlI0iuVqqSvH8paoZK/UdqUnN/BmazkC8Km0xSiM8xRdQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250314.1_1741968027854_0.8182646657104624","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250317.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250317.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250317.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1f57bb226ee11bfd6e49bf949a7ba64973a5fb5d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250317.1.tgz","fileCount":184,"integrity":"sha512-xSRF3YKc2Y0NLSZ2GZLdqI7K2bs5bQHjjrMSBW2TIcuCXlpvSwHm7Gn04TnqqdWOvQYM66318+AzmgHGkLDOxw==","signatures":[{"sig":"MEYCIQDu15fhj83ZEyCbIysp8x4YsjESBW6T434GtxSR3lrdHgIhALnabOVnL1g1XhDjt3lbHSDUz9GCR1ivtaE0If7Ywk1R","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d18f24c4-64c3-4dbd-a850-a274a059fe64\\azure-rest-iot-device-update-1.1.1-alpha.20250317.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d18f24c4-64c3-4dbd-a850-a274a059fe64\\azure-rest-iot-device-update-1.1.1-alpha.20250317.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xSRF3YKc2Y0NLSZ2GZLdqI7K2bs5bQHjjrMSBW2TIcuCXlpvSwHm7Gn04TnqqdWOvQYM66318+AzmgHGkLDOxw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.50.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.3","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250317.1_1742227363332_0.4945691522752371","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250318.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250318.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250318.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"be7edad2eb1f7a2d45fdae8f8c9618f23304c08e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250318.1.tgz","fileCount":184,"integrity":"sha512-j6Wj7Viql4UtGWY86fk/ni6gausXmBK1qBjU9NAWbZmoexQ5oRGiw2Cg8lnIRj/enaLjTz5TC0MvXrr/R9dGIw==","signatures":[{"sig":"MEUCIQCcgdC+3O7BDReAwzQn83W26U8Ad3BjJLuqW/COAZ9BbQIgYtDn6Fps+JmxboVLfgddDpjReJvQ7s99Cj2cL0TRxSc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4ba712ed-bc13-41bc-89f9-b1344e40afd1\\azure-rest-iot-device-update-1.1.1-alpha.20250318.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4ba712ed-bc13-41bc-89f9-b1344e40afd1\\azure-rest-iot-device-update-1.1.1-alpha.20250318.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-j6Wj7Viql4UtGWY86fk/ni6gausXmBK1qBjU9NAWbZmoexQ5oRGiw2Cg8lnIRj/enaLjTz5TC0MvXrr/R9dGIw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250318.1_1742313830254_0.47280226580083573","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250319.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250319.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250319.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d4ab24ca307b6e429dcac717a768a2f17726cc26","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250319.1.tgz","fileCount":184,"integrity":"sha512-Eob6eMAO+4bUznLrwqWI1pD1Bd2155wCIWXObkdVSucnQaMzEGpyA0Cdsry3fSrCzkCV7TAFM1EzUH7BXkVGgg==","signatures":[{"sig":"MEQCIGXS8QCrimoFlgLXjv3ScSlqmCIMCHwKqeT3zBXs7D+fAiA7LM1XPa4KExtFb2i80AVXZgEVN7XmjbxoszuQA02Llg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b29a22b8-570b-4624-8cc1-1807e2c29499\\azure-rest-iot-device-update-1.1.1-alpha.20250319.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b29a22b8-570b-4624-8cc1-1807e2c29499\\azure-rest-iot-device-update-1.1.1-alpha.20250319.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Eob6eMAO+4bUznLrwqWI1pD1Bd2155wCIWXObkdVSucnQaMzEGpyA0Cdsry3fSrCzkCV7TAFM1EzUH7BXkVGgg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250319.1_1742400000638_0.4549886414574693","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250320.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250320.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250320.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"43ac7b93488962cfe25dcfbcc1308c27e699c356","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250320.1.tgz","fileCount":184,"integrity":"sha512-2ZYdxOAehtWfR2jdHabO2+DsjEYNmyRWSxpCmyuZnBeI7kgNrgDHiwtqbMWzxKNsp87r5j9H1MVDlZd/YRkKzA==","signatures":[{"sig":"MEQCIGNMftfKAUvCqCjQ4Mw+LETHC+Gcli5H3lYoUot9B72pAiB8c9STh/SKFQ9A89C610O7kZ85Dgw5XcfQOoBeF6DhhA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2655e5a6-bf6b-4eb8-a96a-40d3b73ac3d3\\azure-rest-iot-device-update-1.1.1-alpha.20250320.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2655e5a6-bf6b-4eb8-a96a-40d3b73ac3d3\\azure-rest-iot-device-update-1.1.1-alpha.20250320.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2ZYdxOAehtWfR2jdHabO2+DsjEYNmyRWSxpCmyuZnBeI7kgNrgDHiwtqbMWzxKNsp87r5j9H1MVDlZd/YRkKzA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250320.1_1742486779101_0.9287057758821109","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250321.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250321.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250321.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e6c878ecd250d453843ea16a82146f4940043cc","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250321.1.tgz","fileCount":184,"integrity":"sha512-mOWnz/vFJzW+Lfrzs3mGJEjzsryqAFIQ6hh5asSzMgxEyRMbdSX6Cr8XgGHx0RbsOAivKiz4XuFKneVkvpZLJw==","signatures":[{"sig":"MEYCIQC0lRdFySM+FVKbuvhDbF2N6+WhTJLG6Fmv+cwlG/bX4gIhAJlkFKQ6E+Tu1BBvVNhmaQA79XLsyAM0afaXi8fLMrWm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb408d0b-71ee-40ab-ab08-4a9cdfd75fde\\azure-rest-iot-device-update-1.1.1-alpha.20250321.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb408d0b-71ee-40ab-ab08-4a9cdfd75fde\\azure-rest-iot-device-update-1.1.1-alpha.20250321.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mOWnz/vFJzW+Lfrzs3mGJEjzsryqAFIQ6hh5asSzMgxEyRMbdSX6Cr8XgGHx0RbsOAivKiz4XuFKneVkvpZLJw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250321.1_1742573126619_0.6853058135106762","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250324.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250324.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250324.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7b3b6d3f84977e6622203be2f5715dcd87ace795","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250324.1.tgz","fileCount":184,"integrity":"sha512-a4LP9enfKsjb56aoDOwdyYsT67YbzO1GrjrMjvKkeoXvFzSNJWKTE1OuoOC+Rd4Req68JsLgQTzYx2EAAaPqOA==","signatures":[{"sig":"MEYCIQCAxz5efD4h4tjjKGjrthuoyLAF28NrzfSZRo5G2oQQrwIhALnWnNkpMJidVrCO4IfQxDGqRaiqBW66RdSNw/W8dSe7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bcc0d233-36d1-40f8-9928-9f514e632c85\\azure-rest-iot-device-update-1.1.1-alpha.20250324.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bcc0d233-36d1-40f8-9928-9f514e632c85\\azure-rest-iot-device-update-1.1.1-alpha.20250324.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-a4LP9enfKsjb56aoDOwdyYsT67YbzO1GrjrMjvKkeoXvFzSNJWKTE1OuoOC+Rd4Req68JsLgQTzYx2EAAaPqOA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250324.1_1742832153173_0.7340533524785895","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250325.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250325.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250325.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"48d97d1dc2a28ff39ac261e824712cdb432ec5ec","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250325.1.tgz","fileCount":184,"integrity":"sha512-kfdX9Q310ZbM5I4FeqbeAdcpCGwWzDJ9s/zWNRuDGiPnXfUrsu4W/vWPTxFdmXJZueRQ+jRjoAHq86CGAisQGw==","signatures":[{"sig":"MEUCIQCL3H3OWSV8cXYXmGQ4VhfHNPiZAqj5HH8UdKYZy6dZ/QIgPHjab+LWzqzcKmabyRlwCsjpkG4wUMPIJwntTpOdr+U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f04c94f4-bbaa-484e-b826-9261e8728f22\\azure-rest-iot-device-update-1.1.1-alpha.20250325.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f04c94f4-bbaa-484e-b826-9261e8728f22\\azure-rest-iot-device-update-1.1.1-alpha.20250325.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kfdX9Q310ZbM5I4FeqbeAdcpCGwWzDJ9s/zWNRuDGiPnXfUrsu4W/vWPTxFdmXJZueRQ+jRjoAHq86CGAisQGw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250325.1_1742918463722_0.7137959309560704","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250326.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250326.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250326.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4c1d5a0f459041bbdcc80e3d049b729daa9e79c5","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250326.1.tgz","fileCount":184,"integrity":"sha512-yFSqhueCJv1Cvnch6ppi903a/C/+ar+ojb65pgbTAqgQwH5IJSD/c4omw2+iU8jSPqSnrah49+sqENk+wreewA==","signatures":[{"sig":"MEUCICwRVNrqBo5aUuBroSJWnd8vRUshnYi6W24ig8b0J7inAiEAgMRtpN3OT/2NetK0OZaUCivB+m0TzOJrcZTyK/y9qTM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3026202d-d9ee-4819-b2d8-5f03459dacce\\azure-rest-iot-device-update-1.1.1-alpha.20250326.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3026202d-d9ee-4819-b2d8-5f03459dacce\\azure-rest-iot-device-update-1.1.1-alpha.20250326.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yFSqhueCJv1Cvnch6ppi903a/C/+ar+ojb65pgbTAqgQwH5IJSD/c4omw2+iU8jSPqSnrah49+sqENk+wreewA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250326.1_1743005118400_0.3579181750805096","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250327.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250327.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250327.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"705a3802d96140a06f156c21f392097b23490a20","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250327.1.tgz","fileCount":184,"integrity":"sha512-MNBAIlAlZDp2vwGTltztF0xn3QpjP9uXRrtUEiRRKB0pvGCoSEjxTB8kESs7gY21h686Mfrp6K/1vdD+t5kmzg==","signatures":[{"sig":"MEYCIQDc09VVyG/ulXqQ6U9foMgWHW4HdKqhuu1/4LwECKW+TQIhAICdsd7SoNIfM6NPqDQN3/XswZgRt68bnAJfbVZCy1zY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\668db719-0aa1-4a2f-a16f-9afa50e58465\\azure-rest-iot-device-update-1.1.1-alpha.20250327.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\668db719-0aa1-4a2f-a16f-9afa50e58465\\azure-rest-iot-device-update-1.1.1-alpha.20250327.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MNBAIlAlZDp2vwGTltztF0xn3QpjP9uXRrtUEiRRKB0pvGCoSEjxTB8kESs7gY21h686Mfrp6K/1vdD+t5kmzg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250327.1_1743091247523_0.7961399605577226","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250328.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250328.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250328.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5f9851e247f0e5fe23df6b40cf03efbbb8637a18","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250328.1.tgz","fileCount":184,"integrity":"sha512-t4911MGzsK3I4h0ct5l2mBae7Hymg5vniuWb10ScsnZ+TXOLfRW3CY55GPE0phSxhABA4Kejgk09D6lZ3JSLvg==","signatures":[{"sig":"MEQCIGzw44R0DWE5GYD0FNV0XduLnyMop1UH3p79PFs3nkMSAiBveknxuEiyl3tXAuAA9mnY+g8CNzhTeMOYHBye23E3eQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e8fd5fe-5d5c-445c-85bd-283272a66396\\azure-rest-iot-device-update-1.1.1-alpha.20250328.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e8fd5fe-5d5c-445c-85bd-283272a66396\\azure-rest-iot-device-update-1.1.1-alpha.20250328.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-t4911MGzsK3I4h0ct5l2mBae7Hymg5vniuWb10ScsnZ+TXOLfRW3CY55GPE0phSxhABA4Kejgk09D6lZ3JSLvg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250328.1_1743177590379_0.06185262223125276","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250331.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250331.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250331.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f82480da5efe7ad82b23b5568c677896d0f85fe","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250331.1.tgz","fileCount":184,"integrity":"sha512-bwU9VGUxwQQOxo6LdiJQOQtjEigrENc5XkElRbpEawD1kS5fvFGOv5bSuzz02Uvuf0D8NYZjHD1LcW1XPkIFCg==","signatures":[{"sig":"MEUCIDgu19/WW846yx5W8OK22/t7s4fsxUqrp/aYf7n7qTtAAiEAgXSefTTAieI26L7m6Bs3SJx15Qml0inlxMaatuTtUW4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1575684},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f5e8abf3-b933-4c43-966d-cd2c84a05b3b\\azure-rest-iot-device-update-1.1.1-alpha.20250331.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f5e8abf3-b933-4c43-966d-cd2c84a05b3b\\azure-rest-iot-device-update-1.1.1-alpha.20250331.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bwU9VGUxwQQOxo6LdiJQOQtjEigrENc5XkElRbpEawD1kS5fvFGOv5bSuzz02Uvuf0D8NYZjHD1LcW1XPkIFCg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250331.1_1743436996733_0.16755509650539446","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250402.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250402.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250402.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f6ab623a30b35a5970774659c7a37d8aa3f6d50f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250402.1.tgz","fileCount":186,"integrity":"sha512-Gxi+7Z2KaFHIlZd7MAnpTUlwGX8nQrHDGCPshP4qfqLx7paSGxor9paVWQuvjNkzrWQ3pQuTvEf0Sbf1NL5NfQ==","signatures":[{"sig":"MEUCIEksq0HsPxu6b++apZ3EHrSnWYcXn8RMzzFa64LY72Q6AiEAvvnxHubFe9fSzvDutTwsGdPKIqboQv6umFRreRLnDT8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\909deb36-3e6f-42ef-b876-495477cfd118\\azure-rest-iot-device-update-1.1.1-alpha.20250402.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\909deb36-3e6f-42ef-b876-495477cfd118\\azure-rest-iot-device-update-1.1.1-alpha.20250402.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Gxi+7Z2KaFHIlZd7MAnpTUlwGX8nQrHDGCPshP4qfqLx7paSGxor9paVWQuvjNkzrWQ3pQuTvEf0Sbf1NL5NfQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250402.1_1743609704393_0.45550725815093696","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250403.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250403.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250403.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"559ec80af460c767ec9d63302057c4e27e51928a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250403.1.tgz","fileCount":186,"integrity":"sha512-Rwc/+Oz6wt0UveDB9viZr8S33JAZLiySM4xo6TQDLlGLH0C4A5mmOPuCqqnLDIFlBNHUesBdPKdmnYV74VrVoQ==","signatures":[{"sig":"MEUCIQCRiutq2UKkDdmADesizfRdeWw/nL7AUbFpbXqa1XS8ZAIgYgIGOVpelUh8IeALyQqPYcwvt+H25uJRUyO5JpdPXkg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8aebf740-658f-449d-9e3b-15240ec64767\\azure-rest-iot-device-update-1.1.1-alpha.20250403.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8aebf740-658f-449d-9e3b-15240ec64767\\azure-rest-iot-device-update-1.1.1-alpha.20250403.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Rwc/+Oz6wt0UveDB9viZr8S33JAZLiySM4xo6TQDLlGLH0C4A5mmOPuCqqnLDIFlBNHUesBdPKdmnYV74VrVoQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250403.1_1743697203934_0.9063594527669414","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250404.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250404.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250404.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"694b975c888189fe6d5c68a5c3d83b3f6007cbea","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250404.1.tgz","fileCount":186,"integrity":"sha512-xzK6GqLqIyQ7OpZ2Z7g+Wr+Dif/gwcxSm/hg/mbPevjoYF5kDz4Bxh9M3Hr6oCI+si8DWXT1asdxoaJIeEQXWQ==","signatures":[{"sig":"MEYCIQCsvj0sbhLbCVLH/p0cY161WX5ZqX8sH1dG5X1eX4B21AIhAKhFjA4VX00NhMFtyk5xM2Xx3L/gdNyoyFuoS59cNy5o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5b9f0e59-d5c5-4aa4-9508-cc4193b45624\\azure-rest-iot-device-update-1.1.1-alpha.20250404.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5b9f0e59-d5c5-4aa4-9508-cc4193b45624\\azure-rest-iot-device-update-1.1.1-alpha.20250404.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xzK6GqLqIyQ7OpZ2Z7g+Wr+Dif/gwcxSm/hg/mbPevjoYF5kDz4Bxh9M3Hr6oCI+si8DWXT1asdxoaJIeEQXWQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250404.1_1743782488186_0.5951731645732483","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250407.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250407.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250407.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f2095374e94288b4f4ea4098a51f2b2c4731d45","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250407.1.tgz","fileCount":186,"integrity":"sha512-MTsIxk4IzGbdeo/RdpICLHyDFBASOrMWfszHWBIwslmYs3AUcg0oX8n9iHYa/5FgVPJMx4TtJWDNvXanZCa9pw==","signatures":[{"sig":"MEUCIQDhRnhu5o7GBDuIpLapmkwEqGMNnT92BEJMHPWP8yyZtgIgYuP4yN7/lt2kGKEOw9l3idErXiLHXhZKwvvwwYNHHxk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\de225975-5da7-4542-81f6-ff3334c48b00\\azure-rest-iot-device-update-1.1.1-alpha.20250407.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\de225975-5da7-4542-81f6-ff3334c48b00\\azure-rest-iot-device-update-1.1.1-alpha.20250407.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MTsIxk4IzGbdeo/RdpICLHyDFBASOrMWfszHWBIwslmYs3AUcg0oX8n9iHYa/5FgVPJMx4TtJWDNvXanZCa9pw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250407.1_1744041912285_0.7339788070316373","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250408.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250408.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250408.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45549dac9e46fd25467e91e039d91535d9ff10a6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250408.1.tgz","fileCount":186,"integrity":"sha512-Fr7Z2eeYLCiIu0TUxSPKMTYgv7Y7xHEaPT9LbGwZEEXeIWVkxHKhzE8Bsn1rX3V87qhkrwwyywlmoN6CszDRQQ==","signatures":[{"sig":"MEUCIEEEKS6qSa73pq3+UFNVvvyVVIEmB0dAume7wzHkLLIZAiEA3PuLhlBD3BUyUlA02/cVPlHtUqW5Z4dlw1srM4KUL38=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2f55b0bd-47ae-4813-b26d-7ce9a2f3d4e8\\azure-rest-iot-device-update-1.1.1-alpha.20250408.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2f55b0bd-47ae-4813-b26d-7ce9a2f3d4e8\\azure-rest-iot-device-update-1.1.1-alpha.20250408.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Fr7Z2eeYLCiIu0TUxSPKMTYgv7Y7xHEaPT9LbGwZEEXeIWVkxHKhzE8Bsn1rX3V87qhkrwwyywlmoN6CszDRQQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250408.1_1744128037639_0.08174971253212249","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250409.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250409.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250409.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd9a441b8a6f65462e78938b7f144902ae354cde","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250409.1.tgz","fileCount":186,"integrity":"sha512-kYhNTt9VwjBzGQpjmR9hItqzM/04ihT1bYGNPzDBnNGu+saW1kSgy6BT8MgCRQCL8BEc1AFDVDy/Hwp1ySdnhw==","signatures":[{"sig":"MEYCIQDwkpBSPTTONAM3kItqxesz0FPEyaFVBCwlUEs4JIxD3wIhAIgFLv1faVXLHwyRPFE7bs7HCQmTo1o8UZIk3OfqF6Lg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cbb1acfb-81c4-446b-8dd8-b53bc1c93343\\azure-rest-iot-device-update-1.1.1-alpha.20250409.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cbb1acfb-81c4-446b-8dd8-b53bc1c93343\\azure-rest-iot-device-update-1.1.1-alpha.20250409.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kYhNTt9VwjBzGQpjmR9hItqzM/04ihT1bYGNPzDBnNGu+saW1kSgy6BT8MgCRQCL8BEc1AFDVDy/Hwp1ySdnhw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250409.1_1744214395274_0.4698182293876292","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250410.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250410.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250410.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"445e6e564658ae66e95d6cf8bcea01fe461a68de","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250410.1.tgz","fileCount":186,"integrity":"sha512-nxL+PJkWwFMnwu4JCaUwBQOUmHu6v/qL00E/oLJwv21/+T40nehtDA7WTTI2c7zhJa9u3EMqicWIQxdAZ62cvQ==","signatures":[{"sig":"MEUCIQDDX8sQzpAPHQVxv7XJuuIbtG6qiUNTsSQ9FM00IYGydAIgYa1A55oK12I5B4ULL71mcTwg04TX53m0fLa2W36rf8o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e06ea45a-f4d9-4801-85ab-e2b2e6febebd\\azure-rest-iot-device-update-1.1.1-alpha.20250410.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e06ea45a-f4d9-4801-85ab-e2b2e6febebd\\azure-rest-iot-device-update-1.1.1-alpha.20250410.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nxL+PJkWwFMnwu4JCaUwBQOUmHu6v/qL00E/oLJwv21/+T40nehtDA7WTTI2c7zhJa9u3EMqicWIQxdAZ62cvQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250410.1_1744301171912_0.8476351953158301","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250411.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250411.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250411.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ccf7395561f622714123d6b3e0c98f9704c0aad9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250411.1.tgz","fileCount":186,"integrity":"sha512-dGJjkiUS+H/xLItCX+CqEAGPTEYX5utNvYGYj1QLCPi2dZPCTg7svozG9bNoTPvCa2HCMzlEcDTXg8gHadbFUA==","signatures":[{"sig":"MEUCIQCAIe4nLx0SBFIHZITlLEovD2Znzsmbzaf+WaLrUsSmcgIgfqDELRPkoBLexPNvHijF97b2YS3haEEzzR8qV+C/VsU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d841bf86-4edc-43d0-a8f0-5930cf72c782\\azure-rest-iot-device-update-1.1.1-alpha.20250411.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d841bf86-4edc-43d0-a8f0-5930cf72c782\\azure-rest-iot-device-update-1.1.1-alpha.20250411.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dGJjkiUS+H/xLItCX+CqEAGPTEYX5utNvYGYj1QLCPi2dZPCTg7svozG9bNoTPvCa2HCMzlEcDTXg8gHadbFUA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250411.1_1744388398341_0.9756223033896658","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250417.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250417.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250417.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"babc91bea071de74676d8c0d5008cab9686abd0d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250417.1.tgz","fileCount":186,"integrity":"sha512-tdtlWAk0u96OrawDN4OSXy2L2u5gL7hBPSGifIg00cvoPCIuyXJcggasPzaSVhkrqN5W4cZYYCag8EvZz6BDXw==","signatures":[{"sig":"MEUCIQDktUu2Y4nnAot9KTr5YujVSZU/Ek1+l2plG20qnssslwIgX9cBymirX8/0ASOQheCLlm7RCPftEb6R4WQSOeUZNH0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fbb761a1-9d49-43e7-b580-738d58e1ec1a\\azure-rest-iot-device-update-1.1.1-alpha.20250417.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fbb761a1-9d49-43e7-b580-738d58e1ec1a\\azure-rest-iot-device-update-1.1.1-alpha.20250417.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tdtlWAk0u96OrawDN4OSXy2L2u5gL7hBPSGifIg00cvoPCIuyXJcggasPzaSVhkrqN5W4cZYYCag8EvZz6BDXw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250417.1_1744905856730_0.36584369845021736","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250418.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250418.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250418.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c7e1ccb762d9aff1b5f52fce9da6ec44152cb268","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250418.1.tgz","fileCount":186,"integrity":"sha512-eySMcDUjSsBaUkliXQle8ys7TLxNVX64SuxzrcIPpZzAFGgyERM5cJuPXResN3FLj7CvvO0nNnThn/he12nM3g==","signatures":[{"sig":"MEUCIGXvbbLB2Z0FIxlQx88D9cHyhWB6w5wz/eSvRSErr/uiAiEAxZT91NKrlEeIl7najZ4tw13R//WHuLDHVly98IjhyNw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d4599289-90c2-4ea4-ac5d-8023ee9ffad4\\azure-rest-iot-device-update-1.1.1-alpha.20250418.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d4599289-90c2-4ea4-ac5d-8023ee9ffad4\\azure-rest-iot-device-update-1.1.1-alpha.20250418.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eySMcDUjSsBaUkliXQle8ys7TLxNVX64SuxzrcIPpZzAFGgyERM5cJuPXResN3FLj7CvvO0nNnThn/he12nM3g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250418.1_1744992355891_0.8732924937121822","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250421.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250421.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250421.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a250b90221209d1443e97e07b7461afce4748a29","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250421.1.tgz","fileCount":186,"integrity":"sha512-MlvL+dXZJ2h0cbR2f73D7eGJ/JchtXfTKJUXwQpg9adcWYNibtc1bE9psycs8NGJM0hIW6x+2SbfDmdbO/++pg==","signatures":[{"sig":"MEUCIQCEv1tuFT++xSr2wqdi1iIONqpnWYCuCVvWQzhUcQrulQIgQpgj5LzmtwBSkx/40uKu49EaTvhWayGT7TFlr//t+F0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9c53918d-a0b7-4c35-b2ce-fcd7b1c223f1\\azure-rest-iot-device-update-1.1.1-alpha.20250421.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9c53918d-a0b7-4c35-b2ce-fcd7b1c223f1\\azure-rest-iot-device-update-1.1.1-alpha.20250421.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MlvL+dXZJ2h0cbR2f73D7eGJ/JchtXfTKJUXwQpg9adcWYNibtc1bE9psycs8NGJM0hIW6x+2SbfDmdbO/++pg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250421.1_1745251483648_0.516313635976209","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250422.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250422.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250422.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2cd83e5d6ff305ec98ffe2ed365820532a523bda","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250422.1.tgz","fileCount":186,"integrity":"sha512-uBbz0QU+A+uoWX1pusqtElsc0ERtuhWqTTasuT8055JX4JEPq39EkYRWsaqHC8PqiAwrtYo7edIMbMdOx10DEQ==","signatures":[{"sig":"MEQCIDTw95SaJ60xFgMsvoyjDPZEYHl3ej6eUIwZxRR/uTnwAiARs9baWuShP9gyMDlxucyqld+/jF+OahjyftXeT/jZRA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\92ec2348-0dc2-4e9c-b53e-a2aedb3ee1a1\\azure-rest-iot-device-update-1.1.1-alpha.20250422.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\92ec2348-0dc2-4e9c-b53e-a2aedb3ee1a1\\azure-rest-iot-device-update-1.1.1-alpha.20250422.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uBbz0QU+A+uoWX1pusqtElsc0ERtuhWqTTasuT8055JX4JEPq39EkYRWsaqHC8PqiAwrtYo7edIMbMdOx10DEQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250422.1_1745337939442_0.43013492508935514","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250423.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250423.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250423.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f29b4483feecb98c0b0b6465c60c8eb2e6733e3","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250423.1.tgz","fileCount":186,"integrity":"sha512-DH1E5EIWp3dinx2yNYO6iWCer+wR/tPCariClLPEpKY67/42/a+A40brWe3ywfdwINF1GoGTOBDBoQNU0nNLxg==","signatures":[{"sig":"MEUCIQCjlES1PpnD7mB3QasUFJSASTdR/nTutx6qvYm1mjhiagIgcxMfY4JmP9pgtxwa95zkku3rRdLsliyL7LAClCAfsdQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4316e8da-53e8-417b-9fb7-995be0b2a3ef\\azure-rest-iot-device-update-1.1.1-alpha.20250423.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4316e8da-53e8-417b-9fb7-995be0b2a3ef\\azure-rest-iot-device-update-1.1.1-alpha.20250423.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DH1E5EIWp3dinx2yNYO6iWCer+wR/tPCariClLPEpKY67/42/a+A40brWe3ywfdwINF1GoGTOBDBoQNU0nNLxg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250423.1_1745424284508_0.1119918815441947","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250424.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250424.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250424.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1998d1085f22313ba011d938c89a2df02d2a3533","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250424.1.tgz","fileCount":186,"integrity":"sha512-9RxyWc0DrkqQUAgOI1BrVexRrF5TzREaX/ZjXzAEZo7zK+AgwyjTLOM3LXASYtw0v7NPmNaOKDNIAH6J6mZo5A==","signatures":[{"sig":"MEQCIAFtxxWMfNPKK7CvrxZ0gcC1/XJOiEMKgSPRnX6cmFiKAiAXvujUNYdz9CQjxl09DSnu3CFh9+dU4NiRi/UJ7xlxbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1a3637e6-dbe7-4b98-b35a-c52df2985c65\\azure-rest-iot-device-update-1.1.1-alpha.20250424.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1a3637e6-dbe7-4b98-b35a-c52df2985c65\\azure-rest-iot-device-update-1.1.1-alpha.20250424.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9RxyWc0DrkqQUAgOI1BrVexRrF5TzREaX/ZjXzAEZo7zK+AgwyjTLOM3LXASYtw0v7NPmNaOKDNIAH6J6mZo5A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250424.1_1745511010084_0.5979768132966303","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250425.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250425.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250425.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fdf3976322278a4baa1cad8af8dffb27bbb9c2f6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250425.1.tgz","fileCount":186,"integrity":"sha512-gWCdQ9RqZgywBwnqxqIeOBIHvywTRVsIe0K3YE7LcTo7AtQThqyadVJrEShEkPwVIWavScDAOgRZxxK2hSmlpA==","signatures":[{"sig":"MEUCIG8NfTkWz0KctUKL9ZxZziTwsOi+Z1b73A8cvdokSTU5AiEAiz+COfc11SzppjC1yxsYO2QCCENeMZSulLX7QTJcnEg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ce0d253f-68b5-4931-82b3-753cfe979a43\\azure-rest-iot-device-update-1.1.1-alpha.20250425.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ce0d253f-68b5-4931-82b3-753cfe979a43\\azure-rest-iot-device-update-1.1.1-alpha.20250425.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gWCdQ9RqZgywBwnqxqIeOBIHvywTRVsIe0K3YE7LcTo7AtQThqyadVJrEShEkPwVIWavScDAOgRZxxK2hSmlpA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250425.1_1745597244384_0.4686476878749646","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250428.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250428.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250428.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"93387f6f35164f5fda34601e8c8e9e0caefe495c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250428.1.tgz","fileCount":186,"integrity":"sha512-smejm1zOV/AH6OQsCV+aDy6vPiERib9tvC50IPUrxtvhbKNMYkvj6JpWyAVKY82LF0Txij544/Y2Ozpdv8J1iw==","signatures":[{"sig":"MEUCIHGaHcd6QBOauf6aFTUe1A1vAnzuvGnjvXS4tzuybRzHAiEAymtSSdUQb+KYSEcy/5qI3k2wJ2nEk+25b2nFPfE/qEE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ce253be6-4ab9-49af-b9be-9579a7d0b377\\azure-rest-iot-device-update-1.1.1-alpha.20250428.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ce253be6-4ab9-49af-b9be-9579a7d0b377\\azure-rest-iot-device-update-1.1.1-alpha.20250428.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-smejm1zOV/AH6OQsCV+aDy6vPiERib9tvC50IPUrxtvhbKNMYkvj6JpWyAVKY82LF0Txij544/Y2Ozpdv8J1iw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250428.1_1745856451232_0.6821363167296155","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250429.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250429.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250429.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b25d1f1ed9b66ce95b7d9af3f77b66c1d73d8d7b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250429.1.tgz","fileCount":186,"integrity":"sha512-9qq9vegun0yxZlX3A0owpwXKBwhU10sZ7TBSRPv9lxbgjjStwQOuAqI56+Q/0cdbxvwIufaEIzoi2HtGagGwZA==","signatures":[{"sig":"MEUCIQD/3w0xuJnt9xZ2IR5ddJqtf5g+OvkY2I1zUgFPsAyWSgIgAfoPbYh8HwOXyDG/gUpNIAShHGKA4ZGJchDxMnDkEnE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e83b7123-6270-44dc-a7e1-1c7631948c61\\azure-rest-iot-device-update-1.1.1-alpha.20250429.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e83b7123-6270-44dc-a7e1-1c7631948c61\\azure-rest-iot-device-update-1.1.1-alpha.20250429.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9qq9vegun0yxZlX3A0owpwXKBwhU10sZ7TBSRPv9lxbgjjStwQOuAqI56+Q/0cdbxvwIufaEIzoi2HtGagGwZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250429.1_1745942805395_0.9382270623996316","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250430.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250430.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250430.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"39f43b7ffe1a3bc8c30b0d81a34f95be7332607f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250430.1.tgz","fileCount":186,"integrity":"sha512-NK1Uc531juJhagFfEnLV/aE0lslAF9QaahRY4Hku+bO4AkjaGRZShSOSysYSREGIyDTL2kRMjKhhkl2lhMZopQ==","signatures":[{"sig":"MEYCIQDij7aDdrQ2S9LoBC3sA2GJ5aLZ4Uj1bC+n2iZXdoDZkQIhALWOqfV2FKzckFh6WCFH6gTRgmTeopBEN2jY1QMVXimH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cb8eda69-88af-4590-ab2a-28c80325a773\\azure-rest-iot-device-update-1.1.1-alpha.20250430.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cb8eda69-88af-4590-ab2a-28c80325a773\\azure-rest-iot-device-update-1.1.1-alpha.20250430.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NK1Uc531juJhagFfEnLV/aE0lslAF9QaahRY4Hku+bO4AkjaGRZShSOSysYSREGIyDTL2kRMjKhhkl2lhMZopQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250430.1_1746029395548_0.4703226108232983","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250501.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250501.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250501.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"df1a3dbcb52ec805986f66b6205145c547f36e89","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250501.1.tgz","fileCount":186,"integrity":"sha512-3cbPpG5lIe5Sf6nd4b43pakBaadGZOZiIOfltpdmIIPWeKVS0iBO+QZ+2HA/T/kQzzrGqDMtwhOcXskpPDNJCA==","signatures":[{"sig":"MEYCIQDmxaS3FvIEpaTnDtS0MbIafqPgFDZ2vc/fX5NIOukZ/wIhALQZ4Rvjpzuf2lhbX8swL1ZRrhBShysSQ9Jf7CKXxN90","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\954869c6-4080-46d6-b908-05dfaf8c8e5f\\azure-rest-iot-device-update-1.1.1-alpha.20250501.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\954869c6-4080-46d6-b908-05dfaf8c8e5f\\azure-rest-iot-device-update-1.1.1-alpha.20250501.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3cbPpG5lIe5Sf6nd4b43pakBaadGZOZiIOfltpdmIIPWeKVS0iBO+QZ+2HA/T/kQzzrGqDMtwhOcXskpPDNJCA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250501.1_1746115727060_0.8961166987552138","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250502.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250502.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250502.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8edfd390919eb0604fd1567379914105143edb43","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250502.1.tgz","fileCount":186,"integrity":"sha512-Gqd+4USuMNWR3vn5HmrlOS273FbFEMtOA/1HML+6b9Vp/9Jw8VdzcJHvHyVXkcAdQPnzIbnAxK33uPfgyMZt4Q==","signatures":[{"sig":"MEUCIDoyVK6zW4w1JPzAk23Bsfmtomz5KkRmsE/LXEVMYOPkAiEA6aTBIHYh9ZVWmMRuDb1zbv4B2/VFckMtZ8OpHn58/Qc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d33cc2cf-0a1b-4bef-8620-08809056441d\\azure-rest-iot-device-update-1.1.1-alpha.20250502.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d33cc2cf-0a1b-4bef-8620-08809056441d\\azure-rest-iot-device-update-1.1.1-alpha.20250502.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Gqd+4USuMNWR3vn5HmrlOS273FbFEMtOA/1HML+6b9Vp/9Jw8VdzcJHvHyVXkcAdQPnzIbnAxK33uPfgyMZt4Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250502.1_1746203451055_0.8007133730849634","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250506.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250506.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250506.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5fea23b2a924fd816d4b91c963559fc1a1fc21c0","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250506.1.tgz","fileCount":186,"integrity":"sha512-x/SXiroF7YQiSZhvxOttQwqavA2y4tInA4uyCWQJYb4wGngcHQGd2/ZXjdnQJwHjvL9KkoN/qcdOGfW0hqk4tg==","signatures":[{"sig":"MEQCIC9Sp5A04V7pgNsJtZY8A7ETvDLPAtttzWUJDvDpuDUaAiB0TAo3nMCCXl2wzzDMnFk0bC9JE+Jf5sDXfE4GMiOrjg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1657152},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\487c5e6a-b584-4839-90ef-06715762e943\\azure-rest-iot-device-update-1.1.1-alpha.20250506.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo Obsolete.","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\487c5e6a-b584-4839-90ef-06715762e943\\azure-rest-iot-device-update-1.1.1-alpha.20250506.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-x/SXiroF7YQiSZhvxOttQwqavA2y4tInA4uyCWQJYb4wGngcHQGd2/ZXjdnQJwHjvL9KkoN/qcdOGfW0hqk4tg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250506.1_1746548316162_0.016998789277061777","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250507.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250507.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250507.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"edcf29a386baa03f5360f101bd42bcbd16b338e4","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250507.1.tgz","fileCount":186,"integrity":"sha512-Sk1c+jaGFOHpWRR7r21JUSF4ayou1zyF8d6bdpDI/MVi/P8FMZYgQ8BBzkB7IQ+Z4s3VDwAMJmJQ1VZzhFhP9Q==","signatures":[{"sig":"MEUCIQC2w+/oa/vHhpiK902tSUiniSRq2qECoAQPx5ZqNsWE6gIgTmXro3TD1sVP8dpGO1HPKvDBcA5tDdy2xpzO6k6fZRk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e6565157-0c11-40ec-b555-7e56b766a5eb\\azure-rest-iot-device-update-1.1.1-alpha.20250507.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e6565157-0c11-40ec-b555-7e56b766a5eb\\azure-rest-iot-device-update-1.1.1-alpha.20250507.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Sk1c+jaGFOHpWRR7r21JUSF4ayou1zyF8d6bdpDI/MVi/P8FMZYgQ8BBzkB7IQ+Z4s3VDwAMJmJQ1VZzhFhP9Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250507.1_1746634812085_0.7023228186753447","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250508.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250508.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250508.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d6966134b8093b7a31575d476c42178b304ccf65","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250508.1.tgz","fileCount":186,"integrity":"sha512-jI5T3cQqawUiTfn3xEho4go8lhmnlaPH4kZRldBhG0Gn9JUiO30PpXBGrtVhw5m8HRsQ9pe9Ut/54tGQXBfelg==","signatures":[{"sig":"MEUCIQCT6YuSWEbSkg75pzUv5j3giaX96IZb+QZ7oDMU3pDIsQIgYVagCTuPKv3ZJ83Ovcfth2wcNPfVhKS7OCG30ks3QlQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77cf869f-3b29-4881-815d-3115929db7fa\\azure-rest-iot-device-update-1.1.1-alpha.20250508.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77cf869f-3b29-4881-815d-3115929db7fa\\azure-rest-iot-device-update-1.1.1-alpha.20250508.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jI5T3cQqawUiTfn3xEho4go8lhmnlaPH4kZRldBhG0Gn9JUiO30PpXBGrtVhw5m8HRsQ9pe9Ut/54tGQXBfelg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250508.1_1746721098967_0.6479403586651189","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250509.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250509.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250509.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5719ed5e04d2574ff94bd4f47fd957a147835f76","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250509.1.tgz","fileCount":186,"integrity":"sha512-hTyOWjxN6e2Z6/jylHMpvUQQrlQPZwf/Twn8QZOwdowqLR7nNSG6QGmAPiAMetrHMP33lN0yRDKWtYIpJbEsLg==","signatures":[{"sig":"MEUCIQCtOVI9IiLL74hLetYpSVtbnxy19ovJW2VO0388UyYDzwIgfPHKWxpMU9X4Mgd/eotneI98Cj6ok5illzpnCk+AMcQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d22a7dce-765c-4e56-a039-616148227647\\azure-rest-iot-device-update-1.1.1-alpha.20250509.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d22a7dce-765c-4e56-a039-616148227647\\azure-rest-iot-device-update-1.1.1-alpha.20250509.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hTyOWjxN6e2Z6/jylHMpvUQQrlQPZwf/Twn8QZOwdowqLR7nNSG6QGmAPiAMetrHMP33lN0yRDKWtYIpJbEsLg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250509.1_1746808681770_0.583144940321636","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250512.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250512.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250512.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ea5cd8585ff8a0818d08e78d1afa8f2861bdf34d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250512.1.tgz","fileCount":186,"integrity":"sha512-61gQ4IPpO/H2hm5scojj+OZ3jx2olyH5o202WUYVIyQUQNj6QOHqxBEiarBacFivy5NnsE5hATIJJ10ZGtWxqQ==","signatures":[{"sig":"MEUCIQDjs4ZN43KubjHQfo5MagVYDGY/vqDhhaK3D1rOTNMkKgIgd57YwHmfKKRdXvaRwG5SZk7RmlnSxxzEzH7QzW+OB4g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\efd8c388-f303-4fad-b695-184508d9a169\\azure-rest-iot-device-update-1.1.1-alpha.20250512.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\efd8c388-f303-4fad-b695-184508d9a169\\azure-rest-iot-device-update-1.1.1-alpha.20250512.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-61gQ4IPpO/H2hm5scojj+OZ3jx2olyH5o202WUYVIyQUQNj6QOHqxBEiarBacFivy5NnsE5hATIJJ10ZGtWxqQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250512.1_1747066674936_0.5993176956361839","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250513.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250513.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250513.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca1db67cb23dc41fcd7a15c13e661617ccfad190","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250513.1.tgz","fileCount":186,"integrity":"sha512-DgmwBBT2vJGA/nZLySE40IAeBa7SYbfiOtPshM7mDwPFWqmyrWeuUesCBLE8XlCTjCU1RqJEuMaFRKdCCSuaGA==","signatures":[{"sig":"MEUCIQD4WQG2E6sux46a7aH2jZKQgI4rSQ85Agh/J3g6IG4nIgIgL1fqZj3AXT9GucDHa3/kKRvRJZRSomwVi76jPJ+ruag=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7634f0bd-bbb7-4c3c-93b0-9650fc57fb8f\\azure-rest-iot-device-update-1.1.1-alpha.20250513.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7634f0bd-bbb7-4c3c-93b0-9650fc57fb8f\\azure-rest-iot-device-update-1.1.1-alpha.20250513.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DgmwBBT2vJGA/nZLySE40IAeBa7SYbfiOtPshM7mDwPFWqmyrWeuUesCBLE8XlCTjCU1RqJEuMaFRKdCCSuaGA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250513.1_1747152468747_0.15209484105169513","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250515.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250515.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250515.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e826c93863e479a1d6c43453658e9aebbb057897","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250515.1.tgz","fileCount":186,"integrity":"sha512-FQP9fyiWRaAtnDyNzVDujnpZ3vlWziYxBaRxFoLH4gLfmXy8D1izwJOKVddTFDrXvgTb9aevAqBf7lu/3n9PVw==","signatures":[{"sig":"MEUCIQDlL4Q7k6TeERKSKR2/P7V6EpVzzU72c8sSgP5d0esE0QIgNU1HPsrZcL+SinAv4M+PndT8xi7UkvmNMQVfaCtbaDg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3c76457b-daca-4250-ab49-04058e52c065\\azure-rest-iot-device-update-1.1.1-alpha.20250515.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3c76457b-daca-4250-ab49-04058e52c065\\azure-rest-iot-device-update-1.1.1-alpha.20250515.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FQP9fyiWRaAtnDyNzVDujnpZ3vlWziYxBaRxFoLH4gLfmXy8D1izwJOKVddTFDrXvgTb9aevAqBf7lu/3n9PVw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250515.1_1747325329891_0.2973058614535524","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250516.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250516.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250516.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"05bd643d4a215f617ce6cfd7f9564d7bbbec1a8f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250516.1.tgz","fileCount":186,"integrity":"sha512-xn8vBVjbX/Y5aGfeA3sGxvzjnnNgFunQqjXD9agn1MOpvGd7Op3rIl2JoHOZ0rLiWkY9DifweG10S3jL/paTiQ==","signatures":[{"sig":"MEUCIBBr52iwDFrTuobQ4iCphab4FYDpj7b36BwwKmGm8DxLAiEA436+W674NYO2IATuac4JHooPRjXdgl3gsZhnaiIIK7M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d307e58f-f248-4421-952d-a47f15717767\\azure-rest-iot-device-update-1.1.1-alpha.20250516.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d307e58f-f248-4421-952d-a47f15717767\\azure-rest-iot-device-update-1.1.1-alpha.20250516.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xn8vBVjbX/Y5aGfeA3sGxvzjnnNgFunQqjXD9agn1MOpvGd7Op3rIl2JoHOZ0rLiWkY9DifweG10S3jL/paTiQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250516.1_1747411460105_0.9045120577544759","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250519.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250519.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250519.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5cba90f92e3e427efca4986215f6857235fc70b5","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250519.1.tgz","fileCount":186,"integrity":"sha512-DN5YaJl8CWm71ihyUFjaqnfCEPwiL+K9YsZu0mySQhKSu7DE9iqXX02fcwYylrcLgn0Z8oQYe3VXPuQMnBtWew==","signatures":[{"sig":"MEUCIQC7QWes9Dna0Us5RxHvX89PIeEJstFZ38I35PHmmT6NVgIgMD+sKMXQu65IQ2ZMRnE2MZxAk/qm2aZTxqTIAKXZQKI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4afe33f4-ad1e-48df-a187-a1b40e5e0ab9\\azure-rest-iot-device-update-1.1.1-alpha.20250519.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4afe33f4-ad1e-48df-a187-a1b40e5e0ab9\\azure-rest-iot-device-update-1.1.1-alpha.20250519.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DN5YaJl8CWm71ihyUFjaqnfCEPwiL+K9YsZu0mySQhKSu7DE9iqXX02fcwYylrcLgn0Z8oQYe3VXPuQMnBtWew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250519.1_1747670926198_0.16802176524799628","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250520.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250520.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250520.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"393aa5b84f6bc355b28b05440a9bffa7b1f8f3d0","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250520.1.tgz","fileCount":186,"integrity":"sha512-KoFaeKhfrGQZOvgv7eGF0BMRjlEuIoLYlcrJBhKQpypfa4dRZR/5pKRu4V6TA/cFWZMDTdmwBtQkMGGE7WkYtg==","signatures":[{"sig":"MEQCIAlIX0IrN5Wy9joQsxxIvCJNajoXvvBpCLK2LKEAwOkZAiBQFtz2gLYiMTwNfzMcafUuGxv9lKAHG39nYhbGPcN/vA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\902bec09-7e57-479f-95c0-4bcd246bcd07\\azure-rest-iot-device-update-1.1.1-alpha.20250520.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\902bec09-7e57-479f-95c0-4bcd246bcd07\\azure-rest-iot-device-update-1.1.1-alpha.20250520.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KoFaeKhfrGQZOvgv7eGF0BMRjlEuIoLYlcrJBhKQpypfa4dRZR/5pKRu4V6TA/cFWZMDTdmwBtQkMGGE7WkYtg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250520.1_1747757139133_0.10072724360415886","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250521.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250521.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250521.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eab277b5d0ebd02a71d32d92dc1eb3b47237998c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250521.1.tgz","fileCount":186,"integrity":"sha512-uDHBmkTdcFrFB1e5XeND9VhHpW6nQXZy0YpoHFlSiPfwa0QgUkXkxH+U8PFgynPLutSzpZVTKjM3IfeaaNNREQ==","signatures":[{"sig":"MEUCIGu/qu5HXTOe4dxOs82o53SYkA+g/Kyf3+xOza/HjvxsAiEAmW3U6mxIuglubbuRid/HF7gsL/zdfZZJq4yhQqtqXfk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e3331757-5617-49c6-b7ba-dd7c94b6a8e1\\azure-rest-iot-device-update-1.1.1-alpha.20250521.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e3331757-5617-49c6-b7ba-dd7c94b6a8e1\\azure-rest-iot-device-update-1.1.1-alpha.20250521.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uDHBmkTdcFrFB1e5XeND9VhHpW6nQXZy0YpoHFlSiPfwa0QgUkXkxH+U8PFgynPLutSzpZVTKjM3IfeaaNNREQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250521.1_1747843388993_0.2430315183126972","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250522.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250522.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250522.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2dd06d402d16328f9adb8434e1cd16e17a2247ba","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250522.1.tgz","fileCount":186,"integrity":"sha512-INiNPgYw0weBZDP1K9kQvChqEOy/MwfsHsJchwJMAh0GxOwyRq6kyNXUegv6AlqH8NRsivQEKvVNSPI+QlSFVw==","signatures":[{"sig":"MEQCIHzaZDtR0Of1kFGQGgKm5+Oi/CykMxZr65Hwc2g3Q6eVAiAPWFQHIVZ/vFlMiuOxWgq2Ho3KSqRRHoqizER820H0kg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\36953429-6e18-4394-a78a-0c8c6d0d3c07\\azure-rest-iot-device-update-1.1.1-alpha.20250522.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\36953429-6e18-4394-a78a-0c8c6d0d3c07\\azure-rest-iot-device-update-1.1.1-alpha.20250522.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-INiNPgYw0weBZDP1K9kQvChqEOy/MwfsHsJchwJMAh0GxOwyRq6kyNXUegv6AlqH8NRsivQEKvVNSPI+QlSFVw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250522.1_1747930084551_0.31917444840247566","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250523.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250523.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250523.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9ac0bb35564cb8502ee626a8c72f0c7b6eab08fa","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250523.1.tgz","fileCount":186,"integrity":"sha512-DOz5h8WFRXo6YQJxdXsNSgc6oIjkwSOQZwjq+o3h0Jx/mQdsN4onlsahLl/826CWpls46casip38PP/3YTt+Dg==","signatures":[{"sig":"MEUCIQCMbF+0uPz+6H4UQtKL13MkbA4/j3WB0WXOghPWnecbUAIgJXxaEsEz6DGjq9Ag7XXYLE6wsMJsqKOQIN72dtePll4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b8dd2a6c-c00c-433e-8310-2b61fff748f0\\azure-rest-iot-device-update-1.1.1-alpha.20250523.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b8dd2a6c-c00c-433e-8310-2b61fff748f0\\azure-rest-iot-device-update-1.1.1-alpha.20250523.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DOz5h8WFRXo6YQJxdXsNSgc6oIjkwSOQZwjq+o3h0Jx/mQdsN4onlsahLl/826CWpls46casip38PP/3YTt+Dg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250523.1_1748016462394_0.24844863277344564","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250526.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250526.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250526.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"144517fe3de973b65a1cc5ce731b92e5df304f82","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250526.1.tgz","fileCount":186,"integrity":"sha512-hrbgtE4FIt0lQnLCIKoanD7+4V3JXC9Ls7jsG+46Oawora59BgsjaEVTFxrqNFh4rsC/5IAEql6AWk1fwoil8Q==","signatures":[{"sig":"MEQCIGPakZRZzu2a+2GBrXN4svykNKSOQCfsCX3G9MIAgKXlAiB+Q1OjgvmDUFKmCiOcspcJrvXqwKOAieeO5aHz3+WM1w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3496661c-eaa1-47cd-bc2b-069990a896b2\\azure-rest-iot-device-update-1.1.1-alpha.20250526.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3496661c-eaa1-47cd-bc2b-069990a896b2\\azure-rest-iot-device-update-1.1.1-alpha.20250526.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hrbgtE4FIt0lQnLCIKoanD7+4V3JXC9Ls7jsG+46Oawora59BgsjaEVTFxrqNFh4rsC/5IAEql6AWk1fwoil8Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250526.1_1748275514094_0.5961644204062846","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250527.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250527.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250527.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"18df010776c326891e8338c05877670919b543d7","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250527.1.tgz","fileCount":186,"integrity":"sha512-B0zBZfBKd8nl1dmJVvHgmUJJFpKGXkIeSg8UGeb0XRosHB0r6zntEN9rggfY6aNZj0KKcssmkvSh46l25B634g==","signatures":[{"sig":"MEYCIQDoGI1sWnbN1xXWwEEXUqdcTSinaEbOcQVxe8KKz/RLCgIhANMLcljATN9xui0pKTaj8+nWtky+n2FjikMKoIaDZ2JN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aa32fb60-60c1-48b5-958b-e8c1cd55aa5f\\azure-rest-iot-device-update-1.1.1-alpha.20250527.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aa32fb60-60c1-48b5-958b-e8c1cd55aa5f\\azure-rest-iot-device-update-1.1.1-alpha.20250527.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-B0zBZfBKd8nl1dmJVvHgmUJJFpKGXkIeSg8UGeb0XRosHB0r6zntEN9rggfY6aNZj0KKcssmkvSh46l25B634g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250527.1_1748362141152_0.928779431253903","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250528.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250528.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250528.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d3c401f070a812547111276c013991eb8a7fe0ca","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250528.1.tgz","fileCount":186,"integrity":"sha512-Z1FV2QqcXxqDkcvSVR4s+RzPJ6zQ1rhzBijEm4o61MpfEtF4o9OeX9kstO5pZscgIAcxUs6twvzm7Za7AVWMVQ==","signatures":[{"sig":"MEYCIQDVK58FoTANpS5G5P+K7cYr9v+hXi10NOc4yoSUJFWCgAIhAKnnhTkQvNFl/kz0KLSCRjfX8+fvsrqlIKVjXt2VK1jH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0985bbbc-7b9e-4285-a39b-8cef07ccb9dc\\azure-rest-iot-device-update-1.1.1-alpha.20250528.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0985bbbc-7b9e-4285-a39b-8cef07ccb9dc\\azure-rest-iot-device-update-1.1.1-alpha.20250528.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Z1FV2QqcXxqDkcvSVR4s+RzPJ6zQ1rhzBijEm4o61MpfEtF4o9OeX9kstO5pZscgIAcxUs6twvzm7Za7AVWMVQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250528.1_1748448217905_0.7393046069717972","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250529.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250529.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250529.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"00e603a68b3546bd40a3d1b6338832ec337eed76","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250529.1.tgz","fileCount":186,"integrity":"sha512-RNYjnFfo8xq4EgdY6QzTorGkVU32sazWBWAVfQ++xTEJRyiBMPxoM6NaAWON5h2ohjsRSXZ3NSK1Xe+3mfLt4g==","signatures":[{"sig":"MEQCIHs1Iew7OiaQIel0BfmTICiADP3b28nJs31dq0b/oIevAiAj9Vep342afha+7SFOrU/4H4yCWFkP4nUXgeLg+eGH2g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fb5da7ec-b628-4007-928b-dd0689214f24\\azure-rest-iot-device-update-1.1.1-alpha.20250529.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fb5da7ec-b628-4007-928b-dd0689214f24\\azure-rest-iot-device-update-1.1.1-alpha.20250529.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RNYjnFfo8xq4EgdY6QzTorGkVU32sazWBWAVfQ++xTEJRyiBMPxoM6NaAWON5h2ohjsRSXZ3NSK1Xe+3mfLt4g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250529.1_1748534732151_0.18506883088393944","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250530.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250530.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250530.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f9987f497188966b348de1a45a9c1a2329c809c2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250530.1.tgz","fileCount":186,"integrity":"sha512-H6gwRXufC3O5k/a8sDrTAlnZHD8NG+KBj0EHOEdo6lpGPYupKFPZ0Z8aWKnpHjW5MuLaN8+muHSpapIQ2dp94Q==","signatures":[{"sig":"MEUCIBnjwqBpGHtc4FA7v6rGHNixk50QSU8UtsXE0k0o2MdcAiEAwUOnePFdMlUppjaYfpc1ygcI+jjOgfnttHejrN5w4M8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\679bf675-5c22-4b6b-a6e5-5231ae461d79\\azure-rest-iot-device-update-1.1.1-alpha.20250530.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\679bf675-5c22-4b6b-a6e5-5231ae461d79\\azure-rest-iot-device-update-1.1.1-alpha.20250530.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-H6gwRXufC3O5k/a8sDrTAlnZHD8NG+KBj0EHOEdo6lpGPYupKFPZ0Z8aWKnpHjW5MuLaN8+muHSpapIQ2dp94Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250530.1_1748621169209_0.15206380792268215","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250603.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250603.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250603.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"30943ad6c73a316ba6891f5fbb1d9d6401c82c0d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250603.1.tgz","fileCount":186,"integrity":"sha512-DDSQAySbne7POW9IjjGD612DnWVvWYW47hD8qxKisBf7RrL/eRFqLuiH2SsFAAWaaiaP83s8nX19KMJpcDRfMw==","signatures":[{"sig":"MEUCIEKUh3bcPubiAOiAuBIcXQVCYNc9nerhycFwZbA1Cx59AiEA2UEBrM+sIwEw2Od7iR9mErSMYkBKcRtvsPZ0JUl8CQ4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e378e07a-6805-4dac-82c4-7da336d90dab\\azure-rest-iot-device-update-1.1.1-alpha.20250603.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e378e07a-6805-4dac-82c4-7da336d90dab\\azure-rest-iot-device-update-1.1.1-alpha.20250603.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DDSQAySbne7POW9IjjGD612DnWVvWYW47hD8qxKisBf7RrL/eRFqLuiH2SsFAAWaaiaP83s8nX19KMJpcDRfMw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250603.1_1748966724584_0.4971315368330389","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250604.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250604.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250604.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"03be45197b6a648a00c82c1db4d8b99c0afa6db4","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250604.1.tgz","fileCount":186,"integrity":"sha512-xXdDcPoxrI3xcS5PzCIFB0P6+QNku+5tBqmGVl0sPuavRgUTmARa792mJZ0n10VZiRpzxiRRRx45/+ahVgkH7w==","signatures":[{"sig":"MEQCIHocf4KGTbYLBXv1Dxrj1kaV1+v1gtSeQq1FQZgYEVvFAiBg9OH8CtvT1NQJDcFcHbBdZgVEWKOgPNif26XMyL5F5w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f9634d68-4528-4132-93be-131dc3c834fa\\azure-rest-iot-device-update-1.1.1-alpha.20250604.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f9634d68-4528-4132-93be-131dc3c834fa\\azure-rest-iot-device-update-1.1.1-alpha.20250604.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xXdDcPoxrI3xcS5PzCIFB0P6+QNku+5tBqmGVl0sPuavRgUTmARa792mJZ0n10VZiRpzxiRRRx45/+ahVgkH7w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250604.1_1749053291229_0.30574526358729837","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250605.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250605.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250605.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf51c6d3a289f41198193ba27ba279555d0bbc41","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250605.1.tgz","fileCount":186,"integrity":"sha512-IWhP31LUIxnaU8iGG7cOVIN7UMXcVkvFi//wQA+4dPPMAVjEy4bCDr8rvJgHkNgOycKhKrwe2JUP/duCUEB5Aw==","signatures":[{"sig":"MEYCIQDu6cO6LZc+MUfIfhYCb5E9WwMFvXmvjLkmkK1AgAc6HAIhAJJHWFmz81dAVOLmFVy1HxcmYeMvmq/ta03x0BAjOqzx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\01cc8516-5f84-4158-a2f2-b3acbadf17ae\\azure-rest-iot-device-update-1.1.1-alpha.20250605.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\01cc8516-5f84-4158-a2f2-b3acbadf17ae\\azure-rest-iot-device-update-1.1.1-alpha.20250605.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IWhP31LUIxnaU8iGG7cOVIN7UMXcVkvFi//wQA+4dPPMAVjEy4bCDr8rvJgHkNgOycKhKrwe2JUP/duCUEB5Aw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250605.1_1749139643970_0.6308194565170744","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250606.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250606.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250606.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0f6083d0b79d79c4da54bb1bdf684c88015e9ccf","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250606.1.tgz","fileCount":186,"integrity":"sha512-vXN+Tr9GFugc74K6wmZuuwNuPFkv+0l7mEFrqEJo42dYjiVD7VCkZS3ruxTHV5YpXgOqfTd7MwIIy2E6zc+wgQ==","signatures":[{"sig":"MEYCIQD4Mhbs9x02uadhC4AsnHy3oUDUPcGlrqKni56r+RLo/gIhALzvJm4OfwH569f2hMThXPvP9/vRZpzvkiUxhcjXBg9h","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\be11ccc5-adf6-43a9-8c63-9828084014c6\\azure-rest-iot-device-update-1.1.1-alpha.20250606.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\be11ccc5-adf6-43a9-8c63-9828084014c6\\azure-rest-iot-device-update-1.1.1-alpha.20250606.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vXN+Tr9GFugc74K6wmZuuwNuPFkv+0l7mEFrqEJo42dYjiVD7VCkZS3ruxTHV5YpXgOqfTd7MwIIy2E6zc+wgQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250606.1_1749225892502_0.06651407232527196","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250609.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250609.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250609.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"401c4fc3b7de27fb4740774e94e2425fcdc74329","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250609.1.tgz","fileCount":186,"integrity":"sha512-T9of3X1fvcLlZz+Sixkf2JpfqjIOikTFR99HlgrsW0TcYxRR3r9kGWLthFNtFsX4/MmfLnD4UGMEdaNbmPdqrQ==","signatures":[{"sig":"MEUCIHqfZgi0cGyrQh53gV10isGiJgKlIsS42XVJVymXHoIEAiEAjybmeEmt9kdkes44M4bmICWi5KmB4JR2u4A5bfg2G9o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d3245ca9-e956-4806-a61e-2b68092abe8b\\azure-rest-iot-device-update-1.1.1-alpha.20250609.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d3245ca9-e956-4806-a61e-2b68092abe8b\\azure-rest-iot-device-update-1.1.1-alpha.20250609.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-T9of3X1fvcLlZz+Sixkf2JpfqjIOikTFR99HlgrsW0TcYxRR3r9kGWLthFNtFsX4/MmfLnD4UGMEdaNbmPdqrQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250609.1_1749485537982_0.3537667674058773","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250610.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250610.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250610.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"39cb50e251dcf1ed71bc114ef5dfffee6b9a556a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250610.1.tgz","fileCount":186,"integrity":"sha512-62kvzOxxVcv1uqaTGFX9vE//T+e+jWH9VRXSidZz2xF1TUYsnPoRpF+QOu0yHJooapUmvPFihKH84piBsDZQKQ==","signatures":[{"sig":"MEUCIAR6r92QRpZjR7FvZJyAhXRQlZGVM2nfA/D1zx6rGaWDAiEA8UhjZTrtDC6iJv0ssQzmeQUMyO7Kxb90Nm3TPbsFL54=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d2f81a58-98e8-4fc0-b51e-ff54062dfa4e\\azure-rest-iot-device-update-1.1.1-alpha.20250610.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d2f81a58-98e8-4fc0-b51e-ff54062dfa4e\\azure-rest-iot-device-update-1.1.1-alpha.20250610.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-62kvzOxxVcv1uqaTGFX9vE//T+e+jWH9VRXSidZz2xF1TUYsnPoRpF+QOu0yHJooapUmvPFihKH84piBsDZQKQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250610.1_1749571504806_0.8359252856003647","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250611.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250611.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250611.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a7f72be3c35d078738e44a54dc65ce2fc5df798c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250611.1.tgz","fileCount":186,"integrity":"sha512-RZO1ZHuCaqFcIP8gQ9ePOvQ7FyGLcZQ3pNVT4b/iC5I7TeT+g9usNfFPsDxqRLHmnOJypJjt//5EAW0Ad/alRQ==","signatures":[{"sig":"MEUCID9Qd3YOLfagvmSIlAVZMhMcAw90tMma6NmJGzdvjSrTAiEA/o4i+sBJBdDIlIggcJ/hcuxEuroexnR1OtCRhgSvRIE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e2d40043-b5e5-437b-a010-2ac02884c7fd\\azure-rest-iot-device-update-1.1.1-alpha.20250611.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e2d40043-b5e5-437b-a010-2ac02884c7fd\\azure-rest-iot-device-update-1.1.1-alpha.20250611.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RZO1ZHuCaqFcIP8gQ9ePOvQ7FyGLcZQ3pNVT4b/iC5I7TeT+g9usNfFPsDxqRLHmnOJypJjt//5EAW0Ad/alRQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250611.1_1749657975423_0.18649182596431624","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250612.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250612.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250612.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa9813c34f7ba080e9f103605a52e394b79b2a7a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250612.1.tgz","fileCount":186,"integrity":"sha512-hwLIFklfGQHQyMuO7+mW1pXhcOdFy+g+e7ZRFHq1jsEqMYCAhD65o2A6xr8VRS0oIWMTVgGoUFDS94eObYsx9g==","signatures":[{"sig":"MEUCIQDma7Z7ZkIExbLjpGHO6iAxD1V1zbYZvSiF7BgUtxIUpAIgIiYM3WAKMyRqOBehCsvseoIYAL9ZSULK3CkWdWh5yDo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec949df1-a6d1-4947-b3b9-1674e62d45b0\\azure-rest-iot-device-update-1.1.1-alpha.20250612.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec949df1-a6d1-4947-b3b9-1674e62d45b0\\azure-rest-iot-device-update-1.1.1-alpha.20250612.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hwLIFklfGQHQyMuO7+mW1pXhcOdFy+g+e7ZRFHq1jsEqMYCAhD65o2A6xr8VRS0oIWMTVgGoUFDS94eObYsx9g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250612.1_1749744221145_0.49181061200696075","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250613.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250613.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250613.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c41831cece263258d6e337e20f154efed00314ac","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250613.1.tgz","fileCount":186,"integrity":"sha512-eb/H2ekGJIQfk2MHgEP+RyLruItYELdXS7cJnUBJ9Gg4qS7r9GEd+NJZFrG6QyHJxto0VkIgcTX96gqnBiHOYQ==","signatures":[{"sig":"MEUCIQCKLRbGCAvkRmBx14Ud8RE+UjcqOOo8n67r5B3bR91nlAIgekDQPFECBH0go2loONVYwRgK6pGWAwRTLxhIfTdzZew=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1741d011-51fd-4805-8f97-4bc502519069\\azure-rest-iot-device-update-1.1.1-alpha.20250613.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1741d011-51fd-4805-8f97-4bc502519069\\azure-rest-iot-device-update-1.1.1-alpha.20250613.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eb/H2ekGJIQfk2MHgEP+RyLruItYELdXS7cJnUBJ9Gg4qS7r9GEd+NJZFrG6QyHJxto0VkIgcTX96gqnBiHOYQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250613.1_1749830734734_0.17451064665547533","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250616.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250616.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250616.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"349bf154d4b0217215f58358a58df3377d9054be","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250616.1.tgz","fileCount":186,"integrity":"sha512-LAUNIUs+XvxdWiL1jLt2JX5PqlmF7jBG6VdiJ8G9+WNGcjlkA7Hl49h7hW7nj22RVTGhM3H2j95hTTSbXPHqpw==","signatures":[{"sig":"MEQCIF74QTlGU3S7M6iurtKrZYR5mel8QIQ62j5R42m7/XCBAiA3uk4qzJpUlS+z7d/lXM9o+H3109VZy6sCJONd5XeyKg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c144c2a2-36f1-47b1-bd9e-7f5dff9bc453\\azure-rest-iot-device-update-1.1.1-alpha.20250616.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c144c2a2-36f1-47b1-bd9e-7f5dff9bc453\\azure-rest-iot-device-update-1.1.1-alpha.20250616.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LAUNIUs+XvxdWiL1jLt2JX5PqlmF7jBG6VdiJ8G9+WNGcjlkA7Hl49h7hW7nj22RVTGhM3H2j95hTTSbXPHqpw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250616.1_1750089881332_0.24280651956690447","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250617.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250617.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250617.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"76419b21e794087ae1b76f6f624c5e6c4c6397f9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250617.1.tgz","fileCount":186,"integrity":"sha512-nDhT4VQz8jZMRmZ7L3VHiix9Vj3/Fq6tzhhHcxugxG5niygn3xJffcm8qT3YUpjH0j0lKSobzvB750Q/sSDw4A==","signatures":[{"sig":"MEUCIQDif68gWRg6Wo41HI7tqYgVXn+FUXkZOYo6TZENceeJuAIgZl91dxg+LibxwboakjyrUb/SISCZ4j8cVp4hwFpUivg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656604},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a158f733-b727-4c4c-a04a-7d222167f6fc\\azure-rest-iot-device-update-1.1.1-alpha.20250617.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a158f733-b727-4c4c-a04a-7d222167f6fc\\azure-rest-iot-device-update-1.1.1-alpha.20250617.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nDhT4VQz8jZMRmZ7L3VHiix9Vj3/Fq6tzhhHcxugxG5niygn3xJffcm8qT3YUpjH0j0lKSobzvB750Q/sSDw4A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250617.1_1750176330501_0.1106631334544188","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250618.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250618.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250618.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c6ecccc11bb8974732a8c0c555d6a16a7750e095","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250618.1.tgz","fileCount":186,"integrity":"sha512-O5o6LoBW1S61mbgeq7OdvTMFLfneBbMFTN5UttNqc2J9qMRdqI3FpoYoZvWRjj6MD2eDHLn7imP3/MRaSXr3mg==","signatures":[{"sig":"MEQCIGt7JXdwwuUMBOPo7IUS/HY3qLCOmAD2hTm55VWUZBxIAiAI22fiNyZztT2fKLuJzSwpLKv5XV5zqlapHyf3dhvZoA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656566},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a4bcb648-0c18-4978-b719-ef5d65b86ee2\\azure-rest-iot-device-update-1.1.1-alpha.20250618.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a4bcb648-0c18-4978-b719-ef5d65b86ee2\\azure-rest-iot-device-update-1.1.1-alpha.20250618.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-O5o6LoBW1S61mbgeq7OdvTMFLfneBbMFTN5UttNqc2J9qMRdqI3FpoYoZvWRjj6MD2eDHLn7imP3/MRaSXr3mg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250618.1_1750262972020_0.32214546331956995","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250619.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250619.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250619.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f0039211a7137b7a929c41db88fb26d20fe7ea94","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250619.1.tgz","fileCount":186,"integrity":"sha512-Pa0RSNBIVxkYVR9oa7o+AZw00JEZK0TbBPvGNZjvacM4uAMWOIlM3KEN0QKO4HOCrZSnGUcPGVbtDfZ6MjjEZQ==","signatures":[{"sig":"MEYCIQCmQpVl1OUmuLz/q37wgrEm7QRASqk1FXClB3xBZycyLQIhAOuBYMOakdrUQTpJIRvlHmZNKhaHhq2dJ+uWuWEg1Of2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656566},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0d81dc62-dadb-42b5-8306-54e0ab0466c0\\azure-rest-iot-device-update-1.1.1-alpha.20250619.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0d81dc62-dadb-42b5-8306-54e0ab0466c0\\azure-rest-iot-device-update-1.1.1-alpha.20250619.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Pa0RSNBIVxkYVR9oa7o+AZw00JEZK0TbBPvGNZjvacM4uAMWOIlM3KEN0QKO4HOCrZSnGUcPGVbtDfZ6MjjEZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250619.1_1750348917073_0.46803253020351","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250620.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250620.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250620.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8706a9a95018762559ac49448f0be199e1d5bc23","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250620.1.tgz","fileCount":186,"integrity":"sha512-Tejl7jFNIiNtpLcY6J5Bzswo9TfMjGQCXMl4tVfT/LbM8tcm6UzsbVSbuVPGKut+U0ydEHfXwdL/4GzzQoH2bg==","signatures":[{"sig":"MEUCIQDnjPeXAwM66FFoOEHWwOSPUdYIzYrvzp9T8xk4K4r43gIgePy+Flz69YPDchmgxZ4GI1C/HA2p9baAbDHyYTvYnqM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1656566},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4ad682d6-cb79-41f8-8f68-22aa4e572df6\\azure-rest-iot-device-update-1.1.1-alpha.20250620.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4ad682d6-cb79-41f8-8f68-22aa4e572df6\\azure-rest-iot-device-update-1.1.1-alpha.20250620.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Tejl7jFNIiNtpLcY6J5Bzswo9TfMjGQCXMl4tVfT/LbM8tcm6UzsbVSbuVPGKut+U0ydEHfXwdL/4GzzQoH2bg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250620.1_1750435669825_0.6889064662093483","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250718.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250718.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250718.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"437ec1842db1108a845aed525eb6affdc09e9f85","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250718.1.tgz","fileCount":186,"integrity":"sha512-F8Bt1Yk6QaF0zv81qSt6VHBUH5R5y6d6Tnclkdw5IPU/sn+ZkB8WddX+XJi9Wci6MxOjbK1bM3pvNr8yuT73rg==","signatures":[{"sig":"MEUCIQDpxcCKklKXb1CI8PNU/iwSLMQ+n8Oqpiwk7gvAgcns0gIgUPFvbyLg485bCBMGiJnfXYOd68eNVL3SzkubBZzTlh4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1658777},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0dcf9742-e35c-4aec-9bb2-38c8afbc4c5b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250718.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0dcf9742-e35c-4aec-9bb2-38c8afbc4c5b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250718.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-F8Bt1Yk6QaF0zv81qSt6VHBUH5R5y6d6Tnclkdw5IPU/sn+ZkB8WddX+XJi9Wci6MxOjbK1bM3pvNr8yuT73rg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250718.1_1752854376902_0.09458510984952073","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250721.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250721.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250721.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"410ec5be67c3d79e2c509b52d84aaeeb0fd4f0f8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250721.1.tgz","fileCount":186,"integrity":"sha512-aR9tCZaFM29q1mtF1z+h3N4CLr6E1JjmD1yIkCbO2v8Tk6O/uVcinpvqS8FW4ZorOg2LWx60AAin2qSeK8LRww==","signatures":[{"sig":"MEYCIQD3k5TKMhU47IaDh827A12zLjCEMWufC9EhbrPhwhyBhwIhAMYkP/x4zVIeKXXQ136nBfrbIb+8BGfEWAHYBNkdxWVO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d9bf8e6b-2c54-4a04-b01f-993270fc70f4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250721.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d9bf8e6b-2c54-4a04-b01f-993270fc70f4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250721.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aR9tCZaFM29q1mtF1z+h3N4CLr6E1JjmD1yIkCbO2v8Tk6O/uVcinpvqS8FW4ZorOg2LWx60AAin2qSeK8LRww==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250721.1_1753113582190_0.14100327116852696","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250730.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250730.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250730.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c7562d3b5284160b5b8c92bd4606fd29d7374c9b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250730.1.tgz","fileCount":186,"integrity":"sha512-ARsLd+i7jkjWCCFd4XVG37JZ/PY/BOqsJpvGILv/D9CjbsRZZ1Zy/g6cs2kWkWq8VeSWHexdg9o34BIssnc0BA==","signatures":[{"sig":"MEUCIQDShpzSmlBV0DVlI50zoh2b4PlAecmhs/Wu1cISDLEAWQIgYasqi+nEgVjynJGNB+sSmSGCniMwPQPLmjgVHPTJ+jI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641496},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\34ca1fab-7e67-473a-b26b-961744d363ab\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250730.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\34ca1fab-7e67-473a-b26b-961744d363ab\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250730.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ARsLd+i7jkjWCCFd4XVG37JZ/PY/BOqsJpvGILv/D9CjbsRZZ1Zy/g6cs2kWkWq8VeSWHexdg9o34BIssnc0BA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250730.1_1753891246764_0.18046926736669944","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250805.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250805.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250805.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e8999669943e401738f94f5c4f5617dbfffa0bf9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250805.1.tgz","fileCount":186,"integrity":"sha512-aEISiz5hrTMKTuUsMuG2/dE/V+2F6YH/cfgUNrEA8e/orTYpXTLpHH3f/uRGzFCB7DMF0yOQagrct2IOqMAdiQ==","signatures":[{"sig":"MEQCICLLYHcaHnIZy89Q8JsTqr+0O2gw8djPGAbcuXxOUc50AiA8BbvZYiZsZrhTBzzA1ptIEsTKTsD1m/I20SRTYQjLiA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641497},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1624b8f8-875e-4f1d-94a2-0ae3d3d4b85b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250805.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo Obsolete.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1624b8f8-875e-4f1d-94a2-0ae3d3d4b85b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250805.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aEISiz5hrTMKTuUsMuG2/dE/V+2F6YH/cfgUNrEA8e/orTYpXTLpHH3f/uRGzFCB7DMF0yOQagrct2IOqMAdiQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.0","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.6.0","@vitest/browser":"^3.0.9","@azure/core-util":"^1.11.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250805.1_1754409614303_0.26419471800669214","host":"s3://npm-registry-packages-npm-production"}},"1.1.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b7b3ab5275f8facf596d94f05965661282228c98","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1.tgz","fileCount":186,"integrity":"sha512-tLg9LJnCI7XgoQpIzydnASaJK2feGzuyHe6Zi0qTq6DjlpKB1IcMS1M3AIEfBxBu+pdSVQZ5Dx6D2kWAnyHp5g==","signatures":[{"sig":"MEUCIQDbkdqJ7DUUroiOckqSNCUwBiMcWrzcy4cZqaf4Ti+2fgIgSgmCioElFwv10dgtoyAyz3oCN+4nKV6K4SyBT1+TBS0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641416},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\65ec65df-93ae-421c-89cb-199a4143e867\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\65ec65df-93ae-421c-89cb-199a4143e867\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tLg9LJnCI7XgoQpIzydnASaJK2feGzuyHe6Zi0qTq6DjlpKB1IcMS1M3AIEfBxBu+pdSVQZ5Dx6D2kWAnyHp5g==","deprecated":"Unplanned Release","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure-tools/test-utils-vitest":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1_1755878857808_0.09454875921005246","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250825.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250825.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250825.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a6a1bc0f7e961a938fb15e8f261b3c59ccb6828d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250825.1.tgz","fileCount":186,"integrity":"sha512-WiKcR/cxndgyVYAgezXzUM1s+qxpNH7hRRzD4CfRJXHUDRUphqE8Da/5jMZ3YJQzfmqujH46ItwLHFu9xfvjdw==","signatures":[{"sig":"MEYCIQCwOSXUWQs3WaAHdnx1QNCZNpMEZik/EgZozHhuDRgI4AIhAM1fmSaVsrT1h2u8NkzjX4CcK4G1QhneP8B4sctDlDWL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c4f1261f-8f7f-42ea-b5be-2b25488482e4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250825.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c4f1261f-8f7f-42ea-b5be-2b25488482e4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250825.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WiKcR/cxndgyVYAgezXzUM1s+qxpNH7hRRzD4CfRJXHUDRUphqE8Da/5jMZ3YJQzfmqujH46ItwLHFu9xfvjdw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250825.1_1756137887957_0.4299478517032891","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250826.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250826.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250826.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"80e7976b800d6789688bf142ecfa279b0d0844b7","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250826.1.tgz","fileCount":186,"integrity":"sha512-E472SVR7t4u4ED/T6n/J94dxQwimRj83RxOyzMUzUCEQbNFJbBTiRn06smkxHTvxL47pF2/gCfqmKn9RFURukQ==","signatures":[{"sig":"MEUCIQD1Zb38Js7FqqXRdvv4KckcqPsct5qoFgjaFmTw5RqxwAIgQ5Ko25KEEV3sWyp7Gcy/IvHJmAVvEJi4cG9wgYD8AZI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\87df301c-c58e-4bb9-aea8-34692c572e10\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250826.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\87df301c-c58e-4bb9-aea8-34692c572e10\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250826.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-E472SVR7t4u4ED/T6n/J94dxQwimRj83RxOyzMUzUCEQbNFJbBTiRn06smkxHTvxL47pF2/gCfqmKn9RFURukQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure-tools/test-utils-vitest":"^2.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250826.1_1756224389607_0.9065396239733485","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250827.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250827.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250827.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"287fdb6d9968e18aa513321b2165a32179767f99","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250827.1.tgz","fileCount":186,"integrity":"sha512-SAxQKq9YnSn+MRC11B7CNdssqfLnTX3NxDwMcdRlXXSziVQE4XH/MwMe7UYkSVtQOtlPfr0/OE9T4VgAnsqg8Q==","signatures":[{"sig":"MEQCIHXvg0pIm+Dh+16/xIl5uS+LK05F/7FQuwpVXqth0LM3AiBaxDiTyxIFk1POv9Aa2gMufzxNqH9fsFd/B+dKXgcGsA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ea410aeb-4224-46f5-88cc-c37d17b232d4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250827.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ea410aeb-4224-46f5-88cc-c37d17b232d4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250827.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SAxQKq9YnSn+MRC11B7CNdssqfLnTX3NxDwMcdRlXXSziVQE4XH/MwMe7UYkSVtQOtlPfr0/OE9T4VgAnsqg8Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250827.1_1756310861774_0.5567069455798559","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250828.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250828.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250828.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a5b5624f18dd5bfbcdc18ddc61719a616d8c893","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250828.1.tgz","fileCount":186,"integrity":"sha512-v6b7gixJVm5MRAecRQrllxU9V1bx8ON2xB+0d6TJQXLWNsWieRxeXImvSs1mkyTmrPa7gi2Ib7YI5H6R5iTXzw==","signatures":[{"sig":"MEQCIB1oQ6uFCR9LQyQaDWXRHr2RbhSwgIp9n8JQL1mJaxfAAiBVFBu14/a9ilImmWqO1KbFHWZjER0n3gGl3FmWCVTMaQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\045ec66b-54b5-4b7a-9648-7725e01f0d39\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250828.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\045ec66b-54b5-4b7a-9648-7725e01f0d39\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250828.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-v6b7gixJVm5MRAecRQrllxU9V1bx8ON2xB+0d6TJQXLWNsWieRxeXImvSs1mkyTmrPa7gi2Ib7YI5H6R5iTXzw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250828.1_1756397124856_0.3851040458525288","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250829.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250829.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250829.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b3b00420b249a20ed7007393e26f847c32887efe","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250829.1.tgz","fileCount":186,"integrity":"sha512-+brgcIJmmPLqbVsJJ5H4JCyaSqFVfZ2vSXVjc3LX4XA8J7sJhcaWL97FmQSdiiQEpv3Lymzkaq3ZaZxz0BjGNw==","signatures":[{"sig":"MEQCIFrDceoxXESQHsJrbhiZ/huDwhQQ7lGOePX6278B0WjKAiAr7XjhldBHmFPX5XKYgt0B44Ed4nyn1upMD8E3lgBj9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a75ad3b6-59e8-4f68-8e4a-37d28dbff538\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250829.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a75ad3b6-59e8-4f68-8e4a-37d28dbff538\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250829.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+brgcIJmmPLqbVsJJ5H4JCyaSqFVfZ2vSXVjc3LX4XA8J7sJhcaWL97FmQSdiiQEpv3Lymzkaq3ZaZxz0BjGNw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250829.1_1756483517267_0.848403484488208","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250901.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250901.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250901.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0ce1e4d404b715036d5668ed962b931e68a0bd56","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250901.1.tgz","fileCount":186,"integrity":"sha512-1q0wKYwYR8HO6lZUvfk0U6xa6Wa20otC3V7nUt50KSVjwnHWsO4pkpeQ/wnzsAmDffbTS4XbnUP1aIYBMY+zQw==","signatures":[{"sig":"MEYCIQDVgSGc/X0fmfqA4EfOradnfnNNhyX68089fdQ1R0+FqQIhAIF9I6B4y3X42pZ2qv9/zXydIRm5OhsRzbYEstrrXn1J","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8b33aaeb-96ee-4b1b-aadd-69153f5b9d3c\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250901.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8b33aaeb-96ee-4b1b-aadd-69153f5b9d3c\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250901.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1q0wKYwYR8HO6lZUvfk0U6xa6Wa20otC3V7nUt50KSVjwnHWsO4pkpeQ/wnzsAmDffbTS4XbnUP1aIYBMY+zQw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250901.1_1756742842507_0.78191492102648","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250902.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250902.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250902.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9af8976768326475c8bfb75e06ad9b6ce1bbd7ec","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250902.1.tgz","fileCount":186,"integrity":"sha512-WKOTEbiXxbS3QVuTyoS0GGZJtfYolMuAs4Kuh2c8rfsFxzDar57ZlQhQFH4fDf1JymSwMVNcLeyeL1nnMvMmZg==","signatures":[{"sig":"MEQCIC2oCCeBMKJnLhNgp+gUTcOX1pjwbUokA6ARsQ2s50WbAiBNPeOD09AAOBuAwK/DG1buC/yo8iL0tkwsZ++l9OkjdQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\130c9572-c7a2-4928-b215-80b77d09e048\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250902.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\130c9572-c7a2-4928-b215-80b77d09e048\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250902.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WKOTEbiXxbS3QVuTyoS0GGZJtfYolMuAs4Kuh2c8rfsFxzDar57ZlQhQFH4fDf1JymSwMVNcLeyeL1nnMvMmZg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250902.1_1756829646643_0.2942395824177704","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250903.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250903.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250903.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f767dd87b2954fe8694eac4f54586162bbd469aa","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250903.1.tgz","fileCount":186,"integrity":"sha512-TN+hCF+k81/Pm8b8PfhO3n3bcL1QSZt0VfETEjnxo6yL4DfgYbQmUicSK2/HB735ucT+bOpKG1dp8cn0sMNS2A==","signatures":[{"sig":"MEUCIQCFr8y7/uFw8pdVrWLmLm8t5fJ/GwQtwHOz03Ab8x3drAIgL+pOizqTMF2V7lE4bV2SPsXEd84lbCZYJtBqCvj8wQg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\96792124-315a-4704-8001-5e4361fbeea6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250903.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\96792124-315a-4704-8001-5e4361fbeea6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250903.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TN+hCF+k81/Pm8b8PfhO3n3bcL1QSZt0VfETEjnxo6yL4DfgYbQmUicSK2/HB735ucT+bOpKG1dp8cn0sMNS2A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250903.1_1756915883811_0.3597619861361896","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250904.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250904.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250904.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bc4e8ea6a34f0012eb1d9a5027c5e2cdd82670c7","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250904.1.tgz","fileCount":186,"integrity":"sha512-4NXDCH0Y/HG+W4T+T2xtxVVMyRpAfdWR2ZbsEJW01VMT0gZfi8uHqfivpbY72w9XP1y7OzANr7ENPj0CauS1ZA==","signatures":[{"sig":"MEUCIF/WXoeyMXxtlQz7TZWNxpi4FDEifFroHuqNQXSMayeRAiEAhwzB+r6Mn9xS5N6fw/t77inl0WehSYpncDbAfKPq7kI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7d83aa8d-9e1b-40f6-80c0-dcc16ee17df7\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250904.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7d83aa8d-9e1b-40f6-80c0-dcc16ee17df7\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250904.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4NXDCH0Y/HG+W4T+T2xtxVVMyRpAfdWR2ZbsEJW01VMT0gZfi8uHqfivpbY72w9XP1y7OzANr7ENPj0CauS1ZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250904.1_1757002355948_0.9397054286439124","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250905.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250905.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250905.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ea4c9043e32544549ef1b4eddd24576ad51aa398","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250905.1.tgz","fileCount":186,"integrity":"sha512-IDj4gGO7F6YZG32DTU7oYst2kSzEaeDytbvxNnfznKqbLksfBs2Bek5VB6L9h9zkIfP5Yu9kEZeLMw4Ogdinew==","signatures":[{"sig":"MEUCIQDECUF0ohkwEwsZjo5y7pj4hHdlGZ4ScfikdPBziqshtQIgVYwIZ9Xtw/Eq4sy0lu9qsAq3AofYxjM9PLQd267fbgI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\682af4f2-53f0-4617-bc94-22ad23797750\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250905.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\682af4f2-53f0-4617-bc94-22ad23797750\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250905.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IDj4gGO7F6YZG32DTU7oYst2kSzEaeDytbvxNnfznKqbLksfBs2Bek5VB6L9h9zkIfP5Yu9kEZeLMw4Ogdinew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250905.1_1757087848218_0.601939364734819","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250908.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250908.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250908.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"97223eb77bf61c98b4383309147780f512bbdaf5","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250908.1.tgz","fileCount":186,"integrity":"sha512-SQ5coCjpBokGImjAWKxNNcjoYQ69hXrf+7u4qFWofVa8gYg4Ss/BxxV+PDGvW7MFrmpPaIRrjiC//Nt16WpZUQ==","signatures":[{"sig":"MEUCIGZwM8lX23hFeeUD/SAvrFvWzDzIzPl4/N54TW9ebeMWAiEA6+eVMqtobt98WQICfA9uGmvkrMyuq/6Hv1+BqK2x2kc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8a92c7fa-fe1e-4c9e-8a6f-144591055c92\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250908.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8a92c7fa-fe1e-4c9e-8a6f-144591055c92\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250908.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SQ5coCjpBokGImjAWKxNNcjoYQ69hXrf+7u4qFWofVa8gYg4Ss/BxxV+PDGvW7MFrmpPaIRrjiC//Nt16WpZUQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250908.1_1757347243028_0.3888140358253642","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250909.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250909.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250909.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1c6ebcacaa2f6f051ab1e814b990f639a9f2b13c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250909.1.tgz","fileCount":186,"integrity":"sha512-vV7DPCan0JfzMfQpWgR7AGkb/NRYPI0hZOGUpjv/JdVB+XSa/yHD3t0rAHVhMOjmK8kHG4nVpHZ78NMuGhSU2Q==","signatures":[{"sig":"MEUCIF6HMhpoTyEjElpWg0+mrGCM4494YDYtCm9xTiI41gYMAiEApBRqsUoGL/25yUEemEmrszcudD51YWpTuqbGVo8NI4Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7db4b84c-b4e5-47bd-8112-c760f328f6e6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250909.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7db4b84c-b4e5-47bd-8112-c760f328f6e6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250909.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vV7DPCan0JfzMfQpWgR7AGkb/NRYPI0hZOGUpjv/JdVB+XSa/yHD3t0rAHVhMOjmK8kHG4nVpHZ78NMuGhSU2Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250909.1_1757433535244_0.3972924510714553","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250910.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250910.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250910.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bd11003dc669d1d684bff9a30bbf0d5123d8da6a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250910.1.tgz","fileCount":186,"integrity":"sha512-ywLc2ckTDObw7FkDV5ppB7H7ZcmcgzzDdY9m55v4JRZH+w67iVq8oOTTxs73576hC4ZsHvRd43L9cdfyzCWsUA==","signatures":[{"sig":"MEUCIEGYHFKSN0d4BM9MXHzys8Yt0XyzAcN7dQg8lNhe1k2sAiEAzNMHeNoJ+G/Ir3ISC1MzRcMNDY5FOM0fcgAGxdA56GA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c55bcb17-0247-4115-855b-9c2fed194efc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250910.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c55bcb17-0247-4115-855b-9c2fed194efc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250910.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ywLc2ckTDObw7FkDV5ppB7H7ZcmcgzzDdY9m55v4JRZH+w67iVq8oOTTxs73576hC4ZsHvRd43L9cdfyzCWsUA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250910.1_1757521335432_0.758611711010504","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250911.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250911.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250911.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d3ddf99c30b01e83b8aa283eb3ece18b96f23416","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250911.1.tgz","fileCount":186,"integrity":"sha512-s8MXNwYftFyUBvW+jds/euOhDbUSoQ+yJ7EMcMes7gAolDRY17uMurZeDZhXPhtZg/fRAxDwzM1vidJlJK5BPg==","signatures":[{"sig":"MEYCIQD6BCXDhRgVa+o+Jhuy8mth+tzBiy2K3IAY2rme9V/uwAIhAJSU/4zfJ//lmD+Laj1CGEkNHeje4e+/gYzvWuUKM0pz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\08af43ed-67c1-4664-93e4-51f7fb40789b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250911.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\08af43ed-67c1-4664-93e4-51f7fb40789b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250911.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-s8MXNwYftFyUBvW+jds/euOhDbUSoQ+yJ7EMcMes7gAolDRY17uMurZeDZhXPhtZg/fRAxDwzM1vidJlJK5BPg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250911.1_1757606392222_0.7815840454029628","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250912.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250912.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250912.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5b2245fdf5def8b4fbf468cc7196695d58bb3e9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250912.1.tgz","fileCount":186,"integrity":"sha512-DSVBCGJtflKDFHB8sTP9c7AWcJUKeggK+7xqXDilRCE62cvzaKQ7JLaA+5w60NclVLf2fFRRX3qmkN/fKGSoMQ==","signatures":[{"sig":"MEQCIAsV5Kzq9owLElLKtEpVhwHOg50bHF+akdhTlIBMghjEAiA5gh7w1rkSBWqQYujFJVO1obqDf/816nihqiCNzfprbA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a33d5138-58c2-4513-9dff-df39c6027fa5\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250912.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a33d5138-58c2-4513-9dff-df39c6027fa5\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250912.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DSVBCGJtflKDFHB8sTP9c7AWcJUKeggK+7xqXDilRCE62cvzaKQ7JLaA+5w60NclVLf2fFRRX3qmkN/fKGSoMQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250912.1_1757692716967_0.7024052317365743","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250915.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250915.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250915.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e420a4e33d6670690b4b3a95e45249736358040a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250915.1.tgz","fileCount":186,"integrity":"sha512-xRcIdAMQj7HDFL3mvVW1LQfkISmNl3jZC/XhLUj0zp9h/g1AFbMfMjoxC49FVjHjT9/1XiWkr6qn7BFGzm+X+A==","signatures":[{"sig":"MEQCICIFZo4uMDTeQEEvg2f3498APvmXFAQT8YuOPMiOtXbZAiBkBeFIgD/AkrNhRNVy4tQV3H+3bLNWWJJ/gQ6T048d5g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6de7cb02-c3cf-431e-8656-4de8618e11b6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250915.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6de7cb02-c3cf-431e-8656-4de8618e11b6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250915.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xRcIdAMQj7HDFL3mvVW1LQfkISmNl3jZC/XhLUj0zp9h/g1AFbMfMjoxC49FVjHjT9/1XiWkr6qn7BFGzm+X+A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250915.1_1757951890608_0.4759566071105563","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250916.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250916.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250916.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0119c4676981f3a64b1930028c141f89f782abcf","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250916.1.tgz","fileCount":186,"integrity":"sha512-gOVzqY4ebXh7LaIaPfX/V4Tu9zYktsAcCZ/4Q5G2jKXQKe1FEx1FWrSEui7ya5M0yazxWa/oTZ5O+KvHoXTY9Q==","signatures":[{"sig":"MEQCIHfda9aJCTShlKlzRtoeMMzAZtqSuLpCfTV//Q1/BxKpAiAPg8WCSRXLaiUhs2Z8K1z87MpP2Hv1Rub+CfZT8idBfw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\494bfd5f-ac27-46b3-8188-47bcc444622b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250916.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\494bfd5f-ac27-46b3-8188-47bcc444622b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250916.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gOVzqY4ebXh7LaIaPfX/V4Tu9zYktsAcCZ/4Q5G2jKXQKe1FEx1FWrSEui7ya5M0yazxWa/oTZ5O+KvHoXTY9Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250916.1_1758038269101_0.6394947246056941","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250917.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250917.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250917.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"24ff957edf25cc89506b2e1efc6c0517d735f6cb","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250917.1.tgz","fileCount":186,"integrity":"sha512-fp+EIAPzokzTbIBngxEZMwEdLYngBL5as6TnHM8TnYrP8qAQcA8AOSavlEaLImUY2oNZeKLnjKPHy1cJX55oiQ==","signatures":[{"sig":"MEUCIAvyjzpBC+9NdYp1PHdLY7PuxQI3bY5VpCVFn8AW+Zx2AiEA7n4rWG5UScpacKOgM7qf7H6baZlah1zSLfY2sje8Onc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\522e756f-bd66-47fd-8afe-fbec176a9529\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250917.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\522e756f-bd66-47fd-8afe-fbec176a9529\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250917.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fp+EIAPzokzTbIBngxEZMwEdLYngBL5as6TnHM8TnYrP8qAQcA8AOSavlEaLImUY2oNZeKLnjKPHy1cJX55oiQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250917.1_1758124701826_0.2231831140602729","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250918.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250918.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250918.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e81bcbda38226546f591426f6458c8d991744ca6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250918.1.tgz","fileCount":186,"integrity":"sha512-0zRhgTejkeqWhErO3+nECEDf4h8Ueq33jVhwOAbi5TaQtynzus3O93kJ5UlqB57LmZ5JW0RCPlAGZCyoESaWXw==","signatures":[{"sig":"MEQCIGgqeXGF8AqghOWlrpR1um4MyqAMNhyqf5Mm8+XClSHsAiBC6Ebp6yyxdWkJYA1ePavcfl49F17oBUXxo5pfPxM6fg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2e5a0c23-fe8a-42c8-808d-d6dca15d50cb\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250918.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2e5a0c23-fe8a-42c8-808d-d6dca15d50cb\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250918.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0zRhgTejkeqWhErO3+nECEDf4h8Ueq33jVhwOAbi5TaQtynzus3O93kJ5UlqB57LmZ5JW0RCPlAGZCyoESaWXw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250918.1_1758211102476_0.8750641377349431","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250922.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250922.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250922.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"113c3d42299def915013b13052ef88db6586c1a8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250922.1.tgz","fileCount":186,"integrity":"sha512-lIGAjXWacJWVXgXzXvl3hjIwEIfIeeimuHGNwegCdosX44PEQzt0GWIdD1EReM3lbmLMzxBHJ0CNZcOosZsbzA==","signatures":[{"sig":"MEUCIBtwQq4rZNAd+IZLYiB4w4RO9eI0pA+U9MVTYiGq3wyAAiEAlb/xC+GbMi9f1pS9q+/nZLc7q9n/F6qOendRFGnw0j0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c5ef5f9b-52cc-40db-8251-afbc72e63a9a\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250922.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c5ef5f9b-52cc-40db-8251-afbc72e63a9a\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250922.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lIGAjXWacJWVXgXzXvl3hjIwEIfIeeimuHGNwegCdosX44PEQzt0GWIdD1EReM3lbmLMzxBHJ0CNZcOosZsbzA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250922.1_1758556727654_0.1848674541838351","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250923.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250923.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250923.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b7806ca1eef90eef66370467d6f6c767b1083fb","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250923.1.tgz","fileCount":186,"integrity":"sha512-s6wkQvGyRtPftoz2FgXySj1u/pDAAc7IvP7sDwwKvV5BilMcMfECxt6EzAIMqY4xzY6i9nI6B9liWSwYv3+now==","signatures":[{"sig":"MEQCIGgxGpQbGGnVfKgUc/RROVyUTefKqb/+FW4I3AuqE08TAiAm5gxxAJS0Oj6xrauQs83vntSlWWl7dgXZ9P4OKZ0FGw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\380d88cd-3f07-4858-88bd-91919dabc34b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250923.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\380d88cd-3f07-4858-88bd-91919dabc34b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250923.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-s6wkQvGyRtPftoz2FgXySj1u/pDAAc7IvP7sDwwKvV5BilMcMfECxt6EzAIMqY4xzY6i9nI6B9liWSwYv3+now==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250923.1_1758643113371_0.8295712297585733","host":"s3://npm-registry-packages-npm-production"}},"1.1.1-alpha.20250924.1":{"name":"@azure-rest/iot-device-update","version":"1.1.1-alpha.20250924.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.1-alpha.20250924.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"93e8e30f03c4c1e1f50f75fb8f2cadc8cb14ca4d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.1-alpha.20250924.1.tgz","fileCount":186,"integrity":"sha512-h2PUFnZaO9VYFge/R3l9Hy94UYluyqVgi/jxb2pkL0OzCvtzfiderZsSO4TXZQlCg4ImjlG6JDVygzTYhArfDw==","signatures":[{"sig":"MEYCIQCZ2uy/wbTmQEq/pgGc1+acmp4SwMijqUcC8uG5iuF/7AIhAJun6H3J1pqKxQLh83L/B2QV0k5x/NXN9ICKikaH95mO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d8059ea9-f944-4b9c-8a0c-98ac6061b50a\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250924.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d8059ea9-f944-4b9c-8a0c-98ac6061b50a\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.1-alpha.20250924.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-h2PUFnZaO9VYFge/R3l9Hy94UYluyqVgi/jxb2pkL0OzCvtzfiderZsSO4TXZQlCg4ImjlG6JDVygzTYhArfDw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.1-alpha.20250924.1_1758729749810_0.08151719401317581","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20250925.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20250925.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20250925.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c0bd0329448de6e849bc5e7fc740476b1eef6943","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20250925.1.tgz","fileCount":186,"integrity":"sha512-+r1+9lH2rFgtItJrdaUl2xkrbns/3ri7rs6v2mty6ISUvhaPS2afTnMKRrrwuhwFwVyxMnaIntLW3xMWSeGPcA==","signatures":[{"sig":"MEYCIQD+WcgifRkVLXJl1UmCGD5ImqgjKvF3phauhLYKnmqNKQIhAPTiwSYKVpskMzB47um/vJKsI2xDvBXpc4q9SX5HXe16","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641423},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\73f30296-1cfd-43ce-b355-fd5603fe433e\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20250925.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\73f30296-1cfd-43ce-b355-fd5603fe433e\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20250925.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+r1+9lH2rFgtItJrdaUl2xkrbns/3ri7rs6v2mty6ISUvhaPS2afTnMKRrrwuhwFwVyxMnaIntLW3xMWSeGPcA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20250925.1_1758815973843_0.6520216776598218","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20250926.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20250926.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20250926.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"430444fddd72acc1e7bc2518d5a363f0e3f35a0e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20250926.1.tgz","fileCount":186,"integrity":"sha512-nxd6DzZsJVqrrYfYBXE1RLszmdsuot8quqiCDTq11Jgoo4T2svv9BKKZuRqM8RdlC6iBCUflHePzPlxmYUslAg==","signatures":[{"sig":"MEUCIBDYdzIM2Q6iOgstgVXuv6TFeOqnRCCB13ce/WPSPZh3AiEA4aVZ/dYWVpJqOZObXZBT9Ue06bc63lTC3NoWUfZN6Zk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641482},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9b316f83-638b-40b6-976f-48808806770c\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20250926.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9b316f83-638b-40b6-976f-48808806770c\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20250926.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nxd6DzZsJVqrrYfYBXE1RLszmdsuot8quqiCDTq11Jgoo4T2svv9BKKZuRqM8RdlC6iBCUflHePzPlxmYUslAg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20250926.1_1758902246143_0.44338726769945236","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20250929.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20250929.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20250929.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c9627b7e5bc9ebd0b795b96b6967b545db5e95d3","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20250929.1.tgz","fileCount":186,"integrity":"sha512-m9utRUfkUfa3t3NKQZmgY40khAXh1gMCrImlbe/kXmpYNUiy2oAOmkndVyvRB4FOWo8UXixYpbxuVXbylC2mGQ==","signatures":[{"sig":"MEUCIE6yfvBZyLlJMsQ6et2lPcziqysGGP3C/pxvXaP84ohZAiEAwZF+J5WyK9cH759wZtP4dNi58vNM3IeZaO8a8KxlhTg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641482},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dba59e79-6a7c-4f2c-a5cc-6518a1447cf7\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20250929.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dba59e79-6a7c-4f2c-a5cc-6518a1447cf7\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20250929.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-m9utRUfkUfa3t3NKQZmgY40khAXh1gMCrImlbe/kXmpYNUiy2oAOmkndVyvRB4FOWo8UXixYpbxuVXbylC2mGQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20250929.1_1759161656088_0.6184533236488468","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20250930.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20250930.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20250930.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f6304b4c33884f262aa87ee0fd7188df4e0a5b2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20250930.1.tgz","fileCount":186,"integrity":"sha512-42wuhl+BdQuB/ifZxsGB4TP/MRLPuJ/xQJKWd/W/6iuuquzBOSNCTAwjQIHziXV4Vj5TbfKeM47zmxdsw8kozQ==","signatures":[{"sig":"MEYCIQDtOG/cXGiAK9uoF72MMYF/0AStwPEpZqq665aqtaG+CQIhANhgom63288nPJrnBZ1wu8tSgC+MvUP+zc6KpUVLVPuc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641482},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f8013f8a-7db0-4b54-a15c-9dad32563e43\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20250930.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f8013f8a-7db0-4b54-a15c-9dad32563e43\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20250930.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-42wuhl+BdQuB/ifZxsGB4TP/MRLPuJ/xQJKWd/W/6iuuquzBOSNCTAwjQIHziXV4Vj5TbfKeM47zmxdsw8kozQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20250930.1_1759247904206_0.8228046397073727","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251001.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251001.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251001.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"59f7ca66546f886dcdff505a9d66629ca6487bdc","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251001.1.tgz","fileCount":186,"integrity":"sha512-bSWbQkPsUt4r6aFzl3XDKV/bC2mNQfKfbnjoaMxH2m+RIwQQCWv9AIoLP77g3klbYSlQSkRQUTgNsn7pu07SrA==","signatures":[{"sig":"MEYCIQCfvNiBYV6IqmEuADFn0Pqjxoyk2dihPaWy6ITMg8F+DQIhAK0zPbOmUWcRyQuSlXqw40N0TO6HssIO+YpXz2iwasvO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641482},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8b01504b-26f9-40df-8b29-068ad5c648f6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251001.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8b01504b-26f9-40df-8b29-068ad5c648f6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251001.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bSWbQkPsUt4r6aFzl3XDKV/bC2mNQfKfbnjoaMxH2m+RIwQQCWv9AIoLP77g3klbYSlQSkRQUTgNsn7pu07SrA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251001.1_1759334326592_0.2616368680767558","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251002.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251002.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251002.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"efea1ffc78a4f17c20b61e6ea0392a4a1fd1daec","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251002.1.tgz","fileCount":186,"integrity":"sha512-M2IqNYwiQAY3zPcS/QRSaLAc7nqflJ2m0F+ViaQwA4ocXPSD4KGrYiOddIMq6Z7Ka+jqkl+qCaBooNAU40hW6Q==","signatures":[{"sig":"MEUCIEa2UPtxnIQ3KWcqeZfERjzAwIJZh5iprUVrO0AmxR/GAiEAw4gyd5IRK4IZgZMzatJeYBP5jbjjNLdgtmHL9A/IUsQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641482},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3549cf8b-017a-42ba-8aa0-be29be870ae6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251002.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3549cf8b-017a-42ba-8aa0-be29be870ae6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251002.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-M2IqNYwiQAY3zPcS/QRSaLAc7nqflJ2m0F+ViaQwA4ocXPSD4KGrYiOddIMq6Z7Ka+jqkl+qCaBooNAU40hW6Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251002.1_1759420727417_0.970481181335521","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251003.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251003.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251003.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c9af7eaec05e5079a3789682d50925f6e8f28a23","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251003.1.tgz","fileCount":186,"integrity":"sha512-YUQAqRsHtmCdoK6QQr5pRmB3vGRnXJnTsLfsFRARmAAG4z1k/PLbyeQDpX2/xQK4hSFD+WFqUBJgp4jMz+UVBw==","signatures":[{"sig":"MEQCIF/BLjc5elaricmUqgPppMVWBsx1nG+YscXZ78yKnQcqAiAXifHiglvPY2pWVKTZjIRU8XUNnk2XLFkFdhckXLp0cw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641482},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9b87bdfd-0527-45e3-a8a6-2fa863ad2f21\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251003.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9b87bdfd-0527-45e3-a8a6-2fa863ad2f21\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251003.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YUQAqRsHtmCdoK6QQr5pRmB3vGRnXJnTsLfsFRARmAAG4z1k/PLbyeQDpX2/xQK4hSFD+WFqUBJgp4jMz+UVBw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251003.1_1759507071514_0.5356651008766873","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251006.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251006.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251006.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a5b960d40b58f12e38a585b437590c21dead2eb","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251006.1.tgz","fileCount":186,"integrity":"sha512-p4fHToiRgrdKSLPTnbeKd70PEASmlr/R6PSvoAqy4plxd8dmJg7wub43OnBbXKbM5GRTs2QmC+J/1r4GnjicKA==","signatures":[{"sig":"MEQCIAazZPsl7R3ynQwv0L1rifToT/rITU7u5qzmUC/ONP0gAiAkyW17aFHu3anRhH6lE3FEWH5O5Rby4dqT7AhBcqfN0g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641482},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\41a897f3-1410-4379-9b3e-3d49fb72096a\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251006.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\41a897f3-1410-4379-9b3e-3d49fb72096a\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251006.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p4fHToiRgrdKSLPTnbeKd70PEASmlr/R6PSvoAqy4plxd8dmJg7wub43OnBbXKbM5GRTs2QmC+J/1r4GnjicKA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251006.1_1759766257211_0.3095108508587101","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251007.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251007.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251007.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bc4898885d8ca58d9cc5348dde95288541aaa7fa","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251007.1.tgz","fileCount":186,"integrity":"sha512-2CxriT/VHxab9OSZ8i6x3EDwRV9i+4XJvDPZWCjDVuEezs18zdFyCCSXAu3MDsNHTlhWXyhmPHp0b1MZvqiaQQ==","signatures":[{"sig":"MEUCIQC1mTNaa4iV350Mug+OytdXM8rTUY9cmfqLKo0JTLYmjwIgHanDHfzm96W2jM3TJZxE7Bu9ZwGt0zZKvT697RqO3dw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641481},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\89e43164-701b-4592-8a9f-5a9e36919eaf\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251007.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\89e43164-701b-4592-8a9f-5a9e36919eaf\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251007.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2CxriT/VHxab9OSZ8i6x3EDwRV9i+4XJvDPZWCjDVuEezs18zdFyCCSXAu3MDsNHTlhWXyhmPHp0b1MZvqiaQQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251007.1_1759854238520_0.8554531567430421","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251008.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251008.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251008.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"31ebc6a5986c1905ecf599bc80af4f96de69674f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251008.1.tgz","fileCount":186,"integrity":"sha512-ZVfC/Mn0KIEOBrrWNtQZS1V4rBB/L3Rlufttmn16wY1vKtPrdkJV/l7rBzZUm3rM8qvU6dRS/+kFGdVJyIRrOg==","signatures":[{"sig":"MEUCIAucx7ukRQNDt0KVYBV7gfPUQGZV3GITYKdUjk3PFCitAiEA4iX6vYEje9JUJYQ59ZA0e+EFyf8sVAwuS+ky4KYa4SY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641481},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3b2901ee-544a-4ef9-a754-456117991593\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251008.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3b2901ee-544a-4ef9-a754-456117991593\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251008.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZVfC/Mn0KIEOBrrWNtQZS1V4rBB/L3Rlufttmn16wY1vKtPrdkJV/l7rBzZUm3rM8qvU6dRS/+kFGdVJyIRrOg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251008.1_1759939501810_0.4147290502363392","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251009.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251009.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251009.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"322d14669f74e84ecb002d8cccc85710489397fe","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251009.1.tgz","fileCount":186,"integrity":"sha512-5wgwfDU6F5Vlpft5vm8wLBLUnkfZkbkFzUhdp2l5m3rG+xk0j44PJ4PSQQ0O8i33s33mFFC8wcvy6iFoYCD3vg==","signatures":[{"sig":"MEYCIQCaTgRlzjzvJWfV+rnIwSXParo0gGA0F03LILFHmTh6tQIhAKDd77lMkDUVKDzPA84hOM3jsS7h6Z2IuA72NRw91pvb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641481},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\39a98baa-022c-43c1-bf41-d3f1e5a7d685\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251009.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\39a98baa-022c-43c1-bf41-d3f1e5a7d685\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251009.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5wgwfDU6F5Vlpft5vm8wLBLUnkfZkbkFzUhdp2l5m3rG+xk0j44PJ4PSQQ0O8i33s33mFFC8wcvy6iFoYCD3vg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251009.1_1760025617846_0.8280484717841345","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251010.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251010.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251010.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e2c8a0b7842cad83555b21ba4e16ac7284125601","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251010.1.tgz","fileCount":186,"integrity":"sha512-FUhEuLkQ4TugnNcgitlQgNXWKkCyyFtGSasKt90v4T4sQfTA+dU8SWe2rCMe7oNAe5EPW/KSyNDWbRLeLou0Qg==","signatures":[{"sig":"MEUCIQCUfRSIB5U8834CeBd2UpJMWP62l41wS6pvAJOUogvyLQIgPiMCSnYgCZc3qw60RbSoXR7Ig0kvAnRXj9s3m8vwRyw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641481},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a0e63662-fdbf-436b-acf7-127caa23a4b6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251010.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a0e63662-fdbf-436b-acf7-127caa23a4b6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251010.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FUhEuLkQ4TugnNcgitlQgNXWKkCyyFtGSasKt90v4T4sQfTA+dU8SWe2rCMe7oNAe5EPW/KSyNDWbRLeLou0Qg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251010.1_1760111918835_0.3718329040210713","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251013.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251013.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251013.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6a865041d80fb253df66fd166787332456d5912e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251013.1.tgz","fileCount":186,"integrity":"sha512-jARsGKpwqiSzW9MO+WGWaYhx3zryYISB/AxqbpP+XMUNqN2kXtAC5WGgKPChq3yRIg1UctJJvJpLIAyjQ4nKZg==","signatures":[{"sig":"MEUCIQDLepi0cjFMhAbW1yymNwRtiOQ5szuovE7H0WjKHdEstQIgL0En6PUwQdgmI9fCjBj2qDYa+HDYMGse9sD9Ldec/zQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641481},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b82ce498-2c8d-446c-878d-b6b0fa9930d4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251013.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run vendored rimraf review && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b82ce498-2c8d-446c-878d-b6b0fa9930d4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251013.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jARsGKpwqiSzW9MO+WGWaYhx3zryYISB/AxqbpP+XMUNqN2kXtAC5WGgKPChq3yRIg1UctJJvJpLIAyjQ4nKZg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251013.1_1760371567019_0.6441730192012101","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251014.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251014.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251014.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0eb98c933274c9d6a65af3d3e202bf6a8ca8cd26","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251014.1.tgz","fileCount":186,"integrity":"sha512-oFt5MbjVC7AuoGulmKi6xteUchkOpXfWKmLEapXrvPqor+Oq845U47dz1QaTkjlk+++pSsBjbNEE0ahUgE+n5Q==","signatures":[{"sig":"MEQCIGwyadp5c3J9qoBINiTxp0fz6tSrCjZIZ2eRgiOFXHsJAiAnRKrOGIXDWCs97ucmWrdGfGbkeQaD/Pl7hIb3GMo5aA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641492},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec55b483-330c-4f1a-a83a-22d64c97ed4f\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251014.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec55b483-330c-4f1a-a83a-22d64c97ed4f\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251014.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oFt5MbjVC7AuoGulmKi6xteUchkOpXfWKmLEapXrvPqor+Oq845U47dz1QaTkjlk+++pSsBjbNEE0ahUgE+n5Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251014.1_1760457998267_0.42499528779272877","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251015.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251015.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251015.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8ad8b7d21024123df706cf1af81f0d05b1218c72","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251015.1.tgz","fileCount":186,"integrity":"sha512-7xFYs469rxDxzq5YaY/hh2ENZ4GWN62ga2yZbZpGV8M1bQlIK+Re7DE0ytOskYZgMOMaEt7TDA00oHeiRNf5+g==","signatures":[{"sig":"MEUCIA6kyfGEenGDiR68L1GgRqnCPOg9jMSeG2Av37Ra9R5JAiEApsQJt57SW7dm/9rdokH2Skh2bbJpIaawsH32fUdBwYg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641492},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c5f9002d-e3e3-43eb-b217-b8928b94a9a8\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251015.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c5f9002d-e3e3-43eb-b217-b8928b94a9a8\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251015.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7xFYs469rxDxzq5YaY/hh2ENZ4GWN62ga2yZbZpGV8M1bQlIK+Re7DE0ytOskYZgMOMaEt7TDA00oHeiRNf5+g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251015.1_1760544322900_0.5312990211526083","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251016.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251016.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251016.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0093172b8bc2814328fec4fd88137a3bb577d2a0","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251016.1.tgz","fileCount":186,"integrity":"sha512-w3Tq9YiTaDwsaqjcvUKyy/0upw2whsOYfSQmpNZ0uthHjqIFmqpViIhlnqtaBYk8oXdgulc17yq3975cOkl3vw==","signatures":[{"sig":"MEUCIQD8mCAVPy2HgMjQh3+D9+vtatWYi5acKdGUSqin0TsOcwIgKVK8zkz9jHOjBt8yG+bZuwOTC+TxKPZjVPNVKTfNYVk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641493},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\81783995-704e-4f52-81d8-46d491d479da\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251016.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\81783995-704e-4f52-81d8-46d491d479da\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251016.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-w3Tq9YiTaDwsaqjcvUKyy/0upw2whsOYfSQmpNZ0uthHjqIFmqpViIhlnqtaBYk8oXdgulc17yq3975cOkl3vw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^3.1.0","@azure/core-auth":"^1.9.0","@azure/core-paging":"^1.6.2","@azure-rest/core-client":"^2.3.1","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.2"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251016.1_1760631116513_0.8730684584725694","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251020.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251020.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251020.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a0e620bed3c165179d7591b221ff530191e11c4e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251020.1.tgz","fileCount":186,"integrity":"sha512-CK4ItjiW11AXYWoJ4iYaPEPHFuEt3YlcjW83YWrDP0NGrH3ipI0FRZZrco6FM23lMX8zNGG/Ec9de2JNAAb2rA==","signatures":[{"sig":"MEQCIDpqSp/GZTDSll1n7grY8EWonbOwe8ppG8FEErYw4TQeAiB8q01o2dhkYxXWYvKUgSlibVNqyxoVp1PX2bZPZFvTaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641636},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f4d74367-c527-4aff-abb8-25d66986b65a\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251020.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f4d74367-c527-4aff-abb8-25d66986b65a\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251020.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CK4ItjiW11AXYWoJ4iYaPEPHFuEt3YlcjW83YWrDP0NGrH3ipI0FRZZrco6FM23lMX8zNGG/Ec9de2JNAAb2rA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251020.1_1760976238850_0.9530789418805683","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251021.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251021.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251021.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6fc87f004d6c6cfe80933a0155236d5f563317cd","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251021.1.tgz","fileCount":186,"integrity":"sha512-Lvq9PZC51NauCcxggkYAox2ct3PxGqoyQKAPSGQ3czHLiQWEwcUmqgqEZ7dJK/2i3MWnJwDHrc0b/EqLxBZ89Q==","signatures":[{"sig":"MEYCIQCPANoOtUpudG+YLHtq4hZ6+l8aA7OtyrTwnr8I/MNGqQIhAJW3tuF4qSSmd6yKZBnOyqu3AIIL0xFsOrLciexpXgTW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641635},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9f8c387a-deb2-45d1-a80e-b3aa124554d6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251021.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9f8c387a-deb2-45d1-a80e-b3aa124554d6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251021.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Lvq9PZC51NauCcxggkYAox2ct3PxGqoyQKAPSGQ3czHLiQWEwcUmqgqEZ7dJK/2i3MWnJwDHrc0b/EqLxBZ89Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251021.1_1761062556206_0.2817095158529499","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251022.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251022.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251022.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"86c57d1536f1217229a5aaa527e5f1ad8ab40aac","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251022.1.tgz","fileCount":186,"integrity":"sha512-9v9HMhkd46RFrH5XYICPR8c3kFmhr1YnsCgO9bZz1XEECXLmFKTRcMtrYJ1qn0CByL53piR4BTWUA+KjpqBDZw==","signatures":[{"sig":"MEUCIE2NAowKiwmf/vN84Wv47bpsdDJw5LZXnlMq5q4hBv8AAiEAnFjLzhHY/z4jEkrecRkX48c75PZ2MGQxvx5dM5VjtjI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641635},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c2075998-9e3f-41d8-98ae-d017780e167b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251022.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c2075998-9e3f-41d8-98ae-d017780e167b\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251022.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9v9HMhkd46RFrH5XYICPR8c3kFmhr1YnsCgO9bZz1XEECXLmFKTRcMtrYJ1qn0CByL53piR4BTWUA+KjpqBDZw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251022.1_1761148936420_0.14794135564086042","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251023.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251023.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251023.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"520bc5da427825e4960d355c53664396e644329c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251023.1.tgz","fileCount":186,"integrity":"sha512-P0vs8icOCfPi7RnwwmXgcuivwvoc0ww0IjFwKRclzLccjwELYIOtDO1niT+sfyOOH1eDWsn51++TwofZUuk2uA==","signatures":[{"sig":"MEQCIBOzGi/hnAoIao6LttCFvHwUguBBIpXOznRSH+WqNTTiAiBAF0MpdJcY5HI5RNcLk+qIMRIY0ajVhOTUV8FYmCTg9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641635},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\01eb058d-c121-4967-a14a-58cc5f943273\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251023.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\01eb058d-c121-4967-a14a-58cc5f943273\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251023.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-P0vs8icOCfPi7RnwwmXgcuivwvoc0ww0IjFwKRclzLccjwELYIOtDO1niT+sfyOOH1eDWsn51++TwofZUuk2uA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251023.1_1761235096633_0.255203965246533","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251024.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251024.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251024.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b52a3b833b5a9f9c4ee1151a715392868ab25ad8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251024.1.tgz","fileCount":186,"integrity":"sha512-3N9QoKMN9RwMG7zTfKUL/rJqTeFoe90Qi6938tM6zE57hbRMhywk+2zNIlJfSfdEu25SZ81P8xHUOePdhO3gfw==","signatures":[{"sig":"MEUCIQC2Wn4XcRmLuCWAFreNSSw3HROoX8IUtae0yxORAUxWUgIgdDZHKRBOsnGJYunzr5VsiU1UgUaWKzI1Q339RCxRifY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641635},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\59240f4a-368f-4b48-934f-e50d200bd1e7\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251024.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\59240f4a-368f-4b48-934f-e50d200bd1e7\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251024.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3N9QoKMN9RwMG7zTfKUL/rJqTeFoe90Qi6938tM6zE57hbRMhywk+2zNIlJfSfdEu25SZ81P8xHUOePdhO3gfw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251024.1_1761321905346_0.22844872710607111","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251027.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251027.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251027.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45f727c9d574e742d8501db0123decb90c912c61","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251027.1.tgz","fileCount":186,"integrity":"sha512-dWzN/oUD6dEYO8Z1C0a0ZeivtxugwfKFILvBU/+jyv73nI90xlTW0iJXbV0mIoTY+v55wZpXbA+VsoJvG3f8Ow==","signatures":[{"sig":"MEQCIBX0JWb6uru4S4sPnsDiIuE/PIklm7LoMeK0Ws/VYsiaAiBtg99u8N8Fhq6SAbTPXfBQ8HnmuNUXDehwL6jQ7JAa2A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641635},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c074878f-31c7-4d5a-8f5c-b2bf949e6999\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251027.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c074878f-31c7-4d5a-8f5c-b2bf949e6999\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251027.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dWzN/oUD6dEYO8Z1C0a0ZeivtxugwfKFILvBU/+jyv73nI90xlTW0iJXbV0mIoTY+v55wZpXbA+VsoJvG3f8Ow==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251027.1_1761581097157_0.5951377944445384","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251028.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251028.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251028.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"86b5721e37cde3c83a11e459d9a0ac4eca9c98d6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251028.1.tgz","fileCount":186,"integrity":"sha512-zQi8BXEpM5/5TKBUkg7MA9FuUiu+OHzgCYqkkVlrFP/O2v3hdo0fr/r10UjB6PX/4USftgZg8KR1FmzRt/hUXg==","signatures":[{"sig":"MEQCIHB1kNTXlvfCnITFANdZ/s3/yNxWywS59Y98Nob1l0b+AiB8HcmkD2NKngZk83RqHX5QDIYHL/gjU6xj5BUip/ic/g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641635},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4c59ae9a-01bf-47d1-85f4-0e0be34a2607\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251028.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4c59ae9a-01bf-47d1-85f4-0e0be34a2607\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251028.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zQi8BXEpM5/5TKBUkg7MA9FuUiu+OHzgCYqkkVlrFP/O2v3hdo0fr/r10UjB6PX/4USftgZg8KR1FmzRt/hUXg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.1-alpha <3.3.1-alphb","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251028.1_1761667387524_0.6010372712152765","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251030.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251030.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251030.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5298581cc93499527a09099102b891aecccb761f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251030.1.tgz","fileCount":186,"integrity":"sha512-cG58cRLwGg9na07Z81VTbrYSfnTBQegwdH6f4O+YTQ+elzXxxoWpXtC1VBB59w+EmJpxgPRR/HVOZ6PpwP1wTQ==","signatures":[{"sig":"MEUCIQCg6ooDGfasM/ZJW0LsmIBaPtsBk8dGwCNlDHyGJaNAUgIgfubbwqd+yrwKK4pn7zl0fZQsd5GgE1z/DzJAtRGkwqQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641635},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b7821bec-f5a6-4532-8ffb-c374f383a3ba\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251030.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b7821bec-f5a6-4532-8ffb-c374f383a3ba\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251030.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cG58cRLwGg9na07Z81VTbrYSfnTBQegwdH6f4O+YTQ+elzXxxoWpXtC1VBB59w+EmJpxgPRR/HVOZ6PpwP1wTQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251030.1_1761840404528_0.6329038410490815","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251031.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251031.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251031.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7b0c00cd1f57c329f970ff6fa6244499bd32e409","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251031.1.tgz","fileCount":186,"integrity":"sha512-7xdSjIKlVsd7Y53Otfo6YmFGm2GNaezEpctYSf5EoB8SAMC+Kg2ZyN1Os0JprEGO8kT/2E6fPhx9dGtmfcZnbg==","signatures":[{"sig":"MEQCIHJ2Z48kGQ6OpHs/fZ50cAgrfg/II3ajTPxdw5YPm3UWAiBHbEhjxCHASdpag59sabToiKsY24DUiD2zPCp1NX6Arg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641635},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8e473c2c-ea74-4a54-a479-8c02c74a6e85\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251031.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8e473c2c-ea74-4a54-a479-8c02c74a6e85\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251031.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7xdSjIKlVsd7Y53Otfo6YmFGm2GNaezEpctYSf5EoB8SAMC+Kg2ZyN1Os0JprEGO8kT/2E6fPhx9dGtmfcZnbg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251031.1_1761926960172_0.733432729763968","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251103.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251103.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2cfedf1908717298378ad1b85cc3e068c2b01def","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251103.1.tgz","fileCount":186,"integrity":"sha512-OlfhJMrQhOkV6dzRFcHEW6G3ihhf4QCtRvMHOtlY8ECfmacsc7KD72QJtAEwfYg01tztwg9ItvHokZbe34OtvQ==","signatures":[{"sig":"MEUCIQDskIu1+58QweOre/e1/ubX+LRa99XaTDuDNGug51DthwIgIjvOugd37iFyksXq01nPOSSVnBsKVmk6JnCgzAVPGls=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641635},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a49576c1-e8d8-410a-924e-e0f8c6acdcbc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251103.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a49576c1-e8d8-410a-924e-e0f8c6acdcbc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251103.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OlfhJMrQhOkV6dzRFcHEW6G3ihhf4QCtRvMHOtlY8ECfmacsc7KD72QJtAEwfYg01tztwg9ItvHokZbe34OtvQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251103.1_1762189712809_0.41009890549464334","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251104.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251104.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251104.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ed810a44fe9c8dc6cd2b146b55d204d5e3b0e89a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251104.1.tgz","fileCount":186,"integrity":"sha512-JcoQFByqEgtWRD7+xPdoafgLLf2HRsZWhn6fmEmVFqkO++IAStew7r7vKGHgPhtCf1fIGzW7bTOBgjENXvxhRA==","signatures":[{"sig":"MEQCIF2zHGVmrWiB7aUFseK4kyx7mE/CTvqXIOQxM770FhJsAiAbIqdQswjLt8LTIiPjSzER6nixjnzRndRz9K0NOsvCBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641635},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a197c020-3560-4694-a5c3-94d86dbffa40\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251104.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a197c020-3560-4694-a5c3-94d86dbffa40\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251104.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JcoQFByqEgtWRD7+xPdoafgLLf2HRsZWhn6fmEmVFqkO++IAStew7r7vKGHgPhtCf1fIGzW7bTOBgjENXvxhRA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251104.1_1762275473932_0.5263898837865602","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251105.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251105.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251105.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5b62d36c46fce44ba893db17fea07d66d423b852","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251105.1.tgz","fileCount":186,"integrity":"sha512-GW0g8wk2YmkrndRvr5SsAWKQrUG2gYVNW/CkJbTCJgoth3MQ6PYG94Zn6qy5EAbyg15fuFSKOVYg5jxw+0ZgUQ==","signatures":[{"sig":"MEQCIAROuL4Jlfzz7PTArrNTJgYJa6xWsMTmAik01zsCCdjkAiAYTeFnftTGDDSsWPdaZNSnH/L02FeqfHFciSdBQ+baQw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641635},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\15052024-7279-4a1c-b7a8-8d5012da2f41\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251105.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\15052024-7279-4a1c-b7a8-8d5012da2f41\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251105.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GW0g8wk2YmkrndRvr5SsAWKQrUG2gYVNW/CkJbTCJgoth3MQ6PYG94Zn6qy5EAbyg15fuFSKOVYg5jxw+0ZgUQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251105.1_1762361992584_0.9526422053858088","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251106.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251106.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db67a24653d6dc6ee3ede6546b59eca43900cc05","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251106.1.tgz","fileCount":186,"integrity":"sha512-E8XG0yLYP5EXME6erlu74HR+kPgTZw5a5Jy9j76YgVou4EK1oAmtDmLNh30I4Ln6VHauFGcCoZRBLN6D3X57WQ==","signatures":[{"sig":"MEUCIFkuA5SPceaYTpHjlFfnQng74FJp7uTI7Z13yshWpw4LAiEA3AMK53Y5yzRZmnUC6yBV5s6tIL8ByEbviUMHqRz9ibQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0965250f-5c48-483a-b8c5-91ed24f1f7b0\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0965250f-5c48-483a-b8c5-91ed24f1f7b0\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251106.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-E8XG0yLYP5EXME6erlu74HR+kPgTZw5a5Jy9j76YgVou4EK1oAmtDmLNh30I4Ln6VHauFGcCoZRBLN6D3X57WQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251106.1_1762448694300_0.1311514222726633","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251107.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"61750ac2c60cfdc721e707dd748a987020cd10fe","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251107.1.tgz","fileCount":186,"integrity":"sha512-bxUDHCUmthowzL4MBHGlmra+RqXUEgA8k5Kzlp9ospyxTM0lBmxoIXsLM01D2QBdqsicIYuENv7EceZOFLQqTQ==","signatures":[{"sig":"MEYCIQCcXSHysbh7g1wRZ3s+mx7cwp8pREVPfh3oMrDAJNx+DQIhAKBx40kEVGXFcEDmRMse8taP8Frh2boiIem3A28YjRwp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1649514b-6bbb-49f5-a2cf-6eb6dab86d77\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251107.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1649514b-6bbb-49f5-a2cf-6eb6dab86d77\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251107.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bxUDHCUmthowzL4MBHGlmra+RqXUEgA8k5Kzlp9ospyxTM0lBmxoIXsLM01D2QBdqsicIYuENv7EceZOFLQqTQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251107.1_1762534983774_0.8304957794039505","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251110.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251110.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b5999dd99c5fa41be7b57edf4af7ca7d08da858a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251110.1.tgz","fileCount":186,"integrity":"sha512-WEGcAHUQoTTcIDqJZH9vIMnCeBjBrxEyNNtTQba+z/3vSW86SGZT8q+0VVsH3Fpbc1C3RdBZxUgJ7u4YByHduw==","signatures":[{"sig":"MEQCIEZmR78nYfSSsw6QVW7E194qJbE8hH/xEyhInZGawRHMAiAFj30S/aOlttlCg7G/oRguIu8ZoZDNiQPjvQ+IOhSzTQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cfbf583e-e712-48c3-bfd1-e0c4e3cd8386\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251110.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cfbf583e-e712-48c3-bfd1-e0c4e3cd8386\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251110.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WEGcAHUQoTTcIDqJZH9vIMnCeBjBrxEyNNtTQba+z/3vSW86SGZT8q+0VVsH3Fpbc1C3RdBZxUgJ7u4YByHduw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251110.1_1762794116260_0.32828858792680937","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251111.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251111.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251111.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"50e439ad1a89109b76839678d918aea365b71ce3","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251111.1.tgz","fileCount":186,"integrity":"sha512-QQCh7i1QuvwA1I5TKmZrhhyMbgaQT4XqEi/4OXmAsENvTyRmntQtJ6dKN/Dl4sDAeEYEQHP3ZzktqoUuLoXNzA==","signatures":[{"sig":"MEYCIQDR/9MEbWTtTpXTRP2kGP96f2GVUVz2aXjxC6hhN6zmJAIhAJJgGGmzN4my+eoCxS1869dqM//1JFbux4/PvmDjud6C","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\07533012-10cd-4008-8e50-b7330b187cee\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251111.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\07533012-10cd-4008-8e50-b7330b187cee\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251111.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QQCh7i1QuvwA1I5TKmZrhhyMbgaQT4XqEi/4OXmAsENvTyRmntQtJ6dKN/Dl4sDAeEYEQHP3ZzktqoUuLoXNzA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251111.1_1762880480007_0.48234378569227543","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251112.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a00e115d8cd976d530f757c471847177682a7ef9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251112.1.tgz","fileCount":186,"integrity":"sha512-HICe2k8F/KPc1fWeMI08cee2VbSRH0YlJWs/jdPnX0TZaEN2iwjloVbfk33HUnZNhmSt65MDCH8FKPaw1A03JQ==","signatures":[{"sig":"MEQCIAun9KCfLgAWjgfMyEcsVsKPCFBWaXqOPOEoTTqUFfLEAiAVZhXKidevsaoJOq13zzoOXFz+80vOSSIUr6K5CjMB6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8de34a28-2641-463d-8658-1e860f39b660\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8de34a28-2641-463d-8658-1e860f39b660\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251112.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HICe2k8F/KPc1fWeMI08cee2VbSRH0YlJWs/jdPnX0TZaEN2iwjloVbfk33HUnZNhmSt65MDCH8FKPaw1A03JQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251112.1_1762966741222_0.23012495817057266","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251113.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d211f6eb719820aa3aec73685d3d8afae8823784","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251113.1.tgz","fileCount":186,"integrity":"sha512-BXlByvNsbULr/USAlHWtChKei9Qg8y5QiAqgUy8MH+GiyyJwPbOwRTneXLBZARkWDHiypeenRb4se1Whbf4/wQ==","signatures":[{"sig":"MEYCIQCTmNhQYmGd0qPiuho0Qse64gkhGg0bIO4fSuz3YEL6egIhAMFqr65wufCfhA8rnIPm+2x+ICh40VF2ahDUn7HdLjj7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\276a2070-36cd-40a8-9b21-ccc8d5c1c6bc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\276a2070-36cd-40a8-9b21-ccc8d5c1c6bc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251113.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BXlByvNsbULr/USAlHWtChKei9Qg8y5QiAqgUy8MH+GiyyJwPbOwRTneXLBZARkWDHiypeenRb4se1Whbf4/wQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.24","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251113.1_1763053045987_0.4413844078586311","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251114.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e2e812ed9e37a8b7f64af02bb91ed3841da4e4a1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251114.1.tgz","fileCount":186,"integrity":"sha512-SoF0X1fOXwGsr8Vq/Mra2QTG7wO+88oyMuT/dPD9xGunmaMfxJ6oVk+ZPgQKuKjgIJkWBVctfr4jdBBT13vq9w==","signatures":[{"sig":"MEYCIQCGd2l9KXkP4trAdwodMR8+6vCGb/7+4iXQBEMRev9QBQIhAJHDA77qxpGslNH2qdodyoC8AghDy095KGRZvLzB/355","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\130cdf87-eaf6-4a72-b295-9c5e3261380a\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\130cdf87-eaf6-4a72-b295-9c5e3261380a\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251114.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SoF0X1fOXwGsr8Vq/Mra2QTG7wO+88oyMuT/dPD9xGunmaMfxJ6oVk+ZPgQKuKjgIJkWBVctfr4jdBBT13vq9w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251114.1_1763139642913_0.30600933415586673","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251117.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251117.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"91556d571e53aa4818c2368b63697dc05395ce21","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251117.1.tgz","fileCount":186,"integrity":"sha512-fmstCE78y6S+A0wXkpkTPO14gMyPeuYhARx3JU3iD9odFns/jSybppsupV6oip16US+TXVKimVuM34QTyZc6cQ==","signatures":[{"sig":"MEUCIQCoSCKuQlF2Ve96SkYxbNCg0WZk3qRazbOn8sxpfu9NzgIgDGHStUUxyRjtB5gCTIDdNvg9KfjTtxpSKmDUYMe8/KA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2765c737-8b1e-4e79-83d0-70effb2149f3\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251117.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2765c737-8b1e-4e79-83d0-70effb2149f3\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251117.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fmstCE78y6S+A0wXkpkTPO14gMyPeuYhARx3JU3iD9odFns/jSybppsupV6oip16US+TXVKimVuM34QTyZc6cQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251117.1_1763399380769_0.5803376868082328","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251118.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251118.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251118.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"84ebf7f75c7e13bb383eb64ccb26d8d21079a916","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251118.1.tgz","fileCount":186,"integrity":"sha512-dV2zVgbvhrl7SZUxTQB1h5JJLoEW1pM90dWccbJHM5AGmAf6ujOGJjdoMspdWys5y3ME4s9rIfBGSEZeNq7sZQ==","signatures":[{"sig":"MEUCIFV2sLZzvnzaGUMUxtzCGf1+AO4JnltAXEIU88caP5QiAiEAzhgxrnOseHHwBL37Bgx0ieF6UZqvAUpMJqNat1yidgY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4038bb0c-df92-4303-8c23-63eea80b5858\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251118.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4038bb0c-df92-4303-8c23-63eea80b5858\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251118.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dV2zVgbvhrl7SZUxTQB1h5JJLoEW1pM90dWccbJHM5AGmAf6ujOGJjdoMspdWys5y3ME4s9rIfBGSEZeNq7sZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251118.1_1763485157038_0.042429494415402","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251119.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c3f9d6318d0661a3e3651e9b4597261da47319ec","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251119.1.tgz","fileCount":186,"integrity":"sha512-UtgmR1+BLayLtL0Z+IrKw8ZWRqIIQVucsgoouksQw7tDVKrtNOU4KGsNGJgEuj/9264A725JTHOweLe6oRTxEw==","signatures":[{"sig":"MEUCIDLPncLHSxQa8BcxpTBWZlSIdFmv6z3tgXmZC2JCsHbOAiEA3GP8t4PolvYZVuCCNA7ATC7Fkogc4rsLp/+eYPMKAwI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2d0f0ee7-95fa-49f2-ad8b-c6cc21e414e1\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251119.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2d0f0ee7-95fa-49f2-ad8b-c6cc21e414e1\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251119.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UtgmR1+BLayLtL0Z+IrKw8ZWRqIIQVucsgoouksQw7tDVKrtNOU4KGsNGJgEuj/9264A725JTHOweLe6oRTxEw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251119.1_1763571645455_0.11018150893984124","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251120.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"00a43309292ca8afae49886c0639b2efbde51ba1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251120.1.tgz","fileCount":186,"integrity":"sha512-9fV0POjP58SykMzJealjKqjoOreNbp8MznxyIbRh/J6X5QDW48V1YlTDDRXLR/zkeF6CO+8iM6IhUumo3FI27g==","signatures":[{"sig":"MEQCIBJSfp8ntsVuy86eHb/eZ+PamA6rBcEDUrg1cDvlLiDqAiBid14BKW5fzuJe+ziPE8k430lo2JQOKXUoWtLL/4VkTA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e79ea00a-59d7-4ccd-b5a6-51ada7bc5400\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e79ea00a-59d7-4ccd-b5a6-51ada7bc5400\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251120.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9fV0POjP58SykMzJealjKqjoOreNbp8MznxyIbRh/J6X5QDW48V1YlTDDRXLR/zkeF6CO+8iM6IhUumo3FI27g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251120.1_1763658252782_0.6330153551555988","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251121.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4927927dd75dd5280fcc309ce4d6195ca056c59c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251121.1.tgz","fileCount":186,"integrity":"sha512-fipNTx0XYG2VX9+xdVIUBCQKBVT9pTYAuX6bfZu/1rtaZaU/xr0dlTFbeaQ0aN73bYbi46OrIY9VBkb6OTD3uQ==","signatures":[{"sig":"MEYCIQDNcaXBTS2KgXuGkAW4xhtArmIa4ywHrrIaOcoVIRHAAAIhAJif0NcmO3YLwILKfYy8qBtjLZQueca30ASo55E8/tN8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\716cbe5e-3f1f-4103-83d6-addf82db0eeb\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\716cbe5e-3f1f-4103-83d6-addf82db0eeb\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251121.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fipNTx0XYG2VX9+xdVIUBCQKBVT9pTYAuX6bfZu/1rtaZaU/xr0dlTFbeaQ0aN73bYbi46OrIY9VBkb6OTD3uQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251121.1_1763744904404_0.5958085621419942","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251124.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251124.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7cf8655ce78978b36fd407362dce57b54faf113b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251124.1.tgz","fileCount":186,"integrity":"sha512-HqPZkJQ6btRYfl0idyluM7Gv1V3bdFzHLPBRpopKHcpfzLd3jPVKQjA6Ie+63SYsOzNcaXZLHCYEo5Xx8rfafw==","signatures":[{"sig":"MEUCIQDctLg5zE3gnmEZ3WH3NRmrShlCCbGqdFEnjpQ8cqDvXwIgFYHGwv34c29yh0E69Ze5NXMcozxftQmp4toUEttBnR4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d5263ebd-f755-4e3c-bc15-332a54fd0267\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251124.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d5263ebd-f755-4e3c-bc15-332a54fd0267\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251124.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HqPZkJQ6btRYfl0idyluM7Gv1V3bdFzHLPBRpopKHcpfzLd3jPVKQjA6Ie+63SYsOzNcaXZLHCYEo5Xx8rfafw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251124.1_1764003835083_0.6926450099906654","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251125.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251125.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251125.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0b0cdd63e2f95b678fd55060a4a4c99ad4d38158","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251125.1.tgz","fileCount":186,"integrity":"sha512-sS0D3ItxkmAgW08KUYimj8AWI8YNSQBOOzs3UG950TXjzLiprN4I0Txhk8VYs5BnKPr/wHTlAXd7pOr+PkVfYg==","signatures":[{"sig":"MEUCIQCZI1sCDZkeePvmql7DZjr715yo2LRELfRBtImbZxLTiwIgDVL/ngGkUzQvBCnphH1YFk2OehcqEBu7EZKe+8EJm1U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6833141a-273a-4659-bef6-64ccd4a9debc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251125.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6833141a-273a-4659-bef6-64ccd4a9debc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251125.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sS0D3ItxkmAgW08KUYimj8AWI8YNSQBOOzs3UG950TXjzLiprN4I0Txhk8VYs5BnKPr/wHTlAXd7pOr+PkVfYg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251125.1_1764090158649_0.9095810751233229","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251126.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c2216a263628ac68e38b47f6c4e7845493a27b1a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251126.1.tgz","fileCount":186,"integrity":"sha512-Tz6ux+X+Pc1Ttn8wElehoVrUreIgbpMtIBjEImtnSEvv3qQfJ+yeJwbpabs42qDsfTm8c/AvhTgirA/1jo+fOg==","signatures":[{"sig":"MEQCIDRzuzNtBeirzd2o6oj8hn5Ba3pjU1VujtYLcaJbF3R1AiA7Hgtku8RTL9k1o9DxsUsTqjPjmAsYuuP1e2+QrXF0Qw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\adcb0c80-112b-40a9-9257-5689f82f988e\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\adcb0c80-112b-40a9-9257-5689f82f988e\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251126.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Tz6ux+X+Pc1Ttn8wElehoVrUreIgbpMtIBjEImtnSEvv3qQfJ+yeJwbpabs42qDsfTm8c/AvhTgirA/1jo+fOg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251126.1_1764176919584_0.8988167242621554","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251127.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e3b1364b8df43056ef1c2c60e033a125d08305c9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251127.1.tgz","fileCount":186,"integrity":"sha512-xRhgYhf+fFAT8HcBiNq8JPvr/2qO4CYmuC2xhYXRmwCw3ewqcThXs/TU8Pdh/fK0nXaRBZgr1aAjGH9VtEgfBg==","signatures":[{"sig":"MEUCIQCcZVJuIqx4W01CGHMLyzTt/lVIhhnmL410KWOfgX2FVAIgRsGh5OgT9+LL9nsx7JgBgvmD7dgLlM6B2EQlTK9CE6A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e4b62a28-c5bf-4c26-bbb8-cd9672c7abfa\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e4b62a28-c5bf-4c26-bbb8-cd9672c7abfa\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251127.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xRhgYhf+fFAT8HcBiNq8JPvr/2qO4CYmuC2xhYXRmwCw3ewqcThXs/TU8Pdh/fK0nXaRBZgr1aAjGH9VtEgfBg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251127.1_1764262794965_0.7148993498591962","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251128.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"12c994ce59941ef5894c3bdf5d1a4d6e7ae3f410","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251128.1.tgz","fileCount":186,"integrity":"sha512-oDIDMJCtmzB8a6WKp1chXm+bAoUHu0QK/1bQT41MAT9Tyud3bmvChc+0gojVSkTm7BegTOwPoq1ZOGiJqhgS3w==","signatures":[{"sig":"MEYCIQDXqk1/QYxLiLfYaQduQEI4LHHScsVDzQj1Q2+YLR3okQIhAOUiI4l8U+mGBP5Y1zWBaCQPB9JD020Xv7Esah0JTs7Y","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8910eda1-c697-458b-ae36-a04e44a60629\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8910eda1-c697-458b-ae36-a04e44a60629\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251128.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oDIDMJCtmzB8a6WKp1chXm+bAoUHu0QK/1bQT41MAT9Tyud3bmvChc+0gojVSkTm7BegTOwPoq1ZOGiJqhgS3w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251128.1_1764349133660_0.2694507747656145","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251201.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251201.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251201.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ccd4942dc1e7491722debb4028c981e8cdd5b45f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251201.1.tgz","fileCount":186,"integrity":"sha512-23Mhgxrl52Cgw9V7AGH9QXzHLGJBcLMDzzO4/k4gga766Co5aJOTBrZYzbi2oDCi1+IhbyEP8FibSYnTdCOu/g==","signatures":[{"sig":"MEQCIFbE7/CuwwCgcERBxiJq1tXRfQvsaDKG3oQ4nYUMlP+DAiBpNA2qkpy7hXZY8NG9MCuSZdXRUsjhJjxKherwOJOCOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b0e618f8-5eb3-4f96-a191-c9de10edf0ee\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251201.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b0e618f8-5eb3-4f96-a191-c9de10edf0ee\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251201.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-23Mhgxrl52Cgw9V7AGH9QXzHLGJBcLMDzzO4/k4gga766Co5aJOTBrZYzbi2oDCi1+IhbyEP8FibSYnTdCOu/g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251201.1_1764608422467_0.8299876847906911","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251202.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1ba0f368392c5cba5c9b6a25d186356c77367f4e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251202.1.tgz","fileCount":186,"integrity":"sha512-dUumYMrj4RYpzzPCIcCXlaU0DPNOFUFJYU53B9sYZT8Q/V4//n8Y6wWr+kNO5M/eJs1RKQUkqed8LXB2D3c9hg==","signatures":[{"sig":"MEUCIQD62ZyAibmI1eRjDHdR7y2O/kovCLdOmQYB7NUpUVsKJgIgVESmrcthw/xsQ8JTCVJF/axrX+QEsOcx3B/lhINivRQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\86671210-b1f4-4876-a638-244d4e45c17f\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251202.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\86671210-b1f4-4876-a638-244d4e45c17f\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251202.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dUumYMrj4RYpzzPCIcCXlaU0DPNOFUFJYU53B9sYZT8Q/V4//n8Y6wWr+kNO5M/eJs1RKQUkqed8LXB2D3c9hg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251202.1_1764695242723_0.2532453072506833","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251203.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8bba5785840124b35b8667e5addd1ee361142cf8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251203.1.tgz","fileCount":186,"integrity":"sha512-gwsB0PK2W5kDOA3zGEQBymCLpjMPAR31tjq9sD3pXm54gUKMqHxhEkpkErLNct++hKYz58CQk4cbZp7cKKQqUQ==","signatures":[{"sig":"MEUCIQDtS2kySrsb79HrSZwyGQi9hbUhAgMUhBLTotsP+FAT4QIgFHfJoZvtgrtaZBewhKIf/TEWg+Wck5K7xTAQV6FgF8c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f10b5904-20f6-42c7-96c8-f1ed0409a5c7\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f10b5904-20f6-42c7-96c8-f1ed0409a5c7\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251203.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gwsB0PK2W5kDOA3zGEQBymCLpjMPAR31tjq9sD3pXm54gUKMqHxhEkpkErLNct++hKYz58CQk4cbZp7cKKQqUQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251203.1_1764781256968_0.48742519389742145","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251204.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0b2dc5b133a525e0021242d8cb46d5310de26217","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251204.1.tgz","fileCount":186,"integrity":"sha512-s4RFYXIHeDBqBUcTCPqaHHRaOYmnu+ZHyhtQOxGmkAQ1IDgX8DkHE9moN0OAX4PMTx0ApwFhyAhYHAr3zdaYcw==","signatures":[{"sig":"MEYCIQDlGzgUVArRrC024Mce091M/Q6jJakc9n3E8BS1FQaI1AIhANcRp3Co1f+hQnFyFjQidXSKmbf12HB2li/tJ6aTeO2H","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6d30df1c-d7ae-425a-a4e9-a5542d601f57\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6d30df1c-d7ae-425a-a4e9-a5542d601f57\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251204.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-s4RFYXIHeDBqBUcTCPqaHHRaOYmnu+ZHyhtQOxGmkAQ1IDgX8DkHE9moN0OAX4PMTx0ApwFhyAhYHAr3zdaYcw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251204.1_1764867875601_0.7818652685207801","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251205.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251205.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f830233bee9b6986711b86f57751af97ef35587","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251205.1.tgz","fileCount":186,"integrity":"sha512-yVpdA61+ByBar2I+NEXfXfs1ScxbbLToqv1TdlbjYgB9Uj/hWWcvqZdBDh+KLgQ1mIH6zl4ZwDQgnr0x3cxqgA==","signatures":[{"sig":"MEQCH0dppjhPwue9mmtKkFncwEcCMcgsdegiNW5YSo166wACIQDjLqvHs3zeOjadaecCNk8JN0XB0ounF1Rpi8aB3FaYYQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\46366264-c457-4a17-bc0d-4a711889cd21\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\46366264-c457-4a17-bc0d-4a711889cd21\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251205.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yVpdA61+ByBar2I+NEXfXfs1ScxbbLToqv1TdlbjYgB9Uj/hWWcvqZdBDh+KLgQ1mIH6zl4ZwDQgnr0x3cxqgA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251205.1_1764954300626_0.26301512560131113","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251208.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251208.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251208.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"984b3adebdc62e7b341647a1170f7e158155275a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251208.1.tgz","fileCount":186,"integrity":"sha512-ZXZVCdGCg7AXOT+Ij6HfjOgRcDG1vxgMKWQ4L6yUjUGu0Wz/62yKjBqzO5/xEDFEYy6IdalpWXiJisl/NVNlUQ==","signatures":[{"sig":"MEUCIHqRiCd5tsVzmQcohMi4/FigbXb37ienYRp+TOuUDWADAiEA5GFSG0embVrDyTEkheJeXCPQrQCJ+EYJg/oKQPJlC+M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b1a04652-9bc9-4b88-8b36-646ad1d16949\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251208.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b1a04652-9bc9-4b88-8b36-646ad1d16949\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251208.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZXZVCdGCg7AXOT+Ij6HfjOgRcDG1vxgMKWQ4L6yUjUGu0Wz/62yKjBqzO5/xEDFEYy6IdalpWXiJisl/NVNlUQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251208.1_1765213667006_0.9427408496063572","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251209.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251209.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"513fdea3b1f65c5a1c0d4bda91019b809668c6ea","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251209.1.tgz","fileCount":186,"integrity":"sha512-8ZnSouGGXFh5Erj7H+ElI4OM4idRGqnijxHsqKVJUBGbBTZSkHnCsOxM0kDt/9ZP2xpoTiM9M+N8I6Udxl8NEg==","signatures":[{"sig":"MEUCIDHbuTMZOqndXURvuSlJY1pSY7VOAvt5JGbcrUMzMVlfAiEA5anANtuqRsLfG+CnZtdySlX97/ELlxoHtBZEDjUFMpA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\21a25a12-d61e-4fee-938d-18c59af2fe29\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251209.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\21a25a12-d61e-4fee-938d-18c59af2fe29\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251209.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8ZnSouGGXFh5Erj7H+ElI4OM4idRGqnijxHsqKVJUBGbBTZSkHnCsOxM0kDt/9ZP2xpoTiM9M+N8I6Udxl8NEg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251209.1_1765299545960_0.1683083006184125","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251210.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"37a4b518ccb8faebfadcd3601f69b6650791746d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251210.1.tgz","fileCount":186,"integrity":"sha512-k8HAfP3WD6B3LNsb/eQXZ0hJw7YqBsCeM2qZ4zkxMpYsgKAi1W940bk9Nc5kEKa3H3xLB9lgEs9PwHVb3/NBug==","signatures":[{"sig":"MEUCIQDZGIKBVatPCj4ecEhqgy+zZgy4gJRWJq2p5c/Hpfbb3AIgV0G0IOZqUTC7Sb5IVwyPFixaQwtQB6ZR7hVLYKqzEwk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7dc377b3-4d3d-41fa-87f9-517c2fed2d64\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7dc377b3-4d3d-41fa-87f9-517c2fed2d64\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251210.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-k8HAfP3WD6B3LNsb/eQXZ0hJw7YqBsCeM2qZ4zkxMpYsgKAi1W940bk9Nc5kEKa3H3xLB9lgEs9PwHVb3/NBug==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251210.1_1765386753233_0.8732130103243607","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251215.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251215.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251215.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eac19768729af97a590c6ec832d5f8fee7b6ba7e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251215.1.tgz","fileCount":186,"integrity":"sha512-lCsREvIRr00zqnvxot7gW6YbGAtl/3Yr5a/AbsKhku2LxGbc1rNSy2Yh2hbhSQmr3vARG/RgpuVFM2voBOLsew==","signatures":[{"sig":"MEUCIDcAL1et63TZH0SVVopt3cer/fydnWlKlAAOakKNR3LMAiEA0fHdDrG3zOAkcEpnZly+InB012hY4ys7jFBVXemX9g0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e1fbbc02-659b-4983-8608-a61c3fe0eb4d\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251215.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e1fbbc02-659b-4983-8608-a61c3fe0eb4d\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251215.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lCsREvIRr00zqnvxot7gW6YbGAtl/3Yr5a/AbsKhku2LxGbc1rNSy2Yh2hbhSQmr3vARG/RgpuVFM2voBOLsew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251215.1_1765818426027_0.2756763311945556","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251216.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251216.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db2fc7e0a36df06c3a6a008ef50567ea2e75b9b2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251216.1.tgz","fileCount":186,"integrity":"sha512-nqiAQHmc6hTVntk/RN68FY+hMkuvoNM3ZtMBEbHxX422pW8vhdpJC0FokKQCWreEMm+ofI4H9M1tSvaa1Ee1FA==","signatures":[{"sig":"MEUCIQDHhYyqeIzOEqSMwASejQLexCc1HbV3cE5S6g6gKTbNdwIgf2C1hjmVvAGYHN4NkijrBKkX2a5udw7pgT7jJdRv6rQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\af3afb46-e2cb-43bd-95ff-aa3217cae5f4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\af3afb46-e2cb-43bd-95ff-aa3217cae5f4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251216.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nqiAQHmc6hTVntk/RN68FY+hMkuvoNM3ZtMBEbHxX422pW8vhdpJC0FokKQCWreEMm+ofI4H9M1tSvaa1Ee1FA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251216.1_1765904514499_0.4793278959036078","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251217.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c7234893752421a00d107a128c9dcd35f2490740","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251217.1.tgz","fileCount":186,"integrity":"sha512-0+7RPWJrmaNiBFRLvVrnPxordkITdJqzcvTqRKVwvlQ0pqkAYZkd2sqqSQlzKM5Gh4JXWv4Mgcv+mu0uA4C2ew==","signatures":[{"sig":"MEUCIQC15Ucd6gkCfsJ90C/KIPgHQRyT6D2MdOElEZ/bqa2+tAIgYZ723b+gHg2q28rc/9e56pp1qzmod/Q/AcbDyIOkWzo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3a24dce4-4860-49bf-8eb3-34fa0eb7172e\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3a24dce4-4860-49bf-8eb3-34fa0eb7172e\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251217.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0+7RPWJrmaNiBFRLvVrnPxordkITdJqzcvTqRKVwvlQ0pqkAYZkd2sqqSQlzKM5Gh4JXWv4Mgcv+mu0uA4C2ew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251217.1_1765991126249_0.942288623187592","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251219.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f3c1b2e7388876dfc61e4469d8a7c90561be7480","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251219.1.tgz","fileCount":186,"integrity":"sha512-o4oQzi+47ugM5Uz4cL4KyQM5fhyx/BeOXyinZQ9bGCzUqdJuCfmdsTT97j1rBX6uK/LWhwBJpXF4zbKvJbVK9g==","signatures":[{"sig":"MEUCIHMzf/sFINPvoAOu6vFzoS6dHuRns7a4/UvJlthdHL3qAiEAt3DIgohf69yzjoXB9Bm/lbmLMo00xcWqHJ6Gzirc1Tk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3799fc69-fe5c-48a6-adb2-f9c8e3002ed6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3799fc69-fe5c-48a6-adb2-f9c8e3002ed6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251219.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-o4oQzi+47ugM5Uz4cL4KyQM5fhyx/BeOXyinZQ9bGCzUqdJuCfmdsTT97j1rBX6uK/LWhwBJpXF4zbKvJbVK9g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251219.1_1766163903707_0.27576048438893497","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251222.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251222.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251222.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0ab260e0c95e4639f6e00d9ed1e01a3537bfb8c9","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251222.1.tgz","fileCount":186,"integrity":"sha512-QZmWg6wVq8gY7qZGt9BadBR4qqhr093BMli9hW5KTgcjxUMpw/JW3jmTLl36zIRRBB/rSFpUN/MFdlzCPq0fYA==","signatures":[{"sig":"MEQCIBVTyZNPI8lHdNxDeO1bAp/Ra6aa+YAbSM9+lmxoWtuVAiBFEtqh1WjYN0PukZACn4bXmbIfTXMM93ezI9VCYpC0bA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\16ad1432-1814-471e-b76e-c858d70672de\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251222.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\16ad1432-1814-471e-b76e-c858d70672de\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251222.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QZmWg6wVq8gY7qZGt9BadBR4qqhr093BMli9hW5KTgcjxUMpw/JW3jmTLl36zIRRBB/rSFpUN/MFdlzCPq0fYA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251222.1_1766422939084_0.23417361036289308","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251223.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251223.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f788583b0c93fbe44ca191afb4ee4ac2d5c9c8a0","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251223.1.tgz","fileCount":186,"integrity":"sha512-VrdIE3RvPpPfXpGG87qlo9TXy1ZFBxxZCkuhSQSuK3pVGvYraJxCG7bOrvtQ9Df0+zC1U0dTOiKZ4W6vf3d4ew==","signatures":[{"sig":"MEQCIAMQ9M85Ficc9XC6gRi5h2puovj9+iipxOu4rbEbP7lEAiBdCn27s2v3YEatn3o9d7oyiZA/Aq28v13CVMWB00/9eA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1dd1d5f6-6234-4119-b88a-97da9a1728b6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1dd1d5f6-6234-4119-b88a-97da9a1728b6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251223.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VrdIE3RvPpPfXpGG87qlo9TXy1ZFBxxZCkuhSQSuK3pVGvYraJxCG7bOrvtQ9Df0+zC1U0dTOiKZ4W6vf3d4ew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251223.1_1766509326484_0.3876357758418376","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251226.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4d808fc1292f2ae04cb47b288fcd93dbbbc7961e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251226.1.tgz","fileCount":186,"integrity":"sha512-XLiQ/w4iNVAPxUvQuYme+TdJzaYj9RodJrgt7eLaJWIrg2xolT0vkf6Pk2xvJiQ56VCipC5hip3hHpipQLGoYw==","signatures":[{"sig":"MEQCIAUzWN+k/6h8jQx6AidvCmAnYyqrarFGBrUEXDosAgxIAiBgetC57g86JqgnoH75SJEn8hhS2p1ZlVkHDE5rfbGjZQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\103cde05-1f91-42b0-9bbc-a7434c65cc78\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\103cde05-1f91-42b0-9bbc-a7434c65cc78\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251226.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XLiQ/w4iNVAPxUvQuYme+TdJzaYj9RodJrgt7eLaJWIrg2xolT0vkf6Pk2xvJiQ56VCipC5hip3hHpipQLGoYw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251226.1_1766768460846_0.41221778845945667","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251229.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251229.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251229.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"527b751564a791f840d1c4449268a10fcc069c3c","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251229.1.tgz","fileCount":186,"integrity":"sha512-sWKk11HCO4m2n/a7rYb/fhWVIyq5gJHEiX4nj0DR/m6dnQQbbph5qDZxlVLutq06RobNw+OMP0eh0OhBzJ5k/A==","signatures":[{"sig":"MEUCIHCsvUlKd80HeEhbxN7ySHY7BblO+n9+MN9mqUUmLnrBAiEAhsnI2QldafzGKUcDsu6MAooyuPzKdJ7ND+cHQfc/9hs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f0e55b00-d758-4485-9c40-1b2a685d0f7d\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251229.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f0e55b00-d758-4485-9c40-1b2a685d0f7d\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251229.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sWKk11HCO4m2n/a7rYb/fhWVIyq5gJHEiX4nj0DR/m6dnQQbbph5qDZxlVLutq06RobNw+OMP0eh0OhBzJ5k/A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251229.1_1767027833437_0.34963823382945614","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251230.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251230.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251230.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"72f66c0a2f379325aeee4aef4a5a0e5a3a1c8357","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251230.1.tgz","fileCount":186,"integrity":"sha512-qoxoItvhZy756ApewRuie5CnLSOeKTnKJBaR3VcM1Qxt+uhvvKfgosc+/UrfSnapgeJ/1ohPFeapbWqYFY+xYA==","signatures":[{"sig":"MEQCICdFecrgBcPLdSkdgRtFQq4j0aBoNrxVS7XlfYRr4C8NAiAIw01vc/JAFx+b2rBBW22PsBltDQhkivljtJORF78J2A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8abd394e-0c72-439f-91bf-8405e861a971\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251230.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8abd394e-0c72-439f-91bf-8405e861a971\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251230.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qoxoItvhZy756ApewRuie5CnLSOeKTnKJBaR3VcM1Qxt+uhvvKfgosc+/UrfSnapgeJ/1ohPFeapbWqYFY+xYA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251230.1_1767114394920_0.4647055726189726","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20251231.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20251231.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20251231.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6c701dc4a31961c43f883fedcf4ed68aeb944d54","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20251231.1.tgz","fileCount":186,"integrity":"sha512-z+6xzvnlUr2x34a65/wT0nAxSpQcuq4btjFRKQ2D4icL9mVO8s6Diwdk/JqKR1uyDO+uUh/ziW2KgKRG6vzHUw==","signatures":[{"sig":"MEUCIHwr5ik8KPAX9FgCSD3MqNi6TcUp7nsI6d17glM2znphAiEA4/INe25UZhe4OQtKDbT7laLYrFog4+8n6i+fiKk8zVA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3d13fd02-4220-458a-a3a2-bf6a42cd7003\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251231.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3d13fd02-4220-458a-a3a2-bf6a42cd7003\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20251231.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-z+6xzvnlUr2x34a65/wT0nAxSpQcuq4btjFRKQ2D4icL9mVO8s6Diwdk/JqKR1uyDO+uUh/ziW2KgKRG6vzHUw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20251231.1_1767200356587_0.17577309698662713","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260102.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260102.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e6898a9900e37f5669bc36e67d14c0f942b69fc","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260102.1.tgz","fileCount":186,"integrity":"sha512-OuoiD/NqvUcwIcyiyd/Jif38h0loF7Ps3SLgRqnAdQ/axJ7YTXrLu0ybz8zueoA/ZexzlwYozFtVAowsGyEctQ==","signatures":[{"sig":"MEQCIBrdmbE+F/SV5xw8awYJH3uJr8HlNDIjWjiKib1hwuRAAiBhvrgw2ptTp01jbyVihHYW+ACl3m+MMMN4gXsCOYpfPw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\51f56d11-a14a-4141-abf4-fd02a8f07505\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260102.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\51f56d11-a14a-4141-abf4-fd02a8f07505\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260102.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OuoiD/NqvUcwIcyiyd/Jif38h0loF7Ps3SLgRqnAdQ/axJ7YTXrLu0ybz8zueoA/ZexzlwYozFtVAowsGyEctQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260102.1_1767373491730_0.1860177340226059","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260105.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260105.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260105.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"942b43bc66bd3ef11b00fe65d52d68a38e78e6bc","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260105.1.tgz","fileCount":186,"integrity":"sha512-1O7oyv4PFL/hLVctUk22SYFZQKVz+hqOH1F4YXkX3rRXVCLIL+T5TjS3LKHeg9ihgNg14ceHj6amnCkGcYLzeg==","signatures":[{"sig":"MEQCIA4l3DQEOtFNwAxkrA+z8YLrJHPpXyFduZkvO8XXaWZsAiBKOle365mgb5W99Xev2/4QtZiEJMjYawXz/V0yZ9KgzQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2346edee-ba0a-4000-9c5c-a4395a276951\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260105.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2346edee-ba0a-4000-9c5c-a4395a276951\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260105.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1O7oyv4PFL/hLVctUk22SYFZQKVz+hqOH1F4YXkX3rRXVCLIL+T5TjS3LKHeg9ihgNg14ceHj6amnCkGcYLzeg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260105.1_1767633081185_0.6660490606042044","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260106.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260106.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"83d730e9714aceb56f9f406b71ef79a0a119579e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260106.1.tgz","fileCount":186,"integrity":"sha512-XWfqY0XKk9sTOIiEn5iPy1b0O0cke2PD8G3uBYlQrj1sx37QXhRs0ZG1olslxL1vyeekTDDvg+hx7bgda8iBlw==","signatures":[{"sig":"MEYCIQC3hqwgkOYy5qfGJrgkkuklyZKQG93rAjcJ6mO9cepjwgIhAMTo1nLdH0sUIcDsVxxRPAfDPw3wHdra3ekPvoaC1OXm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641503},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\67e06891-c994-496a-a68f-e8eecfef8e42\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\67e06891-c994-496a-a68f-e8eecfef8e42\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260106.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XWfqY0XKk9sTOIiEn5iPy1b0O0cke2PD8G3uBYlQrj1sx37QXhRs0ZG1olslxL1vyeekTDDvg+hx7bgda8iBlw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260106.1_1767719266030_0.23080900139938487","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260108.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260108.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cec2462da4c088a7feb1bb258eb2e5be7102a37d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260108.1.tgz","fileCount":186,"integrity":"sha512-BpyQHJOc6p8IQn5wQmcK2L5Cz633jfLoqUb/aOeXHB1afoIRs5fs6mybtK1+qVmKyE0ESfe5lvnh9QazVsv0Uw==","signatures":[{"sig":"MEUCIQCBewYC53obl7q01nf/Jo17sBGVqkuJ6zVfIlbgvvZeOQIgdmxbV1U0u4AvsDSOqPr0Mls5garSibDSAmQHnMu7Hmg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dd4942e2-d086-4c61-b094-766c00657cf6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260108.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dd4942e2-d086-4c61-b094-766c00657cf6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260108.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BpyQHJOc6p8IQn5wQmcK2L5Cz633jfLoqUb/aOeXHB1afoIRs5fs6mybtK1+qVmKyE0ESfe5lvnh9QazVsv0Uw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260108.1_1767892254614_0.10094830520772424","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260109.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260109.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5e8e431b960b310b089d252e0af2dc5453c12ba6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260109.1.tgz","fileCount":186,"integrity":"sha512-XwZf7RScQp5I2aEzf/DLnFQno9FTU7KNW8IvUTj+9GywGJclta7vZGUuKp98LYodlQMji8ROz4alCeETcQGVjg==","signatures":[{"sig":"MEYCIQDSzW7rogD4zHmgWjw9EMB3j8AQb5SGsr4SxtQyIJrMcQIhAMOdWz1Jz6IytyBrVwVB0pVBthVUgpY5nmrCFFP940VI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3649909d-e97f-4d45-8953-7ba80f281417\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3649909d-e97f-4d45-8953-7ba80f281417\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260109.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XwZf7RScQp5I2aEzf/DLnFQno9FTU7KNW8IvUTj+9GywGJclta7vZGUuKp98LYodlQMji8ROz4alCeETcQGVjg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260109.1_1767978375925_0.9289654141421901","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260112.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"183f96a8c097ca8376e2a8628bd64c2bdadbc4fa","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260112.1.tgz","fileCount":186,"integrity":"sha512-X45JX920kY0I4ljpr8vsBX4PijfxRJtHzye+mdURIWqfLz/i/LI3qIK6mTn9AG5iwerbBD7/Jyi59Yb+oUWL5w==","signatures":[{"sig":"MEUCIQCmi6L5dkSF/pPIUYF5VhPlVuZGbq7+DWqhT/S9blLWAgIgOq4NHGTL8bkts7OFoJ4Rwk8w/hNxYW4zBjZN9J+LGFA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\53f7f912-3cb0-491d-b2c4-04cdb72aa947\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\53f7f912-3cb0-491d-b2c4-04cdb72aa947\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260112.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-X45JX920kY0I4ljpr8vsBX4PijfxRJtHzye+mdURIWqfLz/i/LI3qIK6mTn9AG5iwerbBD7/Jyi59Yb+oUWL5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260112.1_1768237252231_0.3342779937676963","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260113.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cfbe0e3ec648b1e66914f8741bf65e12fee17377","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260113.1.tgz","fileCount":186,"integrity":"sha512-YdNP84ny0MesqEvDCk1anfH0QYkEMg63Yyycj0UL+YFTJ+Re1cLjTaoVIIW1YuPCUEj+28idUlnWjse5jXS61w==","signatures":[{"sig":"MEUCIAG6RAX13dEsyEOLB2TwGGmWiXZyHxodDUkCy+pW+QfvAiEAn6tTLWqIy0CBevveDbMtAvPid92NQqLt6DKiv7j0h1s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\25a594f3-c2a2-4ec3-af69-95da142ad63c\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\25a594f3-c2a2-4ec3-af69-95da142ad63c\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260113.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YdNP84ny0MesqEvDCk1anfH0QYkEMg63Yyycj0UL+YFTJ+Re1cLjTaoVIIW1YuPCUEj+28idUlnWjse5jXS61w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260113.1_1768323803709_0.04891538828029596","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260114.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"54a46b0b4f46ea78aa90fbbca6ccecd07f53c5b0","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260114.1.tgz","fileCount":186,"integrity":"sha512-Y/fSBtCwLDF/4WL2Sq8jLjz/BWt/FZ6RFJw4dd941rgShOjipi/DYNAt4nTG3PYMUtv2c36HhMMhZJ3OUCL/iw==","signatures":[{"sig":"MEYCIQD7Cgf3FSX9GmXCCxLCGgHbPrNRe3sq1dFdkrpFMs8QtwIhAITfAvNfO5bnE1YF2pYvHUMPLnCJirVA95cPPeWyWfZV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\44f1e2e9-c68c-4d1c-bb90-64850c6a0e1d\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\44f1e2e9-c68c-4d1c-bb90-64850c6a0e1d\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260114.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Y/fSBtCwLDF/4WL2Sq8jLjz/BWt/FZ6RFJw4dd941rgShOjipi/DYNAt4nTG3PYMUtv2c36HhMMhZJ3OUCL/iw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260114.1_1768410087633_0.6783011515560446","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260115.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"81e3be1a850624d498851ab958bd0df4ac9f02c7","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260115.1.tgz","fileCount":186,"integrity":"sha512-iv6w53An0YTZNtfChtGJNF2EIDFNsBF/igJ0Ut5Rp8J+0aNHwI7AR4Vn9+RhFmskYI9Fmc13gRigaKc8uoH/eQ==","signatures":[{"sig":"MEUCIQCflCMVBEA2N1FVIe7BNVkhxPsuY+5+RNNgseRijsfMjwIgA0p7MY2Ny8H5uNetOfNwoPsEVwU5NaVDhCjzdH3t6F8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b01717ed-bff4-481b-8d19-fc2e118bfa93\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b01717ed-bff4-481b-8d19-fc2e118bfa93\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260115.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iv6w53An0YTZNtfChtGJNF2EIDFNsBF/igJ0Ut5Rp8J+0aNHwI7AR4Vn9+RhFmskYI9Fmc13gRigaKc8uoH/eQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260115.1_1768496677147_0.3920984757235473","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260116.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260116.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"686313ca11cdb13699d9d6acf4727e19a090e614","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260116.1.tgz","fileCount":186,"integrity":"sha512-g83lSUUOzrty7k1R8p78yhWSTdp/Jxcq8erlE3Zn66RuDCOQ+fe8PObh+gqehXwCBI1k5BnIey7MGnuot4gz/A==","signatures":[{"sig":"MEYCIQC82LRGEDLhmmkidExFkEGeIn08QIogmysuo2mM8lNB+AIhAPvYVAl9z+cziR69tkIE/vIa4oocO9fYtrS3aWr/fyLe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa3e3b7e-fd13-4f78-ba57-bbae813ab624\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260116.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa3e3b7e-fd13-4f78-ba57-bbae813ab624\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260116.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-g83lSUUOzrty7k1R8p78yhWSTdp/Jxcq8erlE3Zn66RuDCOQ+fe8PObh+gqehXwCBI1k5BnIey7MGnuot4gz/A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260116.1_1768583378849_0.4624686250081993","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260119.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5fda2a1c84affe03527002b92584d04dd39ac5f5","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260119.1.tgz","fileCount":186,"integrity":"sha512-XEI97OZNA4e7EiqzEtLYIh5KpkrhkTbsH5o8w0Z32bE9MuyMwB5Duuo7o8FqRWaF/4stWtt0d7YsWglAIfI+4Q==","signatures":[{"sig":"MEQCIHfiTcGxWVSVVdLcKzRB3F5I+P6pj8gHGKqa1vz+G3/KAiAyBwjWf3NM2kiWOFM/tksLW3juHsRdVxvlA3o40+wuUQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b39d63f8-62cc-4f45-9dbb-f6b83d0320b1\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260119.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b39d63f8-62cc-4f45-9dbb-f6b83d0320b1\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260119.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XEI97OZNA4e7EiqzEtLYIh5KpkrhkTbsH5o8w0Z32bE9MuyMwB5Duuo7o8FqRWaF/4stWtt0d7YsWglAIfI+4Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260119.1_1768842038316_0.5653446229608208","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260120.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"28047b0b03134cdd42a0679a603a8f6ee68e70b6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260120.1.tgz","fileCount":186,"integrity":"sha512-lc8VBwzoLqNp3hygmDRkfXBZpqaTZktjxHS1T1jbWyVjxi8DUirkJUG4xO8AT1aiy94mM0LR66MO8tQjHj8oVg==","signatures":[{"sig":"MEQCIHlMsK4MLTNHCJE3oBSs9Z699twgrDGJ9ABf3UBGvtM+AiA9rg0rl0HeUJqbU89X/XPc2Z0Zj6Wuz4j/xSXyeqs8Tg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7882c984-9880-4045-9f45-06cce106b2d3\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7882c984-9880-4045-9f45-06cce106b2d3\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260120.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lc8VBwzoLqNp3hygmDRkfXBZpqaTZktjxHS1T1jbWyVjxi8DUirkJUG4xO8AT1aiy94mM0LR66MO8tQjHj8oVg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260120.1_1768928462516_0.49234544872540353","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260121.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5e79a0bb7f682c07826540f98fedc243e6b7c8c6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260121.1.tgz","fileCount":186,"integrity":"sha512-I9pQ4wIwIV+TULDt9XMCNOPwsrIUOBrIsU4NYCzYzhfF9z7Pp+x3AGbb4145asoyzWbVxbMe0+tLYa3TfTXwaw==","signatures":[{"sig":"MEUCIF9ditiTMkp/s08/f686J07rpI8ivEGBWcJTMbpKwx5zAiEA8+FgQpUFjPGY0UT4cH6CLEcPD146DFH+IIiGxCFpUQc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ecdefb63-944e-4cfb-8ec3-148bfda9d848\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ecdefb63-944e-4cfb-8ec3-148bfda9d848\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260121.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-I9pQ4wIwIV+TULDt9XMCNOPwsrIUOBrIsU4NYCzYzhfF9z7Pp+x3AGbb4145asoyzWbVxbMe0+tLYa3TfTXwaw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260121.1_1769014919623_0.1167069112114647","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260122.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260122.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53a60d1fc163b062ab619d65cd593d8bb45c735b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260122.1.tgz","fileCount":186,"integrity":"sha512-bcK7vrQL85JewUy3ENgk1kY7j69tme19mOzofCDgbd+6L3vW4mctaXdW1vQH5LzBSMufFE7UrjJ+qVg5KFcDcQ==","signatures":[{"sig":"MEUCIQCR5xFookqJb/Ea/oYsIY+7KR4Y8sRJ+Gx6VyJS4PWwkgIgF1fC5rk8f7o+eOKHEd1+ioghTZRir1oDlx3d/Z7Q2h0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e7b042eb-f058-46ec-bfb4-a127c2c18bd5\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260122.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e7b042eb-f058-46ec-bfb4-a127c2c18bd5\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260122.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bcK7vrQL85JewUy3ENgk1kY7j69tme19mOzofCDgbd+6L3vW4mctaXdW1vQH5LzBSMufFE7UrjJ+qVg5KFcDcQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260122.1_1769101204028_0.5038423358128497","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260123.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260123.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260123.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d1d8b83e3f59bb716567592909fce46aecc392e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260123.1.tgz","fileCount":186,"integrity":"sha512-gWzJUKQvaZ2HF0Yl3UWo0vhxTzFhTDbm9zz7Lz1ohcNVZ4QTC2J/QI8q83jPhVY6jGjoOZ9WXRhuIpzOedqKOQ==","signatures":[{"sig":"MEQCIBOglXsDm6D5PT9gmiTIQxVsjIfm/6kOISciNLHRfoEtAiBP1l8NbOV/sSIbrBoZQE/dqUBnx1IiM23KiwoDNU81gw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dfce0042-7905-4d5f-9e7b-732abb4a8273\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260123.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dfce0042-7905-4d5f-9e7b-732abb4a8273\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260123.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gWzJUKQvaZ2HF0Yl3UWo0vhxTzFhTDbm9zz7Lz1ohcNVZ4QTC2J/QI8q83jPhVY6jGjoOZ9WXRhuIpzOedqKOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260123.1_1769188434982_0.7418211553446707","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260126.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6c9bdebd61d592512272bd0e094d24e8f86c4074","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260126.1.tgz","fileCount":186,"integrity":"sha512-Lq40+D8B795mqDYU9ACuFue6OBl95UWPtqsEBY/Oaco/WZDBC8BejKIEm8VtpVf3TH2QLaZa3cpov52Yz39W/g==","signatures":[{"sig":"MEUCIGyOpusi6MxVEhX8Or3S03OEak1BO7jCecMW/8soNdiHAiEApH9hZS8U1HOZLuTgK27CHcrH8768PPUWfRwV4tkQ3UQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\698d7f79-79b0-4e7c-8954-4453ad6eb746\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\698d7f79-79b0-4e7c-8954-4453ad6eb746\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260126.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Lq40+D8B795mqDYU9ACuFue6OBl95UWPtqsEBY/Oaco/WZDBC8BejKIEm8VtpVf3TH2QLaZa3cpov52Yz39W/g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260126.1_1769446952808_0.7058515322616328","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260127.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"76f778945255aa697024d1b827b5f3e489ec9d04","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260127.1.tgz","fileCount":186,"integrity":"sha512-Wz95zV3wmt86JXGEBuk/Eh886Sn/D2rA4CEG4p/LM5pBdY6Zsx4+gI9QDp8bZ+ydoNru6H5vl/Mt9UHRK1khsw==","signatures":[{"sig":"MEQCIGFsBmxUdLHs+l8gnhiiLpJiXBYo6titZW5XcVP49NfYAiAwxPb7keXvB6iiRY5bUTVLtR++6wbIBoHgQVcl6k0Xrw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bd12060d-5b02-4fda-90c6-adeec4a0d7d6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bd12060d-5b02-4fda-90c6-adeec4a0d7d6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260127.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Wz95zV3wmt86JXGEBuk/Eh886Sn/D2rA4CEG4p/LM5pBdY6Zsx4+gI9QDp8bZ+ydoNru6H5vl/Mt9UHRK1khsw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260127.1_1769533703517_0.34782246611092726","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260128.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f5b003d5409a0b4efb541203beede6c89189c126","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260128.1.tgz","fileCount":186,"integrity":"sha512-gDnfI/PAt4+e+oeVQE3HSAADz3EvKT4vUikS2iJEkp14UlQfTEniUVtUrXr+/n8YqnRkTSfh+Prl0TgsDIcphA==","signatures":[{"sig":"MEUCIGgqxnqLgwLrGalsPTAQ5hrRZ1wi16zPjBdEi0AogVm6AiEAivhAolr2kN/D8ga/+5CacCtHroh6HtKtAqejErQrW7E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d6045af8-83f2-453a-ad2d-775b27839741\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d6045af8-83f2-453a-ad2d-775b27839741\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260128.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gDnfI/PAt4+e+oeVQE3HSAADz3EvKT4vUikS2iJEkp14UlQfTEniUVtUrXr+/n8YqnRkTSfh+Prl0TgsDIcphA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260128.1_1769619927050_0.46115443763959907","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260129.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2a46efd6d66318de1ae63a1013ca404bb345111e","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260129.1.tgz","fileCount":186,"integrity":"sha512-qOLeLvVfYQSqOmH/pVz3eCk6b3jW3rsu4ZpQp/H4NvEkIAc/ikacFz4zkzYJfiXkClLi4L4eT4rkrT0MzF36dg==","signatures":[{"sig":"MEUCIQDz+7hUJtQayHH/kdRqKvSO/YVlBjf5GACrTDBpw4333AIgajFrg5jGT2Pl01SO5zJnnIb4zSj63cveEjlN7RojfF8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8cb58d8a-132d-4185-bd30-a61212424fcf\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8cb58d8a-132d-4185-bd30-a61212424fcf\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260129.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qOLeLvVfYQSqOmH/pVz3eCk6b3jW3rsu4ZpQp/H4NvEkIAc/ikacFz4zkzYJfiXkClLi4L4eT4rkrT0MzF36dg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260129.1_1769706388459_0.7663117251756573","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260130.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260130.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260130.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"37cd782bc68f0d0cc487474a4a691747bd9c3993","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260130.1.tgz","fileCount":186,"integrity":"sha512-T6hFdJsHqEgm07Z78hXcGH6EYFmHROTMOcGo74y8DQmc1ImMZO0WsFfCePCHXLcQ8WDwfpv4u8snGkg3zNZSQQ==","signatures":[{"sig":"MEYCIQDhG4uGDvX045ydg4fT4JIMs8XOlZrPFTUUi2+32Jw8agIhAJJBKajN3s+iAAdbo66EDpy1OTf6z1rOsd4Rymji8Scd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb304aff-7e29-4b78-af81-1739f1450709\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260130.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eb304aff-7e29-4b78-af81-1739f1450709\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260130.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-T6hFdJsHqEgm07Z78hXcGH6EYFmHROTMOcGo74y8DQmc1ImMZO0WsFfCePCHXLcQ8WDwfpv4u8snGkg3zNZSQQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260130.1_1769793017163_0.9862014812218016","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260202.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9365cd9db9db3bff0e420e1b54c67b9170a1f3c6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260202.1.tgz","fileCount":186,"integrity":"sha512-iAFufq8ZukshLegR+pqvXNDKInMiQOQ9DtO8VJBEb7XIg/1cwF9i/Hd0FerJsPJD+9o0T/PycBLmTwqLd1+bIA==","signatures":[{"sig":"MEQCIDumF8S3N4xJVtwUqUVS+kvvTqjHH3tubftvaUk4msDfAiBbeK1Y29FlXvaKGuRs0cnXNCxHmR6H91qoLmZRI/1vBQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\25676481-2a43-4405-a195-cd64a997a1fc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260202.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\25676481-2a43-4405-a195-cd64a997a1fc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260202.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iAFufq8ZukshLegR+pqvXNDKInMiQOQ9DtO8VJBEb7XIg/1cwF9i/Hd0FerJsPJD+9o0T/PycBLmTwqLd1+bIA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260202.1_1770051786772_0.5923031872279538","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260203.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"93b78cb9a2ff6d238fb13309bb3c47ee53fa48ea","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260203.1.tgz","fileCount":186,"integrity":"sha512-stC6Cb5DluCpT4VPC73lC+KUm9r6VRL84dIpt6aMltzpPdbT6gyrR7OcJRsukRd+tCLVhuHuSJUVOW6IyA8WRQ==","signatures":[{"sig":"MEUCIHDlQo6IgR2+XgwJvzk0pBvw7eetCOkSOFcP9Im9OQLPAiEA6B19gtUscHII1jQuVocEFVBIiGEn89mlQc2DJM7nvgc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641504},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6c87b8dc-e3f2-44eb-b5fb-fe39e32812a2\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6c87b8dc-e3f2-44eb-b5fb-fe39e32812a2\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260203.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-stC6Cb5DluCpT4VPC73lC+KUm9r6VRL84dIpt6aMltzpPdbT6gyrR7OcJRsukRd+tCLVhuHuSJUVOW6IyA8WRQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260203.1_1770138815492_0.6149520331985174","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260204.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1a52b201275815c481e0556ca2056ca1e9b7b6f2","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260204.1.tgz","fileCount":186,"integrity":"sha512-hqBTPCVzVUMI+bBsi3ueHVyGOzZnowyTk6BSViD/jb7lZ4YrV4nRKIhcUqJU7unr2JHVkkj81WyUj7kkgxTcjw==","signatures":[{"sig":"MEUCIQDKEtZxw1CRShZ00Pb+K4hl2oHfGhxYOiamM2Wqfv78JAIgQfk3VXugmHOw1A4Pa0MV2GCSRlJtoljPEwmSPiJZBAc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7343dd56-4c80-4216-b207-8313491b54af\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7343dd56-4c80-4216-b207-8313491b54af\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260204.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hqBTPCVzVUMI+bBsi3ueHVyGOzZnowyTk6BSViD/jb7lZ4YrV4nRKIhcUqJU7unr2JHVkkj81WyUj7kkgxTcjw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260204.1_1770224472222_0.6468513464819541","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260205.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260205.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e771ca3215203ae618ed174af0b377227d8398b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260205.1.tgz","fileCount":186,"integrity":"sha512-3BNJ1jT6rHqdgPVbj0bO1hLPSLrsF7tTT0eGS7B25tbuZS7Cb1JKgZQG2KD2hCObbNo5WKZ2WkhciiGvdoBWLg==","signatures":[{"sig":"MEYCIQCrpriThqeo1X5Q55NUr5a+pMtORmgrYnFdPw2JIE6MfQIhANZ4cFt0oz90BDBsuoJETrYfgZ9MVyX1K7/0XFZQ1KCR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8d0b1c69-86bc-4975-a5d6-df25006640a4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8d0b1c69-86bc-4975-a5d6-df25006640a4\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260205.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3BNJ1jT6rHqdgPVbj0bO1hLPSLrsF7tTT0eGS7B25tbuZS7Cb1JKgZQG2KD2hCObbNo5WKZ2WkhciiGvdoBWLg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260205.1_1770311155578_0.6609497386284233","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260206.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f49edf71cbfae413529798001f8e724654e8379","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260206.1.tgz","fileCount":186,"integrity":"sha512-FRs1kNX1hyc/pLkuLmQ3X2UfKFJeZ/WjQbZ7Qp8mE8TBX4tTXePE+h0nXPYAgLKdWNj/7pXUNyyVEJurPOjd9Q==","signatures":[{"sig":"MEQCIBKFP2/z+oDK7AEmaKilr0z3IgRkWIKNNzaCcay8Xay3AiBeCHEkAUrl1hnliTSeHmmWMiw2/gGD3k4vsPDM/DXMCA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4ebc7b1e-4b17-47bb-ac03-4a7cbcb3a3fe\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260206.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4ebc7b1e-4b17-47bb-ac03-4a7cbcb3a3fe\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260206.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FRs1kNX1hyc/pLkuLmQ3X2UfKFJeZ/WjQbZ7Qp8mE8TBX4tTXePE+h0nXPYAgLKdWNj/7pXUNyyVEJurPOjd9Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260206.1_1770397251502_0.6798218393943047","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260210.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"52d8a51a9605b8e7a41ae5cd1ed267fc83cbb0f7","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260210.1.tgz","fileCount":186,"integrity":"sha512-+a28dL4IMbRPdTwptxVX/zVmaQJoBZ2cvR8j4lOsylOWNDCRW0EozSZwL6lrou7rUgLOmOLdIXUtRl8yHaNQIw==","signatures":[{"sig":"MEQCIGwWj8wG/iX4osCJSaet1U92muZTczciBianiLvtPd0FAiBEtNeV6LUKl+BBvulO4khvfptDg25B0AcW8w/LOL28YQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f783331a-1a4d-48c3-a37d-c604338d343e\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f783331a-1a4d-48c3-a37d-c604338d343e\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260210.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+a28dL4IMbRPdTwptxVX/zVmaQJoBZ2cvR8j4lOsylOWNDCRW0EozSZwL6lrou7rUgLOmOLdIXUtRl8yHaNQIw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260210.1_1770743223834_0.502066656383199","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260211.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260211.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"34f87dcef1ce46483ca779f6b27379ae6c8d5d08","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260211.1.tgz","fileCount":186,"integrity":"sha512-d9M2Ax4twTmN7wdeHf6G1pSlBF2NeurN2fLgFTwKxz19FHEM++CP/Xx1b5Qncy9MKBuv/tP/XAL6BhX7IKb6tQ==","signatures":[{"sig":"MEUCIQCMM4MpCijf8Vu2fbJjkb3mbfwMn4uwdwnwY2LOH7yKHgIgeIGFBESzEoOhjqJ/Axnm6EjXCZ2AIr5Qsswm0UThpcg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\478e7286-423a-4030-bf81-a562a65f23fd\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\478e7286-423a-4030-bf81-a562a65f23fd\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260211.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-d9M2Ax4twTmN7wdeHf6G1pSlBF2NeurN2fLgFTwKxz19FHEM++CP/Xx1b5Qncy9MKBuv/tP/XAL6BhX7IKb6tQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260211.1_1770829465959_0.2169741948685906","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260212.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"46db9cc791113cd59d8d6e9f582605d6f7f32e0a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260212.1.tgz","fileCount":186,"integrity":"sha512-cioCuY3/mtMByF38TXBrOadVA0bliocCHs+w9XtMo7YMsg2uADHGPtP2HzcAk8kCV95oS4AvMTgCrHeklTNrfQ==","signatures":[{"sig":"MEUCIDshPjADtgU/B3ciouBzHIfZZaqLhghwiVjZCiKTymbZAiEAt0TEdreZ6OElO/xZikotQMTuOxiiZeQwaEdB/WPuJUo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\75259754-01d0-4d13-a39d-6e61ef655e99\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\75259754-01d0-4d13-a39d-6e61ef655e99\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260212.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cioCuY3/mtMByF38TXBrOadVA0bliocCHs+w9XtMo7YMsg2uADHGPtP2HzcAk8kCV95oS4AvMTgCrHeklTNrfQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260212.1_1770915585301_0.9997484438679294","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260213.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260213.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"346142d3f2ae5442e851fd1e1126a342bb314716","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260213.1.tgz","fileCount":186,"integrity":"sha512-66ltmsxaRfAFF86k/JKvnvn0TxfiU89zp0pxo76XBAcpTGt+qF6zADVoBoSO2csp9kFu91n/PcAGblO2ZBpp6Q==","signatures":[{"sig":"MEUCIQDZB0z7dFzblMXnNI5C7O/5Ca6ybxdvxP8QxMSbbQJOpgIgaHI8CLdtmXzRCdISjc7oZRZa/sMydaL5XixIdJD2X3E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f95d43b6-710f-4995-aeab-29e11e9598ff\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f95d43b6-710f-4995-aeab-29e11e9598ff\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260213.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-66ltmsxaRfAFF86k/JKvnvn0TxfiU89zp0pxo76XBAcpTGt+qF6zADVoBoSO2csp9kFu91n/PcAGblO2ZBpp6Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260213.1_1771002051278_0.9362948193147906","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260216.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260216.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dbbc3ed543a5ebcb71f9347628b1b13cc87d965d","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260216.1.tgz","fileCount":186,"integrity":"sha512-P6Lm+Debd28t9mxhNgDwGdlZ2GuUSw9iTGocjgkX90OX/l6vCwCaKDcLQGBdzu1/JULwqZnk/MhSfIMOANRQhw==","signatures":[{"sig":"MEYCIQCSNVrFA2hrvNi6h+hVdY9zCsqaFkDCPGw+gMjuiEZSSQIhAJJtzgKxK3UVlkHxQhhx/naUc6QPMzwcylTxHVl5XkTf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\641361c4-18db-4142-8eab-8f988f9e891c\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\641361c4-18db-4142-8eab-8f988f9e891c\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260216.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-P6Lm+Debd28t9mxhNgDwGdlZ2GuUSw9iTGocjgkX90OX/l6vCwCaKDcLQGBdzu1/JULwqZnk/MhSfIMOANRQhw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260216.1_1771261365279_0.4343257928376112","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260217.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7dfdce34edf71c58a5ff9c26fcf164ee385ef59a","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260217.1.tgz","fileCount":186,"integrity":"sha512-oCx5rXTbSYBRq+wCUmD27p0uT2IoXAQRyblHJTnKSXiXFS9eh+2oKMQYLyK1tQtPWnXNoM6N5AWeSWLafjgBKA==","signatures":[{"sig":"MEUCIQDMyhCEKllCB/s3dFMLKq+QA/5xM5aqRjxox+1evw57ZgIgTq1nON9w5HbWDJoIupz1dMGkZgxkQcfbsDlgohciq8M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\36c75fe3-034e-492e-b63e-d5f51fa71281\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\36c75fe3-034e-492e-b63e-d5f51fa71281\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260217.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oCx5rXTbSYBRq+wCUmD27p0uT2IoXAQRyblHJTnKSXiXFS9eh+2oKMQYLyK1tQtPWnXNoM6N5AWeSWLafjgBKA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260217.1_1771347822207_0.5014115935036427","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260218.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8947013549b40195f6e9fb63af512733ea81b7b8","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260218.1.tgz","fileCount":186,"integrity":"sha512-HYkJ1QmDDbcn9t5a0/eTshx4IKxA5PGWfm+8k4u2ecBbuhuIOfc3glkbzlKXkzer+lThlDrQ/SqboRwxjm76Pg==","signatures":[{"sig":"MEUCIQC2CunE2WkVuMq+J3uNvdTArYSBtKsX4cyml+mU/afsZAIgSvUbBg1HKa4D1faoNrRvhKUBTw8zsW6NTvNrNdWw7JM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0a17931a-2846-459a-9f03-fdf760252ebc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0a17931a-2846-459a-9f03-fdf760252ebc\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260218.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HYkJ1QmDDbcn9t5a0/eTshx4IKxA5PGWfm+8k4u2ecBbuhuIOfc3glkbzlKXkzer+lThlDrQ/SqboRwxjm76Pg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260218.1_1771434647522_0.9465969218504715","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260219.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b76275484313ecbb28d8174332647b83d8a65a1","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260219.1.tgz","fileCount":186,"integrity":"sha512-lhj9DjnY3QN7zVxhtC3eaS2b1Q/JSGMcJ5mlmVdxebxuaaFHmQKq4rL0hcPpAYLSqUoCKUvbHd8Ch16bEy+t4g==","signatures":[{"sig":"MEUCIGYX5HgdWlT9nSQ6h7MEzLdAF6DBlZc6s5Ya/1OCP2BdAiEA1dzGpZUlnQ3rqY+EZEfSooSM/fSO6E4KcHsz62B9pFY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bbb15eea-c03a-44d3-b546-9001759a22d1\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bbb15eea-c03a-44d3-b546-9001759a22d1\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260219.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lhj9DjnY3QN7zVxhtC3eaS2b1Q/JSGMcJ5mlmVdxebxuaaFHmQKq4rL0hcPpAYLSqUoCKUvbHd8Ch16bEy+t4g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260219.1_1771520779623_0.5569285191350013","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260220.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"25e2495bd7ccaecf69e17f3665163c2ea45fd61b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260220.1.tgz","fileCount":186,"integrity":"sha512-XsAEpC4CV3QJI5yyzlGtD8TPGrAOfACNGuocSeiycO53sKIGl+t/7bZNdmN/gzEmFR22uhSg3XFlGznxZwB0yw==","signatures":[{"sig":"MEYCIQCGXVuGY6ZgwjEnHvu9oWFfbm/I8VyAeLt0BvFfPvhzjwIhAON9/mkmPz80IMBKH6CQarvZp22Emf4SGTHDl7+C7a8Q","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\09b9adaf-1539-405a-97aa-76261cbb3252\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\09b9adaf-1539-405a-97aa-76261cbb3252\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260220.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XsAEpC4CV3QJI5yyzlGtD8TPGrAOfACNGuocSeiycO53sKIGl+t/7bZNdmN/gzEmFR22uhSg3XFlGznxZwB0yw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260220.1_1771606837058_0.5627806773458364","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260224.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4c73131b014d0c6451043945a29a60241ccd4c82","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260224.1.tgz","fileCount":186,"integrity":"sha512-umB5C44rxny3UV5Sa9oQ9jjTJjDQvlnNi1UCU2eWVk8MbReBDzAoyyWkOP8YECjQgbpEQ6IA9U1nWkch+I9Vjw==","signatures":[{"sig":"MEQCIH43An85VmTJ8L2OUFrdULsggmfVnxy7YA6O0S0MGbjLAiAnX5F5T2ERjnPlE9eRKGdpy5TOdLBWZOez0wHsIyaQFA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2a24c026-96f4-433a-b53a-097ff3963128\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2a24c026-96f4-433a-b53a-097ff3963128\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260224.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-umB5C44rxny3UV5Sa9oQ9jjTJjDQvlnNi1UCU2eWVk8MbReBDzAoyyWkOP8YECjQgbpEQ6IA9U1nWkch+I9Vjw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260224.1_1771952840487_0.30472119963507804","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260225.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260225.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0114d2cf0ffa9b15465083296bcf58150f69053f","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260225.1.tgz","fileCount":186,"integrity":"sha512-nVdJGsYobEaRfvPDJNOHs6mkxhHqM/jPiFYe/QrVsEfvCSDU5df9c/VH4MNOnEu/OLAyvUxaS3PR/L5v3FnSHQ==","signatures":[{"sig":"MEQCIB0xDyJHOKVa81r3x8ko921O3IYwkIaWm0CD20JyqG6xAiASYUt48IHbXI6puKQjuyB+PZW1JENtOLHMHt2wXpaF7g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\652b8812-22e6-4533-99ca-fff0292b52bb\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\652b8812-22e6-4533-99ca-fff0292b52bb\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260225.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nVdJGsYobEaRfvPDJNOHs6mkxhHqM/jPiFYe/QrVsEfvCSDU5df9c/VH4MNOnEu/OLAyvUxaS3PR/L5v3FnSHQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260225.1_1772039305937_0.011294873921847248","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260226.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"55573734b522e520ea3505063d4f217f7a07356b","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260226.1.tgz","fileCount":186,"integrity":"sha512-S1A81DXcLpT17WaTUvMK+HnljMld7O1Yu+hjvWJWGxemHvYS2Ouv28nS5LtNOk1OIMUKMeCPNj7qbmOOPvJNTg==","signatures":[{"sig":"MEUCIDig3h55rU+z6f58IEZ4CxZUfuudtxx9IDbCy+gHB8DMAiEAkKgwR30C0hLyUR2a3FdzuieuxOUfgMHb8WfayQQ6BXY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6a1b4495-e3ce-4c69-8d50-813b8ce1d8c6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6a1b4495-e3ce-4c69-8d50-813b8ce1d8c6\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260226.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-S1A81DXcLpT17WaTUvMK+HnljMld7O1Yu+hjvWJWGxemHvYS2Ouv28nS5LtNOk1OIMUKMeCPNj7qbmOOPvJNTg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260226.1_1772125792507_0.4038157686988575","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260227.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260227.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0194a6f75137a1c083295b775e5471bc06ad0617","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260227.1.tgz","fileCount":186,"integrity":"sha512-ekdswLy0R6bPuR5Q0lRP/pAf1burdlUPAJzkkB2l86o6NuJKV0vM+A/ICk0fTS3udI6QaTks/KPZyR3bJl3A7A==","signatures":[{"sig":"MEUCIQC5LnCIPn9EZQ4cdee5hl9UsH7C16VWMTiuQcj9++IbIQIgJ0zU7yJLcfh0UkExYUMqx5nbtSWhSBlajTe+cFUeJDw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b216c180-dfa7-4f6d-af29-05f871f812de\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b216c180-dfa7-4f6d-af29-05f871f812de\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260227.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ekdswLy0R6bPuR5Q0lRP/pAf1burdlUPAJzkkB2l86o6NuJKV0vM+A/ICk0fTS3udI6QaTks/KPZyR3bJl3A7A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260227.1_1772212310881_0.5448820278719364","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260302.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260302.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260302.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"df5d9d530a5e46140ab509aa1b777d39950f29a7","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260302.1.tgz","fileCount":186,"integrity":"sha512-x1Rh2oxuZbQVszqG+4hFkgzx7fLXjSNgdTrfPjsoIKmc45D2LWMq2TZs9EtL/4prwnLX1u62ahWU1w2dyKN0QA==","signatures":[{"sig":"MEQCIFh3l7wsJzQRDCQdqg7nSPTXBtbIDY+9DKXZ7G1lrsqdAiAcOmytm9qGh9Uw0YlW/7UNYIfgdPqAxV20K4zmNmIZzA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1641483},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ca324e33-29a8-4a23-aaec-ff4a8406d137\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260302.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ca324e33-29a8-4a23-aaec-ff4a8406d137\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260302.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-x1Rh2oxuZbQVszqG+4hFkgzx7fLXjSNgdTrfPjsoIKmc45D2LWMq2TZs9EtL/4prwnLX1u62ahWU1w2dyKN0QA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260302.1_1772472054206_0.45676716293052166","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260303.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260303.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260303.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c1c9278e22ed60eede58de3d536bb3f0a3d0f966","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260303.1.tgz","fileCount":186,"integrity":"sha512-++DMMf+YvZMDL6KuuFwbdVTDEcx+RRsBONgXXHHlPF+Lds+nxbvZhhR//RCPrfP1qqH1XfsV/BYisQmnZRCqaQ==","signatures":[{"sig":"MEQCIA98ZshCR6VndTqrbjj4vYPngYAP7sGv0rnpdWdYn6AUAiBWy/kyqz3lwnNrOpxvd+/7xvE9/H4ViGe8fjYUksMtzA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1640513},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\30fbe206-b21a-44f1-bf3e-af5ba8ccdc46\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260303.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\30fbe206-b21a-44f1-bf3e-af5ba8ccdc46\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260303.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-++DMMf+YvZMDL6KuuFwbdVTDEcx+RRsBONgXXHHlPF+Lds+nxbvZhhR//RCPrfP1qqH1XfsV/BYisQmnZRCqaQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260303.1_1772557759121_0.21097633762064327","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260304.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260304.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260304.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8c8714dc9b9604e562e6447c186cdca31e82bcc","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260304.1.tgz","fileCount":186,"integrity":"sha512-UBS9+cJo4RIpfGt+F02jqlMl1VRnQILj6srr7mkLqL8ixVQHmvoyoeUn61x1vLDgFf71ESvkPbcbZ+V1796VGg==","signatures":[{"sig":"MEUCIEwMh3DBfSZqz9IF+wfe2qkPlxqy0JXdFYsQbt241GmeAiEA1Fdur37nP8B5unPVy8OMV3pM3MVIJ3DTIkZzQm8orE4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1514475},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d2866c50-fc48-4655-a7f2-672bdec90748\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260304.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d2866c50-fc48-4655-a7f2-672bdec90748\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260304.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UBS9+cJo4RIpfGt+F02jqlMl1VRnQILj6srr7mkLqL8ixVQHmvoyoeUn61x1vLDgFf71ESvkPbcbZ+V1796VGg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260304.1_1772644058719_0.290157267661735","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260305.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260305.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260305.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3530bb5dd575c9b0ed3fe45e89416cfdef400420","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260305.1.tgz","fileCount":186,"integrity":"sha512-k+eAzojtUSnTLk/CgRNa5jq/ZeIk+QXUlvrMHOXetz3JcmECkaJKCaNFDFzxDjNmdRX9sCrXzEMJYmMnILAE4w==","signatures":[{"sig":"MEUCIBGF20gxV0KF2kD3J2UdZzBGQv61ZkqN5L2tW58oqEkpAiEAiXFHBnnlY/bx8n4IEstEgOIZW7y0oE4/NPJnvnp/p/c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1515130},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0cc9502d-699f-4534-bdc3-642c8cf393d0\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260305.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0cc9502d-699f-4534-bdc3-642c8cf393d0\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260305.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-k+eAzojtUSnTLk/CgRNa5jq/ZeIk+QXUlvrMHOXetz3JcmECkaJKCaNFDFzxDjNmdRX9sCrXzEMJYmMnILAE4w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260305.1_1772730462402_0.14187156876929796","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260306.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260306.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260306.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b8978a1649869fb8432fd683615c6f58a6cf5495","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260306.1.tgz","fileCount":186,"integrity":"sha512-Bm0QYxooUbXmdRUzAiTq33j8gHqoaMoebMCLvz6RdedtgEIHD6ckF3mLCcF6pYnJ1JJBkrhy5UTnpz2j93d+Qw==","signatures":[{"sig":"MEUCIQDv4F3HX4MpGVpCkxxNoprQGv2oSSZtNPQXxjGTgCC6dgIgUiIah8sCE1aCXk6NY/YqP6WicqBE+xnVxVeofovbzhM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1515130},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c8f07832-13ef-4ea1-a4db-5f79d30f56fe\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260306.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c8f07832-13ef-4ea1-a4db-5f79d30f56fe\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260306.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Bm0QYxooUbXmdRUzAiTq33j8gHqoaMoebMCLvz6RdedtgEIHD6ckF3mLCcF6pYnJ1JJBkrhy5UTnpz2j93d+Qw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.1-alpha <1.23.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260306.1_1772816927771_0.4843716788376802","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260309.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260309.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260309.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c4a16bff62cfe80f172a603137913d0a6474939","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260309.1.tgz","fileCount":186,"integrity":"sha512-yEGMfL+0GyRRZFAdqj3XyxHJkWxEtVnynx4k0xM/8PA2IJ7qAWkwanrZXvkck6k4QmIWo+34uALhYvHuOllibA==","signatures":[{"sig":"MEYCIQDVvL6cSflcCLd/2LQrNdL84WkNdkIQ4LZlnaBCppaCbwIhAMk1jIGy4FAGUe5QZKIOn75ziPJ20tUpRA62AreoKezL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1515130},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0e642ec4-b2e6-4405-91be-2ae6d645ac15\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260309.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0e642ec4-b2e6-4405-91be-2ae6d645ac15\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260309.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yEGMfL+0GyRRZFAdqj3XyxHJkWxEtVnynx4k0xM/8PA2IJ7qAWkwanrZXvkck6k4QmIWo+34uALhYvHuOllibA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.1-alpha <1.23.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260309.1_1773072561841_0.8865060639045679","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260310.1":{"name":"@azure-rest/iot-device-update","version":"1.1.2-alpha.20260310.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5ce6bdd5db0522bdcfebf15acd931f84eaf4b9c6","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260310.1.tgz","fileCount":186,"integrity":"sha512-gb42mNE42aEs+Y5pFfjAz6vNoM06Q+WxaIEKjKFyuLpW2no2UdLq76mHKirSMvTEMbh6c49h5BDRR3cbkdZPAg==","signatures":[{"sig":"MEYCIQDCZfm/xhHYqpheL8xRkkzuN1AbbrbdJS4E5s3wr0ejMgIhAMZMaa8raOh77KJYcoeNcWg3CzgXiYdma9qcqNZW1fjl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1515130},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d1d66355-8196-4d1e-b3e9-e672c093e03c\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260310.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"rimraf review && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript swagger/README.md && npm run format","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d1d66355-8196-4d1e-b3e9-e672c093e03c\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260310.1.tgz","//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gb42mNE42aEs+Y5pFfjAz6vNoM06Q+WxaIEKjKFyuLpW2no2UdLq76mHKirSMvTEMbh6c49h5BDRR3cbkdZPAg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.1-alpha <1.23.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@azure/core-util":"^1.13.2","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure-tools/test-utils-vitest":"^2.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update","productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"disableDocsMs":true,"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"}},"_npmOperationalInternal":{"tmp":"tmp/iot-device-update_1.1.2-alpha.20260310.1_1773159001485_0.6891855365756394","host":"s3://npm-registry-packages-npm-production"}},"1.1.2-alpha.20260311.1":{"name":"@azure-rest/iot-device-update","sdk-type":"client","author":{"name":"Microsoft Corporation"},"description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","version":"1.1.2-alpha.20260311.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"license":"MIT","main":"./dist/commonjs/index.js","module":"./dist/esm/index.js","types":"./dist/commonjs/index.d.ts","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"//metadata":{"constantPaths":[{"path":"swagger/README.md","prefix":"package-version"}]},"engines":{"node":">=20.0.0"},"//sampleConfiguration":{"productName":"Azure IoT Hub Device Update rest","productSlugs":["azure"],"requiredResources":{"Azure Iot Device Update instance":"https://learn.microsoft.com/azure/iot-hub-device-update/understand-device-update"},"disableDocsMs":true,"apiRefLink":"https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update"},"browser":"./dist/browser/index.js","sideEffects":false,"autoPublish":false,"dependencies":{"@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-lro":">=3.3.2-alpha <3.3.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-rest-pipeline":">=1.23.1-alpha <1.23.1-alphb","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","tslib":"^2.8.1"},"devDependencies":{"@azure/identity":"4.13.0","@types/node":"^20.19.25","@vitest/browser-playwright":"^4.0.8","@vitest/coverage-istanbul":"^4.0.8","cross-env":"^10.1.0","dotenv":"^16.6.1","eslint":"^9.39.1","playwright":"^1.56.1","prettier":"^3.6.2","rimraf":"^6.1.0","typescript":"~5.9.3","vitest":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-utils-vitest":"^2.0.1","@azure/dev-tool":"^1.0.0","@azure/core-util":"^1.13.2","@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure-tools/test-credential":"^2.1.2"},"type":"module","exports":{"./package.json":"./package.json",".":{"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"},"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"}}},"react-native":"./dist/react-native/index.js","scripts":{"build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","build:samples":"tsc -p tsconfig.samples.json","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","clean":"rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log","execute:samples":"dev-tool samples run samples-dev","extract-api":"rimraf review && dev-tool run extract-api","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","generate:client":"autorest --typescript swagger/README.md && npm run format","lint":"eslint package.json src test","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","update-snippets":"dev-tool run update-snippets"},"readmeFilename":"README.md","_id":"@azure-rest/iot-device-update@1.1.2-alpha.20260311.1","_integrity":"sha512-IRudE+pFJUu2hLGkj2Uk9ZGUP5raR3SnpRLl439NxEhmuKAZbo2VjBSlvaUMXHTDPjxlT58u/hUowqPctuXf7w==","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\468aab2f-abce-4e7d-b6db-7431da070934\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260311.1.tgz","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\468aab2f-abce-4e7d-b6db-7431da070934\\azure-rest-iot-device-update\\azure-rest-iot-device-update-1.1.2-alpha.20260311.1.tgz","tag":"dev","_nodeVersion":"18.5.0","dist":{"integrity":"sha512-IRudE+pFJUu2hLGkj2Uk9ZGUP5raR3SnpRLl439NxEhmuKAZbo2VjBSlvaUMXHTDPjxlT58u/hUowqPctuXf7w==","shasum":"205bb0118e17f8550512594105addf5dc6d63532","tarball":"https://registry.npmjs.org/@azure-rest/iot-device-update/-/iot-device-update-1.1.2-alpha.20260311.1.tgz","fileCount":186,"unpackedSize":1515130,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCTeLQ+1gDjKjy+W0VGLU4hPhN7O5VxZsquCrdX2EsO8gIhAI6slTJAEKcJO3JC/OvOn1W8EfjSx9FToNgTtSJu9r5m"}]},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/iot-device-update_1.1.2-alpha.20260311.1_1773244910376_0.22863220772570036"},"_hasShrinkwrap":false}},"time":{"created":"2022-01-21T04:52:46.313Z","modified":"2026-03-11T16:01:50.725Z","1.0.0-beta.1":"2022-01-21T04:52:46.562Z","1.0.0-alpha.20220121.1":"2022-01-21T16:58:58.488Z","1.0.0-alpha.20220131.1":"2022-01-31T17:02:26.915Z","1.0.0-alpha.20220208.1":"2022-02-08T17:01:21.341Z","1.0.0-alpha.20220307.1":"2022-03-08T00:31:27.717Z","1.0.0-alpha.20220309.1":"2022-03-09T16:58:29.662Z","1.0.0-alpha.20220310.1":"2022-03-10T17:01:04.332Z","1.0.0-alpha.20220315.1":"2022-03-15T15:59:33.534Z","1.0.0-alpha.20220321.1":"2022-03-21T16:15:18.609Z","1.0.0-alpha.20220330.1":"2022-03-30T16:03:31.795Z","1.0.0-alpha.20220331.1":"2022-03-31T16:03:20.191Z","1.0.0-alpha.20220401.1":"2022-04-01T16:05:38.909Z","1.0.0-alpha.20220406.1":"2022-04-06T16:04:44.417Z","1.0.0-alpha.20220407.1":"2022-04-07T16:02:41.772Z","1.0.0-alpha.20220415.1":"2022-04-15T16:05:41.926Z","1.0.0-alpha.20220421.1":"2022-04-21T16:05:29.269Z","1.0.0-alpha.20220422.1":"2022-04-22T16:00:38.830Z","1.0.0-alpha.20220517.1":"2022-05-17T16:02:35.096Z","1.0.0-alpha.20220523.1":"2022-05-23T16:03:06.883Z","1.0.0-alpha.20220606.1":"2022-06-06T16:02:23.135Z","1.0.0-alpha.20220607.1":"2022-06-07T16:40:36.986Z","1.0.0-beta.2":"2022-07-08T02:45:03.892Z","1.0.0-alpha.20220708.1":"2022-07-08T16:03:45.341Z","1.0.0-alpha.20220715.1":"2022-07-15T16:02:39.175Z","1.0.0-alpha.20220725.1":"2022-07-25T16:01:38.432Z","1.0.0-alpha.20220805.1":"2022-08-05T16:02:39.267Z","1.0.0":"2022-09-09T20:00:58.595Z","1.0.0-alpha.20220912.1":"2022-09-12T16:03:31.342Z","1.0.1-alpha.20220923.1":"2022-09-23T16:04:50.232Z","1.0.1-alpha.20221017.1":"2022-10-17T16:06:11.785Z","1.0.1-alpha.20221021.1":"2022-10-21T16:00:39.681Z","1.0.1-alpha.20221214.1":"2022-12-14T17:04:58.455Z","1.0.1-alpha.20230126.1":"2023-01-26T17:04:47.153Z","1.0.1-alpha.20230127.1":"2023-01-27T17:05:19.961Z","1.0.1-alpha.20230214.1":"2023-02-14T17:05:48.619Z","1.0.1-alpha.20230303.1":"2023-03-03T17:05:06.382Z","1.0.1-alpha.20230307.1":"2023-03-07T17:06:51.679Z","1.0.1-alpha.20230321.1":"2023-03-21T16:06:15.248Z","1.0.1-alpha.20230419.1":"2023-04-19T16:03:20.696Z","1.0.1-alpha.20230824.1":"2023-08-24T16:20:27.033Z","1.0.1-alpha.20230918.1":"2023-09-18T16:20:47.102Z","1.0.1-alpha.20230925.1":"2023-09-25T16:21:23.714Z","1.0.1-alpha.20230927.1":"2023-09-27T16:04:23.265Z","1.0.1-alpha.20231002.1":"2023-10-02T16:22:33.430Z","1.0.1-alpha.20231010.1":"2023-10-10T16:06:45.592Z","1.0.1-alpha.20231024.1":"2023-10-24T16:04:26.320Z","1.0.1-alpha.20231031.1":"2023-10-31T15:59:33.741Z","1.0.1-alpha.20231207.1":"2023-12-07T17:00:30.189Z","1.0.1-alpha.20240111.1":"2024-01-11T17:22:24.984Z","1.0.1-alpha.20240115.1":"2024-01-15T17:21:23.210Z","1.0.1-alpha.20240117.1":"2024-01-17T17:06:31.821Z","1.0.1-alpha.20240129.1":"2024-01-29T17:24:38.126Z","1.0.1-alpha.20240206.1":"2024-02-06T17:01:05.173Z","1.0.1-alpha.20240219.1":"2024-02-19T17:20:40.204Z","1.0.1-alpha.20240308.1":"2024-03-08T17:07:36.153Z","1.0.1-alpha.20240325.1":"2024-03-25T16:05:12.892Z","1.0.1-alpha.20240411.1":"2024-04-11T16:11:05.161Z","1.0.1-alpha.20240415.1":"2024-04-15T16:07:51.174Z","1.0.1-alpha.20240416.1":"2024-04-16T16:08:23.031Z","1.0.1-alpha.20240417.1":"2024-04-17T16:12:02.589Z","1.0.1-alpha.20240418.1":"2024-04-18T16:08:04.873Z","1.0.1-alpha.20240419.1":"2024-04-19T16:11:12.413Z","1.0.1-alpha.20240423.1":"2024-04-23T16:08:53.489Z","1.0.1-alpha.20240424.1":"2024-04-24T16:07:36.452Z","1.0.1-alpha.20240425.1":"2024-04-25T16:08:09.865Z","1.0.1-alpha.20240429.1":"2024-04-29T16:10:22.593Z","1.0.1-alpha.20240430.1":"2024-04-30T16:09:41.516Z","1.0.1-alpha.20240501.1":"2024-05-01T16:03:18.364Z","1.0.1-alpha.20240502.1":"2024-05-02T16:05:52.793Z","1.0.1-alpha.20240503.1":"2024-05-03T16:06:17.783Z","1.0.1-alpha.20240506.1":"2024-05-06T16:06:37.927Z","1.0.1-alpha.20240507.1":"2024-05-07T16:08:48.025Z","1.0.1-alpha.20240508.1":"2024-05-08T16:06:32.249Z","1.0.1-alpha.20240509.1":"2024-05-09T16:07:30.382Z","1.0.1-alpha.20240510.1":"2024-05-10T16:04:02.196Z","1.0.1-alpha.20240513.1":"2024-05-13T16:06:22.541Z","1.0.1-alpha.20240514.1":"2024-05-14T16:07:19.546Z","1.0.1-alpha.20240515.1":"2024-05-15T16:05:58.207Z","1.0.1-alpha.20240516.1":"2024-05-16T16:07:47.113Z","1.0.1-alpha.20240517.1":"2024-05-17T16:06:53.589Z","1.0.1-alpha.20240520.1":"2024-05-20T16:08:37.267Z","1.0.1-alpha.20240521.1":"2024-05-21T16:06:56.338Z","1.0.1-alpha.20240522.1":"2024-05-22T16:10:28.169Z","1.0.1-alpha.20240523.1":"2024-05-23T16:14:42.995Z","1.0.1-alpha.20240524.1":"2024-05-24T16:08:36.685Z","1.0.1-alpha.20240527.1":"2024-05-27T16:05:19.856Z","1.0.1-alpha.20240528.1":"2024-05-28T16:05:40.490Z","1.0.1-alpha.20240529.1":"2024-05-29T16:05:01.549Z","1.0.1-alpha.20240530.1":"2024-05-30T16:16:06.332Z","1.0.1-alpha.20240531.1":"2024-05-31T16:08:12.501Z","1.0.1-alpha.20240603.1":"2024-06-03T16:11:12.343Z","1.0.1-alpha.20240604.1":"2024-06-04T16:07:33.762Z","1.0.1-alpha.20240605.1":"2024-06-05T16:04:49.479Z","1.0.1-alpha.20240606.1":"2024-06-06T16:08:02.432Z","1.0.1-alpha.20240607.1":"2024-06-07T16:10:15.520Z","1.0.1-alpha.20240610.1":"2024-06-10T16:09:03.151Z","1.0.1-alpha.20240611.1":"2024-06-11T16:07:51.786Z","1.0.1-alpha.20240612.1":"2024-06-12T16:11:23.580Z","1.0.1-alpha.20240613.1":"2024-06-13T16:10:02.158Z","1.0.1-alpha.20240618.1":"2024-06-18T16:06:18.947Z","1.0.1-alpha.20240619.1":"2024-06-19T16:04:00.115Z","1.0.1-alpha.20240620.1":"2024-06-20T16:06:21.270Z","1.0.1-alpha.20240621.1":"2024-06-21T16:03:51.097Z","1.0.1-alpha.20240624.1":"2024-06-24T16:04:52.300Z","1.0.1-alpha.20240625.1":"2024-06-25T16:09:03.940Z","1.0.1-alpha.20240626.1":"2024-06-26T16:08:41.368Z","1.0.1-alpha.20240627.1":"2024-06-27T16:10:02.014Z","1.0.1-alpha.20240628.1":"2024-06-28T16:10:22.791Z","1.0.1-alpha.20240701.1":"2024-07-01T16:06:42.118Z","1.0.1-alpha.20240704.1":"2024-07-04T16:32:33.965Z","1.0.1-alpha.20240705.1":"2024-07-05T16:04:32.660Z","1.0.1-alpha.20240708.1":"2024-07-08T16:10:39.588Z","1.0.1-alpha.20240709.1":"2024-07-09T16:05:33.737Z","1.0.1-alpha.20240710.1":"2024-07-10T16:05:41.259Z","1.0.1-alpha.20240711.1":"2024-07-11T16:05:41.548Z","1.0.1-alpha.20240712.1":"2024-07-12T16:14:05.303Z","1.0.1-alpha.20240715.1":"2024-07-15T16:06:31.420Z","1.0.1-alpha.20240716.1":"2024-07-16T16:08:21.310Z","1.0.1-alpha.20240718.1":"2024-07-18T16:04:13.700Z","1.0.1-alpha.20240719.1":"2024-07-19T16:06:15.684Z","1.0.1-alpha.20240722.1":"2024-07-22T16:05:37.942Z","1.0.1-alpha.20240723.1":"2024-07-23T16:07:37.779Z","1.0.1-alpha.20240724.1":"2024-07-24T16:05:10.090Z","1.0.1-alpha.20240725.1":"2024-07-25T16:03:37.922Z","1.0.1-alpha.20240726.1":"2024-07-26T16:03:02.827Z","1.0.1-alpha.20240729.1":"2024-07-29T16:04:58.079Z","1.0.1-alpha.20240730.1":"2024-07-30T16:05:24.103Z","1.0.1-alpha.20240731.1":"2024-07-31T16:05:01.468Z","1.0.1-alpha.20240801.1":"2024-08-01T16:08:33.065Z","1.0.1-alpha.20240802.1":"2024-08-02T16:07:04.337Z","1.0.1-alpha.20240805.1":"2024-08-05T16:05:53.412Z","1.0.1-alpha.20240806.1":"2024-08-06T16:05:08.194Z","1.0.1-alpha.20240807.1":"2024-08-07T16:06:33.432Z","1.0.1-alpha.20240808.1":"2024-08-08T16:05:15.878Z","1.0.1-alpha.20240809.1":"2024-08-09T16:06:19.069Z","1.0.1-alpha.20240812.1":"2024-08-12T16:04:37.116Z","1.0.1-alpha.20240813.1":"2024-08-13T16:04:54.388Z","1.0.1-alpha.20240814.1":"2024-08-14T16:04:25.709Z","1.0.1-alpha.20240815.1":"2024-08-15T16:12:53.941Z","1.0.1-alpha.20240816.1":"2024-08-16T16:06:47.186Z","1.0.1-alpha.20240819.1":"2024-08-19T16:05:23.451Z","1.0.1-alpha.20240820.1":"2024-08-20T16:08:07.005Z","1.0.1-alpha.20240821.1":"2024-08-21T16:05:52.689Z","1.0.1-alpha.20240822.1":"2024-08-22T16:06:06.568Z","1.0.1-alpha.20240823.1":"2024-08-23T16:04:25.277Z","1.0.1-alpha.20240826.1":"2024-08-26T16:05:04.728Z","1.0.1-alpha.20240827.1":"2024-08-27T16:06:41.690Z","1.0.1-alpha.20240828.1":"2024-08-28T16:04:57.896Z","1.0.1-alpha.20240829.1":"2024-08-29T16:04:27.445Z","1.0.1-alpha.20240830.1":"2024-08-30T16:01:26.262Z","1.0.1-alpha.20240902.1":"2024-09-02T16:02:29.762Z","1.0.1-alpha.20240903.1":"2024-09-03T16:01:52.285Z","1.0.1-alpha.20240904.1":"2024-09-04T16:06:00.445Z","1.0.1-alpha.20240905.1":"2024-09-05T16:05:54.284Z","1.0.1-alpha.20240906.1":"2024-09-06T16:02:12.962Z","1.0.1-alpha.20240909.1":"2024-09-09T16:04:03.834Z","1.0.1-alpha.20240910.1":"2024-09-10T16:04:47.893Z","1.0.1-alpha.20240911.1":"2024-09-11T16:03:13.632Z","1.0.1-alpha.20240912.1":"2024-09-12T16:03:44.071Z","1.0.1-alpha.20240913.1":"2024-09-13T16:04:40.745Z","1.0.1-alpha.20240916.1":"2024-09-16T16:03:22.308Z","1.0.1-alpha.20240917.1":"2024-09-17T16:05:06.367Z","1.0.1-alpha.20240918.1":"2024-09-18T16:01:54.443Z","1.0.1-alpha.20240919.1":"2024-09-19T16:02:58.809Z","1.0.1-alpha.20240920.1":"2024-09-20T16:01:19.316Z","1.0.1-alpha.20240924.1":"2024-09-24T16:04:27.089Z","1.0.1-alpha.20240925.1":"2024-09-25T16:01:35.441Z","1.0.1-alpha.20240926.1":"2024-09-26T16:03:49.237Z","1.0.1-alpha.20240927.1":"2024-09-27T16:04:31.256Z","1.0.1-alpha.20240930.1":"2024-09-30T16:04:41.721Z","1.0.1-alpha.20241001.1":"2024-10-01T22:25:00.630Z","1.0.1-alpha.20241002.1":"2024-10-02T16:49:35.259Z","1.0.1-alpha.20241003.1":"2024-10-03T16:06:00.249Z","1.0.1-alpha.20241004.1":"2024-10-04T16:04:30.383Z","1.0.1-alpha.20241007.1":"2024-10-07T16:06:18.336Z","1.0.1-alpha.20241008.1":"2024-10-08T16:02:32.579Z","1.0.1-alpha.20241009.1":"2024-10-09T16:05:57.331Z","1.0.1-alpha.20241010.1":"2024-10-10T16:03:42.004Z","1.0.1-alpha.20241011.1":"2024-10-11T16:02:58.804Z","1.0.1-alpha.20241014.1":"2024-10-14T16:03:11.030Z","1.0.1-alpha.20241015.1":"2024-10-15T16:02:53.467Z","1.0.1-alpha.20241016.1":"2024-10-16T16:01:20.172Z","1.0.1-alpha.20241017.1":"2024-10-17T16:03:55.651Z","1.0.1-alpha.20241018.1":"2024-10-18T16:03:54.954Z","1.0.1-alpha.20241021.1":"2024-10-21T16:04:53.062Z","1.0.1-alpha.20241022.1":"2024-10-22T16:04:29.865Z","1.0.1-alpha.20241023.1":"2024-10-23T16:05:08.669Z","1.0.1-alpha.20241024.1":"2024-10-24T16:03:14.269Z","1.0.1-alpha.20241025.1":"2024-10-25T16:03:53.125Z","1.0.1-alpha.20241028.1":"2024-10-28T16:03:28.837Z","1.0.1-alpha.20241029.1":"2024-10-29T16:02:59.837Z","1.0.1-alpha.20241030.1":"2024-10-30T16:02:22.319Z","1.0.1-alpha.20241031.1":"2024-10-31T16:03:11.378Z","1.0.1-alpha.20241101.1":"2024-11-01T16:01:27.524Z","1.0.1-alpha.20241111.1":"2024-11-11T17:02:17.723Z","1.0.1-alpha.20241112.1":"2024-11-12T17:04:24.884Z","1.0.1-alpha.20241113.1":"2024-11-13T17:01:29.128Z","1.0.1-alpha.20241114.1":"2024-11-14T17:06:22.960Z","1.0.1-alpha.20241118.1":"2024-11-18T17:04:21.485Z","1.0.1-alpha.20241119.1":"2024-11-19T17:02:12.680Z","1.0.1-alpha.20241120.1":"2024-11-20T17:05:10.823Z","1.0.1-alpha.20241121.1":"2024-11-21T17:04:12.123Z","1.0.1-alpha.20241125.1":"2024-11-25T17:05:41.305Z","1.0.1-alpha.20241126.1":"2024-11-26T17:17:40.449Z","1.0.1-alpha.20241127.1":"2024-11-27T17:02:49.569Z","1.0.1-alpha.20241128.1":"2024-11-28T17:04:20.028Z","1.0.1-alpha.20241129.1":"2024-11-29T17:03:10.464Z","1.0.1-alpha.20241202.1":"2024-12-02T17:01:41.602Z","1.0.1-alpha.20241203.1":"2024-12-03T17:04:34.572Z","1.0.1-alpha.20241204.1":"2024-12-04T17:05:04.349Z","1.0.1-alpha.20241205.1":"2024-12-05T17:04:10.453Z","1.0.1-alpha.20241206.1":"2024-12-06T17:05:40.957Z","1.0.1-alpha.20241209.1":"2024-12-09T17:04:14.621Z","1.0.1-alpha.20241210.1":"2024-12-10T17:03:19.218Z","1.0.1-alpha.20241211.1":"2024-12-11T17:04:14.163Z","1.0.1-alpha.20241212.1":"2024-12-12T17:04:21.307Z","1.0.1-alpha.20241213.1":"2024-12-13T17:04:08.515Z","1.0.1-alpha.20241216.1":"2024-12-16T17:03:57.495Z","1.0.1-alpha.20241218.1":"2024-12-18T17:04:19.498Z","1.0.1-alpha.20241219.1":"2024-12-19T17:05:39.297Z","1.1.0-alpha.20241220.1":"2024-12-20T17:04:26.133Z","1.1.0-alpha.20241223.1":"2024-12-23T17:04:46.514Z","1.1.0-alpha.20241224.1":"2024-12-24T17:04:04.995Z","1.1.0-alpha.20241225.1":"2024-12-25T17:05:46.160Z","1.1.0-alpha.20241226.1":"2024-12-26T17:03:59.906Z","1.1.0-alpha.20241227.1":"2024-12-27T17:03:49.169Z","1.1.0-alpha.20241230.1":"2024-12-30T17:03:41.419Z","1.1.0-alpha.20241231.1":"2024-12-31T17:02:32.198Z","1.1.0-alpha.20250101.1":"2025-01-01T17:01:28.083Z","1.1.0-alpha.20250102.1":"2025-01-02T17:04:33.514Z","1.1.0-alpha.20250103.1":"2025-01-03T17:03:31.162Z","1.1.0-alpha.20250106.1":"2025-01-06T17:02:48.510Z","1.1.0-alpha.20250107.1":"2025-01-07T17:05:01.284Z","1.1.0-alpha.20250108.1":"2025-01-08T17:04:46.109Z","1.1.0-alpha.20250109.1":"2025-01-09T17:03:46.779Z","1.1.0-alpha.20250110.1":"2025-01-10T17:01:25.182Z","1.1.0-alpha.20250113.1":"2025-01-13T17:03:08.352Z","1.1.0-alpha.20250114.1":"2025-01-14T17:01:32.543Z","1.1.0-alpha.20250115.1":"2025-01-15T17:04:59.866Z","1.1.0-alpha.20250116.1":"2025-01-16T17:02:12.804Z","1.1.0-alpha.20250117.1":"2025-01-17T17:00:48.740Z","1.1.0-alpha.20250120.1":"2025-01-20T17:02:10.612Z","1.1.0-alpha.20250121.1":"2025-01-21T17:02:17.046Z","1.1.0-alpha.20250122.1":"2025-01-22T17:01:53.406Z","1.1.0-alpha.20250123.1":"2025-01-23T17:02:12.149Z","1.1.0-alpha.20250127.1":"2025-01-27T17:04:59.396Z","1.1.0-alpha.20250128.1":"2025-01-28T17:03:15.173Z","1.1.0-alpha.20250129.1":"2025-01-29T17:00:25.853Z","1.1.0-alpha.20250130.1":"2025-01-30T17:03:20.495Z","1.1.0-alpha.20250131.1":"2025-01-31T17:03:03.396Z","1.1.0-alpha.20250203.1":"2025-02-03T17:01:17.562Z","1.1.0-alpha.20250204.1":"2025-02-04T17:03:40.606Z","1.1.0-alpha.20250205.1":"2025-02-05T17:09:34.840Z","1.1.0-alpha.20250206.1":"2025-02-06T18:10:36.266Z","1.1.0-alpha.20250207.1":"2025-02-07T17:12:51.588Z","1.1.0-alpha.20250210.2":"2025-02-10T17:02:32.610Z","1.1.0-alpha.20250211.1":"2025-02-11T17:02:33.905Z","1.1.0-alpha.20250212.1":"2025-02-12T17:01:19.387Z","1.1.0":"2025-02-13T01:53:18.433Z","1.1.0-alpha.20250213.1":"2025-02-13T16:59:52.327Z","1.1.1-alpha.20250214.1":"2025-02-14T17:04:02.393Z","1.1.1-alpha.20250217.1":"2025-02-17T16:59:51.592Z","1.1.1-alpha.20250218.1":"2025-02-18T17:01:55.948Z","1.1.1-alpha.20250219.1":"2025-02-19T17:06:27.352Z","1.1.1-alpha.20250220.1":"2025-02-20T17:02:26.240Z","1.1.1-alpha.20250221.1":"2025-02-21T17:16:55.770Z","1.1.1-alpha.20250224.1":"2025-02-24T16:59:45.566Z","1.1.1-alpha.20250225.1":"2025-02-25T17:02:02.259Z","1.1.1-alpha.20250226.1":"2025-02-26T17:03:27.753Z","1.1.1-alpha.20250227.1":"2025-02-27T17:00:27.136Z","1.1.1-alpha.20250228.1":"2025-02-28T17:23:36.130Z","1.1.1-alpha.20250303.1":"2025-03-03T17:02:41.888Z","1.1.1-alpha.20250304.1":"2025-03-04T17:02:40.916Z","1.1.1-alpha.20250305.1":"2025-03-05T17:02:24.248Z","1.1.1-alpha.20250306.1":"2025-03-06T17:04:31.141Z","1.1.1-alpha.20250307.1":"2025-03-07T17:01:15.599Z","1.1.1-alpha.20250310.1":"2025-03-10T16:02:02.090Z","1.1.1-alpha.20250311.1":"2025-03-11T16:04:06.815Z","1.1.1-alpha.20250312.1":"2025-03-12T16:05:06.618Z","1.1.1-alpha.20250314.1":"2025-03-14T16:00:28.029Z","1.1.1-alpha.20250317.1":"2025-03-17T16:02:43.573Z","1.1.1-alpha.20250318.1":"2025-03-18T16:03:50.537Z","1.1.1-alpha.20250319.1":"2025-03-19T16:00:00.830Z","1.1.1-alpha.20250320.1":"2025-03-20T16:06:19.318Z","1.1.1-alpha.20250321.1":"2025-03-21T16:05:26.810Z","1.1.1-alpha.20250324.1":"2025-03-24T16:02:33.372Z","1.1.1-alpha.20250325.1":"2025-03-25T16:01:03.974Z","1.1.1-alpha.20250326.1":"2025-03-26T16:05:18.713Z","1.1.1-alpha.20250327.1":"2025-03-27T16:00:47.705Z","1.1.1-alpha.20250328.1":"2025-03-28T15:59:50.576Z","1.1.1-alpha.20250331.1":"2025-03-31T16:03:16.982Z","1.1.1-alpha.20250402.1":"2025-04-02T16:01:44.638Z","1.1.1-alpha.20250403.1":"2025-04-03T16:20:04.149Z","1.1.1-alpha.20250404.1":"2025-04-04T16:01:28.424Z","1.1.1-alpha.20250407.1":"2025-04-07T16:05:12.468Z","1.1.1-alpha.20250408.1":"2025-04-08T16:00:37.832Z","1.1.1-alpha.20250409.1":"2025-04-09T15:59:55.490Z","1.1.1-alpha.20250410.1":"2025-04-10T16:06:12.137Z","1.1.1-alpha.20250411.1":"2025-04-11T16:19:58.542Z","1.1.1-alpha.20250417.1":"2025-04-17T16:04:16.902Z","1.1.1-alpha.20250418.1":"2025-04-18T16:05:56.080Z","1.1.1-alpha.20250421.1":"2025-04-21T16:04:43.976Z","1.1.1-alpha.20250422.1":"2025-04-22T16:05:39.633Z","1.1.1-alpha.20250423.1":"2025-04-23T16:04:44.726Z","1.1.1-alpha.20250424.1":"2025-04-24T16:10:10.247Z","1.1.1-alpha.20250425.1":"2025-04-25T16:07:24.582Z","1.1.1-alpha.20250428.1":"2025-04-28T16:07:31.403Z","1.1.1-alpha.20250429.1":"2025-04-29T16:06:45.602Z","1.1.1-alpha.20250430.1":"2025-04-30T16:09:55.793Z","1.1.1-alpha.20250501.1":"2025-05-01T16:08:47.319Z","1.1.1-alpha.20250502.1":"2025-05-02T16:30:51.576Z","1.1.1-alpha.20250506.1":"2025-05-06T16:18:36.511Z","1.1.1-alpha.20250507.1":"2025-05-07T16:20:12.375Z","1.1.1-alpha.20250508.1":"2025-05-08T16:18:19.212Z","1.1.1-alpha.20250509.1":"2025-05-09T16:38:02.328Z","1.1.1-alpha.20250512.1":"2025-05-12T16:17:55.218Z","1.1.1-alpha.20250513.1":"2025-05-13T16:07:48.948Z","1.1.1-alpha.20250515.1":"2025-05-15T16:08:50.058Z","1.1.1-alpha.20250516.1":"2025-05-16T16:04:20.323Z","1.1.1-alpha.20250519.1":"2025-05-19T16:08:46.430Z","1.1.1-alpha.20250520.1":"2025-05-20T16:05:39.346Z","1.1.1-alpha.20250521.1":"2025-05-21T16:03:09.181Z","1.1.1-alpha.20250522.1":"2025-05-22T16:08:04.789Z","1.1.1-alpha.20250523.1":"2025-05-23T16:07:42.617Z","1.1.1-alpha.20250526.1":"2025-05-26T16:05:14.321Z","1.1.1-alpha.20250527.1":"2025-05-27T16:09:01.460Z","1.1.1-alpha.20250528.1":"2025-05-28T16:03:38.188Z","1.1.1-alpha.20250529.1":"2025-05-29T16:05:32.394Z","1.1.1-alpha.20250530.1":"2025-05-30T16:06:09.417Z","1.1.1-alpha.20250603.1":"2025-06-03T16:05:24.774Z","1.1.1-alpha.20250604.1":"2025-06-04T16:08:11.446Z","1.1.1-alpha.20250605.1":"2025-06-05T16:07:24.139Z","1.1.1-alpha.20250606.1":"2025-06-06T16:04:52.713Z","1.1.1-alpha.20250609.1":"2025-06-09T16:12:18.171Z","1.1.1-alpha.20250610.1":"2025-06-10T16:05:05.006Z","1.1.1-alpha.20250611.1":"2025-06-11T16:06:15.623Z","1.1.1-alpha.20250612.1":"2025-06-12T16:03:41.341Z","1.1.1-alpha.20250613.1":"2025-06-13T16:05:34.975Z","1.1.1-alpha.20250616.1":"2025-06-16T16:04:41.536Z","1.1.1-alpha.20250617.1":"2025-06-17T16:05:30.731Z","1.1.1-alpha.20250618.1":"2025-06-18T16:09:32.221Z","1.1.1-alpha.20250619.1":"2025-06-19T16:01:57.278Z","1.1.1-alpha.20250620.1":"2025-06-20T16:07:50.067Z","1.1.1-alpha.20250718.1":"2025-07-18T15:59:37.082Z","1.1.1-alpha.20250721.1":"2025-07-21T15:59:42.386Z","1.1.1-alpha.20250730.1":"2025-07-30T16:00:47.015Z","1.1.1-alpha.20250805.1":"2025-08-05T16:00:14.497Z","1.1.1":"2025-08-22T16:07:38.068Z","1.1.1-alpha.20250825.1":"2025-08-25T16:04:48.160Z","1.1.1-alpha.20250826.1":"2025-08-26T16:06:29.791Z","1.1.1-alpha.20250827.1":"2025-08-27T16:07:41.971Z","1.1.1-alpha.20250828.1":"2025-08-28T16:05:25.067Z","1.1.1-alpha.20250829.1":"2025-08-29T16:05:17.503Z","1.1.1-alpha.20250901.1":"2025-09-01T16:07:22.759Z","1.1.1-alpha.20250902.1":"2025-09-02T16:14:06.945Z","1.1.1-alpha.20250903.1":"2025-09-03T16:11:23.995Z","1.1.1-alpha.20250904.1":"2025-09-04T16:12:36.166Z","1.1.1-alpha.20250905.1":"2025-09-05T15:57:28.433Z","1.1.1-alpha.20250908.1":"2025-09-08T16:00:43.236Z","1.1.1-alpha.20250909.1":"2025-09-09T15:58:55.464Z","1.1.1-alpha.20250910.1":"2025-09-10T16:22:15.641Z","1.1.1-alpha.20250911.1":"2025-09-11T15:59:52.417Z","1.1.1-alpha.20250912.1":"2025-09-12T15:58:37.151Z","1.1.1-alpha.20250915.1":"2025-09-15T15:58:10.812Z","1.1.1-alpha.20250916.1":"2025-09-16T15:57:49.304Z","1.1.1-alpha.20250917.1":"2025-09-17T15:58:22.041Z","1.1.1-alpha.20250918.1":"2025-09-18T15:58:22.671Z","1.1.1-alpha.20250922.1":"2025-09-22T15:58:47.899Z","1.1.1-alpha.20250923.1":"2025-09-23T15:58:33.592Z","1.1.1-alpha.20250924.1":"2025-09-24T16:02:29.998Z","1.1.2-alpha.20250925.1":"2025-09-25T15:59:34.053Z","1.1.2-alpha.20250926.1":"2025-09-26T15:57:26.362Z","1.1.2-alpha.20250929.1":"2025-09-29T16:00:56.285Z","1.1.2-alpha.20250930.1":"2025-09-30T15:58:24.398Z","1.1.2-alpha.20251001.1":"2025-10-01T15:58:46.791Z","1.1.2-alpha.20251002.1":"2025-10-02T15:58:47.629Z","1.1.2-alpha.20251003.1":"2025-10-03T15:57:51.703Z","1.1.2-alpha.20251006.1":"2025-10-06T15:57:37.441Z","1.1.2-alpha.20251007.1":"2025-10-07T16:23:58.745Z","1.1.2-alpha.20251008.1":"2025-10-08T16:05:02.086Z","1.1.2-alpha.20251009.1":"2025-10-09T16:00:18.111Z","1.1.2-alpha.20251010.1":"2025-10-10T15:58:39.110Z","1.1.2-alpha.20251013.1":"2025-10-13T16:06:07.250Z","1.1.2-alpha.20251014.1":"2025-10-14T16:06:38.453Z","1.1.2-alpha.20251015.1":"2025-10-15T16:05:23.106Z","1.1.2-alpha.20251016.1":"2025-10-16T16:11:56.698Z","1.1.2-alpha.20251020.1":"2025-10-20T16:03:59.082Z","1.1.2-alpha.20251021.1":"2025-10-21T16:02:36.417Z","1.1.2-alpha.20251022.1":"2025-10-22T16:02:16.602Z","1.1.2-alpha.20251023.1":"2025-10-23T15:58:16.821Z","1.1.2-alpha.20251024.1":"2025-10-24T16:05:05.624Z","1.1.2-alpha.20251027.1":"2025-10-27T16:04:57.376Z","1.1.2-alpha.20251028.1":"2025-10-28T16:03:07.704Z","1.1.2-alpha.20251030.1":"2025-10-30T16:06:44.822Z","1.1.2-alpha.20251031.1":"2025-10-31T16:09:20.441Z","1.1.2-alpha.20251103.1":"2025-11-03T17:08:33.034Z","1.1.2-alpha.20251104.1":"2025-11-04T16:57:54.159Z","1.1.2-alpha.20251105.1":"2025-11-05T16:59:52.811Z","1.1.2-alpha.20251106.1":"2025-11-06T17:04:54.503Z","1.1.2-alpha.20251107.1":"2025-11-07T17:03:03.989Z","1.1.2-alpha.20251110.1":"2025-11-10T17:01:56.459Z","1.1.2-alpha.20251111.1":"2025-11-11T17:01:20.250Z","1.1.2-alpha.20251112.1":"2025-11-12T16:59:01.502Z","1.1.2-alpha.20251113.1":"2025-11-13T16:57:26.205Z","1.1.2-alpha.20251114.1":"2025-11-14T17:00:43.091Z","1.1.2-alpha.20251117.1":"2025-11-17T17:09:40.987Z","1.1.2-alpha.20251118.1":"2025-11-18T16:59:17.225Z","1.1.2-alpha.20251119.1":"2025-11-19T17:00:45.665Z","1.1.2-alpha.20251120.1":"2025-11-20T17:04:13.000Z","1.1.2-alpha.20251121.1":"2025-11-21T17:08:24.648Z","1.1.2-alpha.20251124.1":"2025-11-24T17:03:55.314Z","1.1.2-alpha.20251125.1":"2025-11-25T17:02:38.829Z","1.1.2-alpha.20251126.1":"2025-11-26T17:08:39.788Z","1.1.2-alpha.20251127.1":"2025-11-27T16:59:55.161Z","1.1.2-alpha.20251128.1":"2025-11-28T16:58:53.841Z","1.1.2-alpha.20251201.1":"2025-12-01T17:00:22.668Z","1.1.2-alpha.20251202.1":"2025-12-02T17:07:22.971Z","1.1.2-alpha.20251203.1":"2025-12-03T17:00:57.171Z","1.1.2-alpha.20251204.1":"2025-12-04T17:04:35.753Z","1.1.2-alpha.20251205.1":"2025-12-05T17:05:00.803Z","1.1.2-alpha.20251208.1":"2025-12-08T17:07:47.199Z","1.1.2-alpha.20251209.1":"2025-12-09T16:59:06.108Z","1.1.2-alpha.20251210.1":"2025-12-10T17:12:33.391Z","1.1.2-alpha.20251215.1":"2025-12-15T17:07:06.194Z","1.1.2-alpha.20251216.1":"2025-12-16T17:01:54.686Z","1.1.2-alpha.20251217.1":"2025-12-17T17:05:26.409Z","1.1.2-alpha.20251219.1":"2025-12-19T17:05:03.908Z","1.1.2-alpha.20251222.1":"2025-12-22T17:02:19.250Z","1.1.2-alpha.20251223.1":"2025-12-23T17:02:06.655Z","1.1.2-alpha.20251226.1":"2025-12-26T17:01:01.004Z","1.1.2-alpha.20251229.1":"2025-12-29T17:03:53.605Z","1.1.2-alpha.20251230.1":"2025-12-30T17:06:35.063Z","1.1.2-alpha.20251231.1":"2025-12-31T16:59:16.725Z","1.1.2-alpha.20260102.1":"2026-01-02T17:04:51.877Z","1.1.2-alpha.20260105.1":"2026-01-05T17:11:21.387Z","1.1.2-alpha.20260106.1":"2026-01-06T17:07:46.173Z","1.1.2-alpha.20260108.1":"2026-01-08T17:10:54.770Z","1.1.2-alpha.20260109.1":"2026-01-09T17:06:16.055Z","1.1.2-alpha.20260112.1":"2026-01-12T17:00:52.402Z","1.1.2-alpha.20260113.1":"2026-01-13T17:03:23.880Z","1.1.2-alpha.20260114.1":"2026-01-14T17:01:27.814Z","1.1.2-alpha.20260115.1":"2026-01-15T17:04:37.344Z","1.1.2-alpha.20260116.1":"2026-01-16T17:09:39.030Z","1.1.2-alpha.20260119.1":"2026-01-19T17:00:38.528Z","1.1.2-alpha.20260120.1":"2026-01-20T17:01:02.745Z","1.1.2-alpha.20260121.1":"2026-01-21T17:01:59.787Z","1.1.2-alpha.20260122.1":"2026-01-22T17:00:04.317Z","1.1.2-alpha.20260123.1":"2026-01-23T17:13:55.280Z","1.1.2-alpha.20260126.1":"2026-01-26T17:02:33.000Z","1.1.2-alpha.20260127.1":"2026-01-27T17:08:23.773Z","1.1.2-alpha.20260128.1":"2026-01-28T17:05:27.282Z","1.1.2-alpha.20260129.1":"2026-01-29T17:06:28.666Z","1.1.2-alpha.20260130.1":"2026-01-30T17:10:17.341Z","1.1.2-alpha.20260202.1":"2026-02-02T17:03:06.929Z","1.1.2-alpha.20260203.1":"2026-02-03T17:13:35.639Z","1.1.2-alpha.20260204.1":"2026-02-04T17:01:12.446Z","1.1.2-alpha.20260205.1":"2026-02-05T17:05:55.742Z","1.1.2-alpha.20260206.1":"2026-02-06T17:00:51.665Z","1.1.2-alpha.20260210.1":"2026-02-10T17:07:04.014Z","1.1.2-alpha.20260211.1":"2026-02-11T17:04:26.111Z","1.1.2-alpha.20260212.1":"2026-02-12T16:59:45.448Z","1.1.2-alpha.20260213.1":"2026-02-13T17:00:51.430Z","1.1.2-alpha.20260216.1":"2026-02-16T17:02:45.445Z","1.1.2-alpha.20260217.1":"2026-02-17T17:03:42.385Z","1.1.2-alpha.20260218.1":"2026-02-18T17:10:47.675Z","1.1.2-alpha.20260219.1":"2026-02-19T17:06:19.776Z","1.1.2-alpha.20260220.1":"2026-02-20T17:00:37.247Z","1.1.2-alpha.20260224.1":"2026-02-24T17:07:20.663Z","1.1.2-alpha.20260225.1":"2026-02-25T17:08:26.144Z","1.1.2-alpha.20260226.1":"2026-02-26T17:09:52.688Z","1.1.2-alpha.20260227.1":"2026-02-27T17:11:51.086Z","1.1.2-alpha.20260302.1":"2026-03-02T17:20:54.431Z","1.1.2-alpha.20260303.1":"2026-03-03T17:09:19.290Z","1.1.2-alpha.20260304.1":"2026-03-04T17:07:38.875Z","1.1.2-alpha.20260305.1":"2026-03-05T17:07:42.607Z","1.1.2-alpha.20260306.1":"2026-03-06T17:08:47.969Z","1.1.2-alpha.20260309.1":"2026-03-09T16:09:22.053Z","1.1.2-alpha.20260310.1":"2026-03-10T16:10:01.676Z","1.1.2-alpha.20260311.1":"2026-03-11T16:01:50.592Z"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"author":"Microsoft Corporation","license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/deviceupdate/iot-device-update-rest/README.md","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"repository":"github:Azure/azure-sdk-for-js","description":"Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"readme":"","readmeFilename":""}