{"_id":"@azure/communication-email","_rev":"347-1fd5fcae95a7522961a1061d61f4faef","name":"@azure/communication-email","dist-tags":{"next":"1.0.1-beta.1","latest":"1.1.0","dev":"1.1.0-alpha.20260211.1"},"versions":{"1.0.0-beta.1":{"name":"@azure/communication-email","version":"1.0.0-beta.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b942526ce5546d503e166be33ffac2c8e01d4684","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-beta.1.tgz","fileCount":42,"integrity":"sha512-lbhNcSj9Z8NkVwgJ059frD21c0g7xBz3uATujXUCkDwQsIZBRNkqlIuf3D+CwMCowdYvGjiHFNo/07ga5qhHgg==","signatures":[{"sig":"MEUCIQDrSZVEHfQeC5mRFBESayCHokhvS4P2g7v18sinlQMxMwIgLebNnPNKOk0yft/LGuKAWGKgJlwwjrE/NLH4rQtqfHw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":174746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijHIsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqktA/7BxNOsUSt/w9MI/qTRW8hci7g0sbGeplh5MkLP7vwUJXup4nk\r\nv8RaSGGaPe2Mfkn1QbJr3GVpQtTUo78NmFPud11oiIuJ3hm5ObS+VeIsKzyX\r\n+F/+W7KbsWej4k7qpmw15+8UjgFoZCmFqMnEeeIYu/Tt86yRr7xH+etfel0h\r\nUW0RrcnzGvCtFUG5HEXP+7DOXf6RWVzfub2yL8Nfsj4lIJoH8lWqkjvwmC+d\r\nSgvzFF/zgz+m905CF3tCUfq4llLKX/qrAaY5jo7QcP7IbxDgj7zSyru+hT/s\r\nA57BpjEoW6tQz5BT+TeCizYDS5E7eFP85sdY6iUxmrgt+R2KaCX6CPMWhjzv\r\n+6ZdIQ+/GDrvYhqpyxBVPmO5dZ0Mt9adG6DWn3PXUft3YI/MxLCa4tCRnHef\r\nuSaTfaqRDlf7q5EIIkNuSJgvadtzzEpm3Lx4xAeu5ZXvYam5GpOBNhgcbFbS\r\njyL/CRcXQJabANDj1jqw+DxGp86eSJ9GZlee+gbtEEKKKcC7uP3l3dLp8eOR\r\nCzivYt5AKDWbzrgKeHJ2uD/gQGNTtaic32oxsuefHj+QL5MLbEOdjJKUZkho\r\nsgqHYUvEJ49utMoYd4QkOck8VcHrUDDhsYO3iiT0GfhBX2AokMVfsB7bJBpw\r\nyK47Njp2f4RL6pC6PzZmfz9ZnuDeVCMrclw=\r\n=JJ81\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-beta.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace -t 300000  dist-esm/test/public/*.spec.js dist-esm/test/public/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-beta.1.tgz","_integrity":"sha512-lbhNcSj9Z8NkVwgJ059frD21c0g7xBz3uATujXUCkDwQsIZBRNkqlIuf3D+CwMCowdYvGjiHFNo/07ga5qhHgg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/communication-common":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.3.2","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/test-utils":"^1.0.0","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-beta.1_1653371436475_0.2711127212020501","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220524.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20220524.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20220524.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"444ba934593a2e665c2b433de4c19287f0249111","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20220524.1.tgz","fileCount":42,"integrity":"sha512-Tvkr2jb3QiHayYCIoKxCVwva5YMCuI4HRi8yU5HVTHTeMNDbHXQONSAnuMOF7teSC7VPZNlVP9/sYae913eyWA==","signatures":[{"sig":"MEYCIQCwWOfPAS/4DORuvgxBEMm6KeF3J0EXimg///Wdc3Jg3wIhAL8xXl2/tlycK/XODJK2Wjn4j0rXlhQntZxYSP40NPA0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":174816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijOjrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoxhRAAkTLUkfRP8d6UV9lIuNLwuZdzHHH+O7fwdp+4RlegCJjnTErn\r\n33EK81DOHkhoxpEUPtjZPqcgV8K7AkiEPSh72JytvClco3qp/CH0gKYtKaPW\r\nsNDVD4NF3cmoQwnEu1tZJ+voldynBxxTuDEHYsKY2e3RZ5bGs/LsFC/0Akwp\r\nTmWurWb9sOCFIjQqrADa1pIEbwrHyMMiwvQzAhUFQ2Ueh10VgaZM0xlmIJTh\r\niSdwwMaHbuKzmuEhgWnknBpRXe5Rn3PB1BRjhzCjFU4AK30TkgA77tvfKt9a\r\nSgGd4YBqy77HNItstXy5IBse+9hf2VU72pVqrNV7EpqbIq5lAcKkgqeZLnxR\r\nKbMnJcEP4PjUk00Ox1SGoEYfCKaDYWGW7R1zPjm4imoB8fX8m83S5x1fEsuy\r\nxKokjm1YTODvYssDy5dnDZ/Pny/xQxCcOdKTrb10N322RKA+m2Jd69a8Kfm1\r\nBKCP96RSZStp0fN8uO0/PdOVPT5gNCcxP0dHnfAcUQrr5L9rwHfJv3Fz1ONW\r\n++Yq63c6CSclCepFs43ZTfsmGRkbvLTkr7mb/63mh9MWtHJRJpt+MbSUAV6v\r\noZMoqezjDYteiVdXp0NZHYVrH5zJatSDvFPq/at8b7PgrOjEU6KGOV0UrJ8X\r\nLwcqxaTiXmhuxiUZdmL3nUV3zU5QKHydgpE=\r\n=nIWw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20220524.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace -t 300000  dist-esm/test/public/*.spec.js dist-esm/test/public/node/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20220524.1.tgz","_integrity":"sha512-Tvkr2jb3QiHayYCIoKxCVwva5YMCuI4HRi8yU5HVTHTeMNDbHXQONSAnuMOF7teSC7VPZNlVP9/sYae913eyWA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/communication-common":"^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":"^7.15.0","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20220524.1_1653401835425_0.0009618860665649986","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220630.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20220630.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20220630.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6696d54d1c4e2306663a3f8a07127b7199d472fb","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20220630.1.tgz","fileCount":44,"integrity":"sha512-WTwzizVK5vk2JAP8Zmfncl0ConXBi7TofxvSrvy9pv3j3Oo9MKH8Y9YnnE4KwhfvvFFtV1T5IV6ms2KR6XX/DA==","signatures":[{"sig":"MEUCIQDmcOPxJZQ3B5U0gaV+32BKr7WyD05LbzLNWVxSsfxW5QIgREPKx57AwjS2fU0zNILw7QbxketkLl3G4Rpxp9d5dFg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":191304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivbCYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoy7w//TAMIQqRz7Ade9OS9akLXD6HKL1ii45Npy2wnLssuGEuuo7qg\r\nczkDfPejXg3ZIEY0VIZtsq5Qge8BnVm+FiN5BW9JNU/X/qqkstc6Uj7S06h0\r\ntsv7irclj+UaIJZOS/ZGNoACPgrACs4+nlph9a3Jcg3I34xgTCRmn/YfnkeQ\r\nL8RV4eKzNAVwLdI0ZeYTy8/2KA9iDyjjx0LE0crg8VUWvvkEn5SjOF3oqg0y\r\nDbIaqjv1wHymcUXTqVbMXYu5FMxUiM82Q0FSu7lcLQ2lrK/WZMYIWFPGb4eu\r\nW4Xd7om85M63jvpDPcFXTBLvujZe54NWKAnmCT8JQ6iHrcb3q3wdCCT4SXYG\r\nAj5MFF0uCw519bePDL6HMqccnHk1oH0hFkTkuzt7sdc4vw/YO/Uzh3kX/lVu\r\nv43lgdtxcyT/BNtbP0T6Hyeeq0h/fOJTqulkVKJd77RACJyU1pxO+GMNYHJd\r\nQSbEWU7BqViQ8gkRq1EpQfh72kUfJyLWfSe5vuXlJT0wHPmGRmeL2P94Lo7v\r\n+0AaMc+9wj/sAn352uTje1vnoI9QtEy4/rSD9bnczSBKaBUhkqHLhYE/ZFJO\r\nCvjpuM3II49fWyy8tJow7BnJlbfGjvnvKVL+JNOqeTpkE+tEyTUaxFj1aCnX\r\nYX9yD6mAd7ojV8zZlKTs+BprbxnbII4FUIs=\r\n=PuNx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20220630.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20220630.1.tgz","_integrity":"sha512-WTwzizVK5vk2JAP8Zmfncl0ConXBi7TofxvSrvy9pv3j3Oo9MKH8Y9YnnE4KwhfvvFFtV1T5IV6ms2KR6XX/DA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":">=2.1.0-alpha <2.1.0-alphb"},"_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":"^7.15.0","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20220630.1_1656598680377_0.11547459963817719","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220725.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20220725.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"236ff8be28c07e8b29dc6326d99bacb141570b29","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20220725.1.tgz","fileCount":44,"integrity":"sha512-I277sJQOQvTqBMf8TOLO8CmePMK7rEWlt7gtB802nMVhLak8wIUae0PMtPF8qLL5OfTR2ZKmCnQj8+b4m9GSUA==","signatures":[{"sig":"MEQCIBO8yOE0inS5YpLj+iSY+Ou0K5a3vZZrpg3oqWFQU5h/AiAygHZWwxNgKAuvXR5X3+siBEekYqamI2L7LQzVBOIyIg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":191304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3qaoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqk7hAAlFjSBen1sn5BZbrWnH9h7bxImw3x3XBL1OSjQGmDIajlRnSE\r\n7v611bJpDa6jTQ7o110jdSSXHB69D6ShMb2C6N+8RvQPfEIRbtojPWn4rjMO\r\nDLjJDVy3csVoL9/FXUKKWqXAnQ3TxNjmIVXxv7mgdtkk5wC4g/F2EWR4CEUo\r\ngySUCywPLPq3I6ij/pMkYVy2OI6bagbEYl/JcZw9mRtphlREvJMwgpaByDiN\r\njOBT63oYUJ1CkXWX7fyXUz/oXnQBRfE/5yOxKjM4efA58bXUx8gN87kWtCng\r\nt2iKRvumS/kdDFa7iONp8QOPkNzk6Hy40CkMx36svqzsMUz+rERzU6UBi2Bx\r\nGTSE8TBssuhvO00vfH8yKe5KXR4Bj/owNBwxxD/NB0NlJbkGD9Ga14cSaIJa\r\n0bvQdxQlPWRds+FNkFkW22mdNPN+8M81mzedidgtNh0GQyJkB95vfR4yjq80\r\nzb9potkYltA5KdByEGnhszcLpB+MJYJi2SiZV4tkKx9UivekXElRvnwDlILH\r\n1o/47nGfG7b7neB+u2lcOxH2CkhgJoc7lwEdtqq9ny0KgyoT3Dg5dxrXdksR\r\nkkw1mTDUhZAOWhg9J2PoHXgSNyQsb3BcSp0g9k3kPnJaQT4bsZqb3ntptk++\r\nGtnB23BhYov7PctxPF/Vvz/4xX0fpO9KNOk=\r\n=XyeX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20220725.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20220725.1.tgz","_integrity":"sha512-I277sJQOQvTqBMf8TOLO8CmePMK7rEWlt7gtB802nMVhLak8wIUae0PMtPF8qLL5OfTR2ZKmCnQj8+b4m9GSUA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":">=2.1.0-alpha <2.1.0-alphb"},"_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":"^7.15.0","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20220725.1_1658758823783_0.020784043513028205","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220803.3":{"name":"@azure/communication-email","version":"1.0.0-alpha.20220803.3","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20220803.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4df3c0d30694d06964dcb1e13ea32ded05554dcf","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20220803.3.tgz","fileCount":44,"integrity":"sha512-XY4GATR4R4ZA9uqmyHoZ424Z4/ujtQuAjWUOGHe3qdf121KDZkE4LeDSNd98rHY02cqgPJl3+K/0dwG3CXuftA==","signatures":[{"sig":"MEUCICfsjhKlsfZ/G8dA0awCby2EnbCzUrbwv0A1E3Pa86+kAiEAnlzDbudku3ecJxb9ZPIO41K0Nf6eABBkruWQSsvvLKc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":191284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6oUoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoA3RAAhdZIrAw8Xh3L5fzrUzCqw2CkT8SbOaRlv1eXSCLX2RFkXV0Y\r\nGG03UwGJFEQ3ufOaartomswivpUGJj9L7wKnSKW+NBPS3WJcTMWO5sxxGPVX\r\nIaL9IloG+tXiobj0j6byYEJDH/KeQooNEjXC+TXYruZxcJqIk+YFWgvf0Cqf\r\n+xc0qRjn3tSCI2TVPmCzSJNN60C578rqV7Cgp2pS+58I9twPXSKGRNVz8i0c\r\n+zr0Io4LsBbGXEXUWvBUX6IfM80PNL5pcEmsc/9ptMgYdfC0FaQVXD3/XlKL\r\ncRBTK63Zn0sBI9hj5Q0+plYQAxrG3A8PnkY8cruiWBzXin70OWtMP7ZjWzJ+\r\nQ65bnY6IR42gmEqoHAQU5HrB8ziXahLwicRsnVxNwP5I5PMAys17dP8mQkUz\r\nE+oXx4avNQJE8gtighI4iBv3i1E+k2bibRytdX511z09oIzdpHZwmlAV2viY\r\nlEAF0FL1v7aiexuYJa6J7qK8XTkPWLifLZtZUVlxsuQOAEqRiMRmNrZa/Yvv\r\nslEnPFKjt5X0oYsi0FeAsy31/DoUB8HLGxRkokSqhE9eGIMVQPfCPP4/JX6N\r\nvWrOB+Pzn0t4oXCWwOlHnP+YURkGyhYuyCKt2cjYaTO6Bz8p+qCNHTf1/70h\r\ntlBLpmY1enq/9mCH2sP+u0GMJ8rhsFNkduw=\r\n=RSpL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20220803.3.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20220803.3.tgz","_integrity":"sha512-XY4GATR4R4ZA9uqmyHoZ424Z4/ujtQuAjWUOGHe3qdf121KDZkE4LeDSNd98rHY02cqgPJl3+K/0dwG3CXuftA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.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":"^7.15.0","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20220803.3_1659536680617_0.5216441714439572","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220912.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20220912.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"772bb7e6656b4e891142cca29c284102fd6bf1ac","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20220912.1.tgz","fileCount":44,"integrity":"sha512-YNijaN42iVuaETOOLhS/dlkRbt0gFq0ucFwX3E88pT5Z3cABNQjVyNtX5ig/WvZZi5flg8sWY4FafxwJw0WFJQ==","signatures":[{"sig":"MEUCIB5OUB2iF7BBcEqbsRCkrSjBFIpaAtNmvtpxvMtCaXV1AiEA27+qKBKfjAf3ZET1Mt9Gu6yFZf1+DM1NK5/L/GJy9EM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":191338,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjH0FUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxvQ//WysJ2U//fex7FyMmFDeXo7PglpdsBVflPZMoqFZ2wKfWT/Rf\r\n8LPiiZ/K02tZyw7R+mTh+2rddZh1F959kEkOcldP4NZ6Vw1RTg5kaZut0CNu\r\n2cnZo+VAzzrHgbMz+O5hdiCRLBTsLtv62aM623705ZplnEc69abbNi2SR1Qw\r\nNKzqi7D5PczjVvHHirKzMyl8uVAxZRTlYj033t/OUMO+14cvfp3KzSgy73Vx\r\nd8H3AGFyUsTEgn40666szAvkuQddjHayQLPNVlmL1bOWOpX/vqOgZGqZ87Dv\r\naGszSdc2BrF5znKBht6ynd3vUbabTBEkOa9qGCe2Fj8NJlZ5KpV2YF5gedJS\r\nbxjDvYSvWjDd1Nk7M0D0XeBWUmEHdBQXr2Tg+Mcsh6KtLVv1mbhHkbY8ci5U\r\nMA+S28aANxVh9frvfrE62ulNyc9gPSpJH1j/Ycqz4aSWkky+2oTK1ir/WtON\r\nEOtF5NkG/XhXftdvsO1QX7unc7yTItpaV6qpByBCHbT+rFR3PHC5VF2jiH7l\r\ngTpk0rPm+h5JOtYlwjwn5egkcFIZaci01ak7Ms1jkEQgbfBP+AZP0anUM2NK\r\nKLGqTc5IB+HRscF/hMhZ2cqvm8lyrZwX+CxNTUpq/WWcO6jwwyEtDBR24UOS\r\nS0nZ+XsAscdZpySCwa1Oe3+8DnpzNODEKaY=\r\n=fe3k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20220912.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20220912.1.tgz","_integrity":"sha512-YNijaN42iVuaETOOLhS/dlkRbt0gFq0ucFwX3E88pT5Z3cABNQjVyNtX5ig/WvZZi5flg8sWY4FafxwJw0WFJQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.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":"^7.15.0","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20220912.1_1662992723861_0.6012112788368664","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220923.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20220923.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f5100a93cc0407c2630bae5eb50b4465b2adb063","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20220923.1.tgz","fileCount":44,"integrity":"sha512-XtOl3MjzW0QVBb/3NvLP9VlgTHrXdyy4aWiuGHojcSTpW8YK4M20BTq2si4ZhrVITVMR36IxazVVBoV6koMraA==","signatures":[{"sig":"MEYCIQC6mDIgx+eyfZByj1DniLL/+KEeqGa88XUbe9kala3WBQIhAKbfrBWhtOli6WvrxmBR7blvlRE/fZ90X25CAii5/aGP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":191338,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLcH7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqp9g/+L7Ft2yDOWowywlwbLgGtUCslSR8vwu44Ll3rO96GGnjqINbR\r\nk0jzWEiDFXpGky4HYsfrN3xtnphBxb9Bm6AVEZTzAYCSZ/vVMyaHwchrgDpz\r\n0e7Dt6AHSkqQelJEz7UVJJgfKp7LdJufVFmX51db0V3cgpnRXtUwFGCgqZug\r\n2n869sU+ioONQ88M7zaxFj3fIV6zdI9G7JVExDkFJ+J0i069kx0sUY1BXRDj\r\nli+Ce9NrTq2qIPGx2L846dHG+NcHvJF1qP65QrlBkQU/8mw3jgqIdqhu8sH0\r\n9KAbgh+prp4HzxzHYOw2DKLVOEjDNI+h8jPXabhgJA8+4ie6GNWrRC9nCLWN\r\nSyLg3Z3cg0VBvRVaRktkIRcwTF9USlRdiRWGSi0/zJedXpkL9e7U3WJ6gVqc\r\n3RqlrXGzKywVnOLnoSwUMrgLqOn9w31DGCYxLMDiPZIHajnBGOQgv4QvjgXm\r\nPGGgvocBsJ0KPTZkcNfjNu51aih4J+4vRUCG+sPYPvt3fHxUjvFMKHgUdqso\r\nPH8f/dZenOMHq77Ma040aoQP8MVL2JDIlBHdYxBBV44fF6grDqBfOUEqYw0E\r\nzYRws4SUQCtWb2csv3fjMxThp2AeBYdRQCFUbNVNB3T8YGVenkswnYFz2+Fd\r\nAtx7v6VgGnM5pic6SBJI9D2gmL5ihSsHZZM=\r\n=0HNZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20220923.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20220923.1.tgz","_integrity":"sha512-XtOl3MjzW0QVBb/3NvLP9VlgTHrXdyy4aWiuGHojcSTpW8YK4M20BTq2si4ZhrVITVMR36IxazVVBoV6koMraA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.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":"^7.15.0","rimraf":"^3.0.0","prettier":"^2.5.1","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","@types/uuid":"^8.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20220923.1_1663943163094_0.2265134000502531","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20221017.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20221017.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ce86ccce5328c739f2376bf0a8371a4561b864d1","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20221017.1.tgz","fileCount":44,"integrity":"sha512-pRDfSEjKSnGY49E17VoAmz3am6MNIHFXqd5+uXMRXvt8vd3OdX8sy31iR5AqhfDFtKpqcaI7EvPpfXmKoStR9A==","signatures":[{"sig":"MEYCIQCbGgqeVx7CyTTJsCjWG4dR5asWq3/tzs4lRCUJNpwmSwIhAJV7CEHYBi5jvr4ATKwrtCN8gW75ZRmEuKe8w6YnUmal","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":191338,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTWY3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4nQ/9FY3BoUEfJ9MC5hUe6u7W+Z5crexm8d6OPNX2qnpy9mOFYkO2\r\npmAnJs83W7p4o6pe12KJPiLOJSbZyVrQ6obHD6Ym+cQsJf/MB0LqCPFGidZi\r\nCCSYHeJu1uRrRtbcfrHJOoIjzOz+z8AbCljuSp+jH56L7TVl6AtFB6x+vh6Q\r\nD/4EEAHRz+65LIQz9aAfTt+YAbMyHYhhUjPRFJOx/mwKuAvllb72rZurQd5N\r\napdNBvliO5gnmKjv2BVGyIaCVsq6uNrX65jNa0S381MKg75wOrIz+aNQKFWl\r\ntMbxvMZk6H1TWiJjNipoVq47SLfBPSud4iLUkvx9NCapaV4KxvzbzLb36niY\r\nbD+RAY4+xFKcVfHCECHde/0m4CGVCbm1VmNxD2HLoR05cyUX6hv8jkTHC63a\r\nbFwrEp9V/WKfSvBgxg0ff+VHSCiRB4TSaoqnnmOhc4YWw0UGSeWfqb254IdE\r\nsQgrdnSDCRCArjkWx14woAEl0ZhQvEc7VT0Gn92SZg57cz2Wix0+n57iwKJ/\r\nOWPnf4dgz8UhZdO3cspNFoXDBANKXhfj1yrLkMB9wq83mGdV220LGdT8/767\r\nGtVx374qq/u6DW9Tn9aAiQjb1wS7skqHVVbC3WJPhE1loRc2GjJwa0VCMsXw\r\nQSm0qvUlu6Vm4EvOQOtg3SsdISSSYBBD/fU=\r\n=XMWn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20221017.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20221017.1.tgz","_integrity":"sha512-pRDfSEjKSnGY49E17VoAmz3am6MNIHFXqd5+uXMRXvt8vd3OdX8sy31iR5AqhfDFtKpqcaI7EvPpfXmKoStR9A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-http":"^2.0.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.3.2","@azure/communication-common":"^2.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":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20221017.1_1666016822724_0.9978800373412222","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20221103.5":{"name":"@azure/communication-email","version":"1.0.0-alpha.20221103.5","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20221103.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"177f9b78345ac374da27951b269eb62692a4815d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20221103.5.tgz","fileCount":44,"integrity":"sha512-bP4Fpm+r92J8w9oAYK3obw8rCOcp0h9FX7YqEdRzZMubWGkT5GtqVYh1GREFtX3Ys6RTiP+TnNWlxX8tQJx7AA==","signatures":[{"sig":"MEYCIQDMF9liHak845U9HZlrxm7XAVr3kJYv6urJR1Zub+sd2wIhAIuTH1Uk4tLdMViiuC37UV4SpuWt8D1jNFl8k2R1Pts4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":191304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY8/CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUeg/8Cw4yMU2vqFeC574s6+Jrb73aqanyptuhbACzQ/yfFAuYeq8U\r\nDmKU7iQXJs1pt7/Ye5I0vjlg1edHXIigKX0cUswCPq81GPxKgFTRlKOKg0+9\r\nN+TvXRF93XptGHe8foxdqECeo9lcQRjda79FEOfAqt5cRa0S5G+6gjlefoKx\r\n7cAb86nQQILFTaGCdIfCBUr/K+2LIAVk8IRQFtBYSla/cTPdL/s7gLlhoj6M\r\nhp1FqirscbgkeI8fAEeV+PPOL+bMpe/4GWlzll4E4ROCEpRqgDEOzP4sbs+p\r\nrLKjxy/CW7V/Iubgl/3Ji7BRA+HdCveWknB4YVKyAeQfw3e3v6lBvAsj1nt6\r\nZThzWDa3kCLY3qVvAeFyKJAssuMxFYZX4QyHA5/ws+iCuNSGNEJfpNKMcjHf\r\n6A2SC4I1Vb0BtGSuV9pdzAAKw57rz3zU5B7s2K/ilJPFMTaIyR3jRtSHdW0x\r\nOKi5t+ZFFci+UEbrmzBehQjEjsJULa38WywgxSoAy0xsQQo2Kdks7Au2du+p\r\nfvEiobb+u613nAwvsXZ0AYY38oqFyeT/nzGRCT+NFqowq+aqvOBgpD35d4zy\r\nvY1KAcF0sEPKLj0hFbRRlNDAYkcxW/H/Iz6NduG5eORss7Ace/26xJlj5kZW\r\n5sR8iJb9ZHwkS2xe+KZLr15EzKdlBwx2LOQ=\r\n=zMEt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20221103.5.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20221103.5.tgz","_integrity":"sha512-bP4Fpm+r92J8w9oAYK3obw8rCOcp0h9FX7YqEdRzZMubWGkT5GtqVYh1GREFtX3Ys6RTiP+TnNWlxX8tQJx7AA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.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":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20221103.5_1667485634287_0.5178608485378393","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20221107.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20221107.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20221107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8e46e5bddd7c33a3e8b9c0fedcc5c6cb2588e637","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20221107.1.tgz","fileCount":44,"integrity":"sha512-yEif7si4kr2U2OaxC6hjEnGPAwGxsd3rNyz/KDcvYfZM7c5QnQFGO97Y42AiMkSFqKA5QKMWqcHRhfkVIrHVfw==","signatures":[{"sig":"MEQCIDOsXTopLTtXTpNGngBU+fk09eBaOpz/HhnnmML9unaYAiBmbFZiTKjfWi99F/l5QZP14Kl6YZUIOrQP4ftLVFp9MQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":191304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaSNmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhNQ//f/mqTPVF4wSBqfA58XYAxDD7yR7NEHIiWAcArKEBEmpJflXK\r\nLimwbed7g3yJD2pQYQ/cdv6XLhadZeTnnId95WN5lIjAi9X7mcPsCSCAMZ3h\r\n8yfPPKZcjAQ8JTT4mqjV70c58cQSpDxa1wELyqy2oCtnUogFf0LepuTuURFK\r\nqxoL7qE45UbXrCK6WRB9BH20tXkqGDgUFPJluWjaE7uS/x38OSo1S4XIj2Cp\r\nd/hgjzogXcrqRN9SvB1N/PyW4aX4fbrVixHccPUofPrUi45CUniOeDL3QiMC\r\nLlwgg/GanQRidSHLohmJs4BRblxujDU4OWhhABLCpo/vfAvk5LfhU5noRKwy\r\nZWVTUtIQodxKfFYZ0hi8awrwF9rccQ6Bbv0cVULRvwJKk4JWncfGhSYTrDrG\r\nQuhE+BZ5ou4vByL5VUTtkHeDbrgrJZFWho4ari43pkg+Haj6SyATK/662u7E\r\nAwvpvGq5PbSjsfhOr60/JeubL1H+oQneYYST3muzPj7wUTvIUpXpxzhZxrKw\r\nPdQEF6RqzPczb5DXRUJNqzG+R1X0+TNbe0WUexhkSZZ/N0E18GWY8H9b746k\r\ntOsQzNLVAjYyspeQ2PCjkF5HBkUSN5tb8Z3gWkfHuw3djVK82PvTAjspC9MN\r\nNBDlo3sJPtXBK7h1URqnIhRSaTnJgqwwL6k=\r\n=Lcdp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20221107.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20221107.1.tgz","_integrity":"sha512-yEif7si4kr2U2OaxC6hjEnGPAwGxsd3rNyz/KDcvYfZM7c5QnQFGO97Y42AiMkSFqKA5QKMWqcHRhfkVIrHVfw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.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":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20221107.1_1667834726712_0.5593941739282142","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20221124.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20221124.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20221124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"870972fbb95b30c8e96f96eed18e140a12085eb3","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20221124.1.tgz","fileCount":44,"integrity":"sha512-A/zlKXaI02n2t6JFkqI+VIRy18JWNkcJupqPyFsTU2wA20/OAhTfFXuKNcHSJLjXbR2aczWzGLl1T7ObQD/lug==","signatures":[{"sig":"MEQCID5SM2E+s1mQ9WUvpAEnfe1GVbixt5zw5ejviuvssellAiAAm6DGLG/3c9RweoDyJp3pjHQ6XGHkHcuOBBYMmhHtxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjf41WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpwsRAAhw/i+EyQFUYyOUanbrvNpR66t/mE1DVL5zY5SwOMvJGi38sw\r\nxxRjEv9ryf8m2LkzFyqVFou0vrGhxAb2fly8FI5grg1iume1y2LROwC5F08Y\r\nqo+PuSmRuBSITLMx7hvoAiBXnj6aFWrv2BvdsuLE8WBMWHCVDSyvV1KsIUhz\r\nNvQufKpau9u7LYq+K2QGIS+5BIxG0L5a0AXAHY04b1+t29W6ecTpNEuXTIbP\r\nIjKb3pY+/UYSX/6FhFCaciZaisaoMzvaGjI8c3LwhgjS41Gu7SArjW5ydTVb\r\nlk1L8ZsY8NjlLGzfrhD+AN7mQ1+yvFKMTZ6VXkHfHBNpitnCAr67SlwucDm4\r\nT5x3fB9OS4ZzXKiowdsNVA3mRmwTQLmBbJ4La4PPX9es3zGsVBUraWNceHzP\r\nij8iEyqTjEIX7cmNxt+a4LjHNSO42aSElOwSuRb83d4v0wLNpPA1aSyv6cLz\r\nZqRslO+HQnkkL9e6fCzFw89eKa6TRFSlX1vCWOw2wFfOMWk3Q9DxtesMBcEr\r\nPs4ip+DiNedYtGrZiLf2uZqo26Re1kXlD8KlEoMTNdnulH3q6TwE8x9xk5I7\r\nFnEcQY2DeatmPoLLqdWFiSjOjgMWblTI5kNqMclmnafuXZftVqweGq6kKwAQ\r\nRd6V+0dmn0PqUV1CEnbL9V2N436Mw3Rs2tE=\r\n=oWzo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20221124.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20221124.1.tgz","_integrity":"sha512-A/zlKXaI02n2t6JFkqI+VIRy18JWNkcJupqPyFsTU2wA20/OAhTfFXuKNcHSJLjXbR2aczWzGLl1T7ObQD/lug==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.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":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20221124.1_1669303637844_0.3957670164048779","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20221130.2":{"name":"@azure/communication-email","version":"1.0.0-alpha.20221130.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20221130.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5eaebb45cf916cb817ab836dce30b3da35593a81","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20221130.2.tgz","fileCount":44,"integrity":"sha512-3L52RaSkunqj88lNVUfujRijxRtZY54ImdpsPK5dGcId+tbdwBg0MWsjNswJL0bst6/XQd2F9P04krBbCeSfHQ==","signatures":[{"sig":"MEUCIQDG6QE+nIlvjLqHetktFuerkIzBDB3rObt9RdcIkzBmLwIgK9YZtYaWfGGREok6qOVD8WBoe9A65dtcAxC6N71D+p0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjh3YEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrbuw/9HfLsJbts/be8CXiPfT/tKKqDco46JeGGLSEkgiJjQaSExQGv\r\ng30V3F2+8XdolcW3vJKIxPh/erEKcbDWKW4GuVm2KBAOeAN9JBvu35N7Yyfj\r\nd1XXEjIxfb3qOCgMLXJpbl653N/aW4WusOeNd8h4E/sqa7OjGgxZ4xJswobM\r\nQdy/113lMChobf1uDWsB+0rEqj3auyNuWGNvvAsHOP2yugUJoLxcYbVVnWTl\r\ntkxN53dbLg3eXytHDOTwz5H3wICKoK5lZVU0eU37aaQLWBNkp0WM+1btLkAx\r\nOdq/NxoDIbqID8+1YndItjlztPscu5GWmZ2MgM3emGLA1+IPrvzsvPoHDuF8\r\nRIolgzhy9qd0IY1eg5bEr5ehlTDLZwIi2Ran0HtLSo/n3Uar0B6VQ+k25eD1\r\nD76hfJA7W1Mbl9sQuuV0QzbJ3yxX9Pu2rpryxt4IEt7BmFhz74nJUs3O5rIb\r\nys++yMTI+xl6y3puFtBu512N93PIBvp4U+zcnc2YtRMAPdAwwgMypL5DD9tE\r\negScDxhTmezmaoiKXW+xv7375spAODgBd1DCm1O44sEJ9chh5QEOSJp5yVSq\r\nqtMTfJwTkW8Hnmv5J8hFRBUx8mniBMGJisE3tT/6mteymT27czfagc2KyP+4\r\nAynUBFEJ+1fGxVG1VQWA2ro4dGc1B4MFJkc=\r\n=vhj0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20221130.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20221130.2.tgz","_integrity":"sha512-3L52RaSkunqj88lNVUfujRijxRtZY54ImdpsPK5dGcId+tbdwBg0MWsjNswJL0bst6/XQd2F9P04krBbCeSfHQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20221130.2_1669821956712_0.4767595321958049","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230127.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230127.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d1fc7e367ae918e56c3fd81f944c13fb7eaf42f4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230127.1.tgz","fileCount":44,"integrity":"sha512-5HsnEgPKNvj+khtpSjytOwV7WJvWS6Z6tSkuE1oQCny36BNm3FfZBkUe8nEV1l9KvgWlyP9vr3N26Hh2JIS8cg==","signatures":[{"sig":"MEYCIQCK+IY2qtlG7TFxyeDDymENUc/Hm+8uiKG/O7MpEtpYqQIhAIwzLCKGhHY+HUpmL6IyWWLeOqTLnzve2IBCv6lzwd/b","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196802,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0+1DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkMA//SCmh9x7vK3fvoZ4kFryoKwOWgqDYseh6NeiPGTCc+QREIRJa\r\nDCoHZ8XJC+sd7vko88FApoLQg3ZXQYQkB+Mb6s90jjhTy8jVqZj3CFzea6HL\r\njc+fFGCB/ZvLMhJhwepHZDK0HxHgYRMZoixH33ibhidh1E5OnPTCmQdDUQXO\r\nFqw+27F5Yf0392CTonUyQoH8F3DKolteViCcmSucTmdVaqxSpxmQTCvwkoa7\r\ntW3vX9xpkA1bzChq2zy3+8g3OURahE4udMdbbdpTjR2sxcjkoaQaahznQHXz\r\nWBGhSx4B7Ba+zEcskY/PGxYC8uzKyYM06E7JaddmIo1DSpPoArfrVkZdt9d+\r\nNYgrOy6yWzavksyw/cykPGllUxwAo8+SxoOA6WIkZr5Xnude30FdvV+yb/ti\r\ntRlzJaPsnylIk3scnUaqebA+DPNCL/3My/CtDx9FEpOPyL7oiaY+Hep6s4vK\r\nfJRA4qf5hXgO+Lw6t8Hil64UWB/+KQ1YUM5toC08F8klmezI10scy2/7oUO6\r\nCmm4aLk6ccihlKzcdTtiFX2bX+8akQRLXoM7b+L9xU4GyliDXBCtiO+L/Rl/\r\nYp4VLAKam+nS08dQwx3HfdTdElyU6deOFJf5+EvdfD1m1VDJTLm3D/Rtax9o\r\nWyE6WWBEzbSfAOBROiih4g4xAvh+uguQGKc=\r\n=afcb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230127.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230127.1.tgz","_integrity":"sha512-5HsnEgPKNvj+khtpSjytOwV7WJvWS6Z6tSkuE1oQCny36BNm3FfZBkUe8nEV1l9KvgWlyP9vr3N26Hh2JIS8cg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230127.1_1674833219611_0.6959442602226018","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230209.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230209.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"27f04a9bae36d358385a7b6d4e7c753e53ae0515","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230209.1.tgz","fileCount":44,"integrity":"sha512-FiTJArKknJVGmuGERMO9RpTOc16EHwlztXJOYwQMCheGGRemz2BWyZ+gWX6BfL5u9wSYZDESuWbvGkeweUurbQ==","signatures":[{"sig":"MEUCIAw+hJSOSN5hzB2FGV5rR9drr+vlFxcxwn4GTOUMedeUAiEAiwvBXFvuct+BtMV0fLZqGhUY9lxI4ESpcwNQznG6gRs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196804,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5RBnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6rg/8DDXMdbuqOGueF2FVWno0VRRgOHUT6vq4KyaUq0w3NkTXJ23+\r\nI2/JwitEULHIvrfsZ8QoxKzJHXNW0v8XdBJS4OxveEw5z2G9yFJbGkmURmC6\r\nwdTgm0GM/IOQABsx9vaTkD2S/VgsZ/dsSiZvwsmzJDVy9KzS47gWdAvD/PiH\r\nnNrJ10wEEdNTefnwnq4utYcMkKBfj1uZUlSGCcWKx8mthIz/Zvk8MVsfCBq/\r\nt9WogMyVXdBBupGgN1fnUmUcAwgCOQmLqcPYIGZtewbI53qw3Vdhia/Pfium\r\nBmYGgJ6L2SC4ZyCHt2UkrvBKVwqqQQT2xB+VYQ8r/U7efZ8PGOuFt3n1uogR\r\nWKSnfCONzwwo7mTgHVcjHvrRIpzLaoq2fNU9X0kvLd/HsyEgGtRU3O5QaSgt\r\n3Z3xdj9ZBG3XlwxLFLxkcJnfR53EReAiG4qDArdc2PmVC87iqjVB1Z4oYn1L\r\nE6Hg1Srt0nN1u6pHnGBNK5P1XUsqLaRXsdX/Axn6OhMlQRoRk3iVUCrNMI3j\r\n8SyvWaoq4mpNXP7bh1qvGlCr4yIiruROKqVd1hdIwLkqYc1kkJZe7lz4o2us\r\nVkiQ+Dkd51GMyqft37R4ulORgaZI9XcMEYarBDDcYV1GY9/KrBZ1kiMipRcK\r\n7WweaKSjJ4tWO1UGx/wmthPstyf9x1/Ua/Y=\r\n=nXm0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230209.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230209.1.tgz","_integrity":"sha512-FiTJArKknJVGmuGERMO9RpTOc16EHwlztXJOYwQMCheGGRemz2BWyZ+gWX6BfL5u9wSYZDESuWbvGkeweUurbQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230209.1_1675956327138_0.08314272856933624","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230224.2":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230224.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230224.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7bf2e172fda6c5ee694eb1f341bbe73be8f33209","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230224.2.tgz","fileCount":44,"integrity":"sha512-S/KrFQ2wvKeM2GSz4IB7B+aANLFIokIla/V3Ic9dftQcsC10fCzolQJkH3juPKf2fLqhAJWie+OdhphuKhrLSw==","signatures":[{"sig":"MEQCIEiVUIjcl2Wnhng2pP52XH1d2CAt5m7jIm6NDjIT63hjAiBWVoU6FiaWXt5zSECWuN0H4Oi6qaJBIR2Z8bmo9lVUYQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203178,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+NehACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmojPQ/+JBUbgDTd4ZrljiIWMWFuC3VAfS5Ca7mwtHfZBMA/dg1Lx1vx\r\nQN7pDQlxck3Ayz1wDTP71kf65QzFrMrTF6G7eQFnX1GyAsB5RyWQV+53ADfB\r\nkWNEC28G91Ob4REd6dWWL2WhWBt8uWIz2bfmpg52WvRPDA/bHQxxrpOs7ykw\r\n9gPxjXiwByhxFqUoAJ8reLDHW1eJfdg4vfDzBpv9IzgWzVEMaOIx+IQiFWrU\r\nnAqCSiP5K1JyZNDp/Cou+8LZiPTZIUKaBFzNtLwCjtrybT2rcseNK4/xn3BQ\r\nL4i3NfBRJLPJYfI5q40suYAWcRNcGE+rX9uXUf8EYNgO/BFrbciHOeNtSCrM\r\nrZ/f7dgXbCu2jCOMseJaM/FORfw6D5fqSRGLkJuFLTq01YIYNP18QSoXPiAM\r\nHlMaM/a8kWgPmZ8UPodTgF+Hi1Ciy5E65pySVuFCzDWALf9zW32wIAH9xDqH\r\n3oxNmgCO1qBakACE1Lr3q9nK1WTeXxWspzNTvojuM2ck3n/5s/M9d30y5DTj\r\nJy5kRCK4ziY39i5Jjrpvu2LJpe5T+KQCur1MOw72lhSfoHUc54sMAgr8sQ9W\r\ngDvsCvC5r8NFLwTx+Q60IauV6uVZMtSUQquZJqSLel9DKdJNYdsViXTbGVWF\r\nchcqc7neN10aDl5LcoG3LoPj+OYUqb6rUSI=\r\n=t9aW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230224.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230224.2.tgz","_integrity":"sha512-S/KrFQ2wvKeM2GSz4IB7B+aANLFIokIla/V3Ic9dftQcsC10fCzolQJkH3juPKf2fLqhAJWie+OdhphuKhrLSw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":">=2.5.2-alpha <2.5.2-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230224.2_1677252513525_0.2098709926125233","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230301.3":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230301.3","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230301.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4e743724b6131c29be8f66c39653ab878eb36d22","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230301.3.tgz","fileCount":44,"integrity":"sha512-nNMssBt1/6SDNSDL0UjjJRjYLOE22o3dxVN1JhmYogYKS75nqDcsns096R66WpZwZ2rL1M+WTJwNJ7c4NdiVzA==","signatures":[{"sig":"MEYCIQDdsop00uzzS5wPmNLxWO81Y2rUedx5oOJ6Mbm+yC9YXAIhANgW6kp/+bFkhg/KoZjpFSBrIbHZGYgmIdkesxRP6Fu/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203841,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj//J+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVGQ//ZWOrnLe5v7h5suYbPhMnez1MN54VcXNm4Bz/2y4FAXbPH2Mo\r\nRM0O67ryX/aAFI91ev5YPvadRgJ00E9OcEa6RsrrovjX91Ir8Bzb7trRz7Kk\r\nN/uaIRuFswMVP74qwnS1R6+lr4Tx0QCYFdejAhWFgPr9BPxIu2YcYuQMaIIG\r\nkZzHQaVWgfsDmKz7O5Gm7q7kyQXAz84rD6DHjxMmq/tQQQAx2qMPiPvwXiuR\r\nzkptGnJhTtM0I1YmiJXV9B0cZkHQgZh+uxCMj7ESTNBYrX8zegX1ENJrBpoQ\r\npkHxi8adZfpGMBFZyQjBvdplHLakc16ZbdetIgpbmXxFImijq1gVqj01xW7J\r\nPA/1EUd/gG8q1EG3NIK5TFzCiLp6CT5o595Pr4gw8zu2tDlPlqR4ZCUGKOJt\r\njhwEBZhjKcsCE3p1441mlfC9qsgv4Xs8JgT7RoUG/fOaIJmTCydJkikPaS12\r\n0mF3C0IYvRyou3/c6xQp7TIDsfranhPcsC2N3nDWepiPQKFAQLXLFUWHPQ7v\r\nSjkQDUeFzxJoJDHm9NMF0xMuN29QlJ9EClYzmgRWI51t+2ydHy74axQEG8q/\r\nnDaR8sloZR4FsBS6f6BIYGs6zlKPfotKULF8r+VPLKh2aTaH4ry+AeGwksXw\r\nCGGAOD0Cibf6hGOoCYROtBpBFcP1TuJndIg=\r\n=RyW5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230301.3.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230301.3.tgz","_integrity":"sha512-nNMssBt1/6SDNSDL0UjjJRjYLOE22o3dxVN1JhmYogYKS75nqDcsns096R66WpZwZ2rL1M+WTJwNJ7c4NdiVzA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":">=2.5.2-alpha <2.5.2-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230301.3_1677718142462_0.03625547779040161","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230303.2":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230303.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230303.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e30db7a9e878f296c49f460185cda10db008d746","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230303.2.tgz","fileCount":44,"integrity":"sha512-bLmDbtnal05RYfgtPvlesTly93sUy8Zpvhg4Eax0or7Mm2jsJY+0K8/UOfCXdIABcTCnL3IUeQ7wrTMBSXdROA==","signatures":[{"sig":"MEQCIFfdbRD/2qBG2Dpo4IkYTgESkNft00zfYSJHYepUmYFTAiAfO49Kv8vbsYFvxa85bQx0KkdPgq326b43AgOfx4pEtw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAhESACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWyA/5AQcLv5g3Q4UF4dBYMRoUSW79Zf3+Oq/PoSAwqdkKCX1aY1E+\r\nYp+X1xOjyrpI4ytO066Wsi8BzwsqVL0NvfgNLeBM8/7MhcqH4Fl95vzNXe0L\r\nXYps568WMW8RtBFuVyVNgZ9aOhvAhfkNslIyNMpoDVDTxspYHFEFm76QIr88\r\nM7GqL0ijZ4WiOoI+SNJRWWgMWff97ad8/uQE5Y5eVK5ZKnxg2off6C/SD4X4\r\nPZLD/hZntMUs5fwBRwXWDEF47zOQfFByyzqgtQIh9X5bYbcJgKN1YkXIQSxp\r\nbdkMyAXs0at1rwlFKIokfKP62zUoo4tva24tN/dtB0UPtSnEH47bWtkGagD0\r\nuBGJXg3GHhrlEN1/5pKIIfDFnD+kTqrP7GjVE35rEf6JF0S9SiyRt+LwUQXx\r\nFMIjnqyvtTjYix4z9YT1qvvO0FL1aNh0IANQEwxz/68sEc8ZfPBIdUeRNMpp\r\n7FfxJiez/AV6+KDrGRmqNqASDi22t4EFUDwtWGgw8t+XSE3dT+NyXmx88z+x\r\nrswwNqa+v+FR8U7Dx3ubWDwpoUfqe7peQNIk7lUGK1CMy8FPTfGA7iM8SfUp\r\nNCmRk844w7iQ6zgg5r56k63Yk8j0UlSv14KmrHcgzhmtcTYxt6kes5AXEdxv\r\nZnv+AmZsXTz+wZGmomWHoIqg8GoufAkrMKQ=\r\n=jevi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230303.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230303.2.tgz","_integrity":"sha512-bLmDbtnal05RYfgtPvlesTly93sUy8Zpvhg4Eax0or7Mm2jsJY+0K8/UOfCXdIABcTCnL3IUeQ7wrTMBSXdROA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":">=2.5.2-alpha <2.5.2-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230303.2_1677857042565_0.3769858239325612","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230303.3":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230303.3","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230303.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7ead3094e8b3c5c8bc87104cb048f93671582aa2","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230303.3.tgz","fileCount":44,"integrity":"sha512-Hrq3GzyqQ12fIYrpDCtJEBiLvp0FNFZyb0hmGOjanrlb0ginutJTzaPI/Q1TvuqjciY2R7Hy4KsqGysHWTvCzw==","signatures":[{"sig":"MEUCIGqef+zTs2uO0oeqp6nvlS+LE2yzFXqvl+ck07GY9I+RAiEAxPc0AA1fJcoQmha+9NlFjqWK4UMEkvn7Vx1+6GLz0y0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":196804,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAhO7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqe/xAAh4cJ4F4Vq9PQfqAaoCjn5jwi05LTSwTgh2C6Ej/OT+LmgOkJ\r\nhwGRv04he/T8GNNBlA2IJl0LX6B12nZ1tLJfHvFP2jLJvWY2knFIvqNUxaxB\r\n53848SQaMdZ5SYmldtbZNotjoCmfbwKGmaxGyNETjEgzBuAtxCx8kbmCvov5\r\n8o6NImHpB/UQAhdMiKPDq91Kuick8gCE9pGREzwAIEm1rvTUjWHi7eIu2IMA\r\nMpEY4hUwc8yMRPdX9LE8iItf5OP/wl0KH1wsm6uzdubljrTUh5HraDr+x9q7\r\nEbn/dFJUlOPIaVvJzKfIqf594RAaytg+0Z8O35ZN69jz7fLYgsQiwlmFoGAs\r\nsFFvpc0Ot8r5nAGa4nHk5qOgxli08e5NB7rRsssIjrUUcQbSgFjKyVna56PK\r\nvMetWW+7Lp5kWuPEQA+2r/cN8BbuxjQNyWMNXJBrcE8bh+qpc8xk9QlrUmj0\r\n3/DlftYSbsRy0VxLARXrbr18Lzn7BIgCiaOTzeycuxFgz46ytjsPwHPkW/xS\r\n6tjnLiRNViERnlUHSIVFE4iisr3ppPROwk2yUkB1Z0Y/0eS4OFlMl6AbfpC4\r\ni+qGDrOLoPik8KwGZstlhC3MYTevkhijr44KBOiJ1Yb3pjXqd7pPkOqdxxE7\r\nbf4uQ+7bgvnRvGWN5/84zW55KhBWEZEz698=\r\n=W7OZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230303.3.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230303.3.tgz","_integrity":"sha512-Hrq3GzyqQ12fIYrpDCtJEBiLvp0FNFZyb0hmGOjanrlb0ginutJTzaPI/Q1TvuqjciY2R7Hy4KsqGysHWTvCzw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^2.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230303.3_1677857723622_0.13865823776913833","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230306.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230306.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230306.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1f2603ef446c582881231a4c7470806ef7a46a5e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230306.1.tgz","fileCount":44,"integrity":"sha512-tZZNqrrSOMbbuMxGO9MVb0IUMi3i7IlgRoF/LYTnD1tIoqg/n5j+MN2QCFSXPGj6aYwa4E7qNqbNkH1RmdDouA==","signatures":[{"sig":"MEUCIQDRGl8odLwHz60Jd1rHyHDKEtFYcJwTcLPx8EOVPNbPigIgLJhKQBzzgQhF10d7fofqE8rg3ocJsGkZhBaxBUB7Czw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBgpIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDpA//XfLvijwjrd3Y6ZF2HPym7oA1z7nYz5tHEDv5mhQaY0mKvCkD\r\n2tviCQx4xIWE+wC9mqF/AcIhJ4J3RYmsb5oP3GcLZWVWI03cvL9XWmoR+chT\r\ny9bftNnKrNKjPfCmIQvGt6PqgWwLsl6Vggyw5+/udxTY1+DhM58MPyO604ej\r\nebNbxMzqtuCMI4AgcwnuWFtUI3yTwM1c4S8uQZlMXF5mspFp4+L1CXeryFbI\r\nWZ4BRpeb83WhQiTHyfx5z8CSQj1s7u1zk2tJSuC8ImCHEW3T2YreGjBT74/Y\r\nP+jE5u6qre/5c14Blh2vftmXfpaO/VxprhDIleYHiUAi+Cp4R6uEoI3VkRk1\r\ngSvHgBbuEf9qWfVJiOKpjRqKvXokpfz+dZuH3C7mmj3u+zqALo5DEf3Y7Mi5\r\nXvkQ9B+rXZpnAIVrLaFeSvVwjo2Z1fg8Ta0xhX5T5LenKIkCsFNKMgk2F6Ss\r\nifcWe5BlEebpIeZOw1GIVBVc2BFbLl5VvyRKDCywfyi2e3/YaJiMSoHiGz7f\r\nH4pjrk8CfIJB81o1RYK+eM3d0dcNkJxqC8bcNz2GI585duXEavjcg0sSK8mC\r\nTrG4EN24oR1AuYMCl1V0WfYZFKo3rbHHAoWaubpNgPeUJstSo90PiG1LIBLK\r\nkKKsQs1BgBxV1H33Sa/ntXR1cH9EYW0dY7Y=\r\n=t4gs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230306.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230306.1.tgz","_integrity":"sha512-tZZNqrrSOMbbuMxGO9MVb0IUMi3i7IlgRoF/LYTnD1tIoqg/n5j+MN2QCFSXPGj6aYwa4E7qNqbNkH1RmdDouA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":">=2.5.2-alpha <2.5.2-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230306.1_1678117448801_0.28374698825483935","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230306.4":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230306.4","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230306.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"14079a78d5d6e4237b66bad25ec52c5fc9f809a8","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230306.4.tgz","fileCount":44,"integrity":"sha512-n1dmQItiSfXxavnqPj5qs63SosA8SHd9SsGqDyu1pYaGa5oZMYMdSJNlXvglI4nuraAuMRlTQ9wDb2CeZ9BzYg==","signatures":[{"sig":"MEQCIFmFBHOEEZyidLrhba59Q10fJarNtr62LscZOGpyBSWnAiAd55+aL/gMAUOEr/py+VhRgx9skgM1clS1AyKZInyuLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBpfvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4HQ//Zc2OoHrdsiXb6MD7/wHf/dDB8jXEso8kfNZ4MUPy5aNN8jeG\r\nX7JJ/uL4cXeGrdq42n+9rmsQvF6nmKy8aLAOIwNRktGFTHwU0EJ3M899pPFB\r\nqjzbXTJ2hbVyhaMDgKjUO7klrnIp1/zXj0SuBeq991T5S4KVxtjKxMGrBeHS\r\nUGOCEBD2f7xQO2rFVIRZ6SzfTXG5rZNtfr8EUKSNM08/chwcXgaseNZiqvRW\r\nc2Mp8AV8iuy8XEP1w8WFHKz1mT2scc+z82P8QxdZtYyhXmlxd3zv2T/grUrq\r\njmWXd2GEuv1+HwdzZlNzI4PE3pYSR4lfasi5Jhq2pAhLffAQ5kTsY+mkImNy\r\nXNkDC9JtW7MD42y+a9Ufb8fFGQgODasuvZtUhsyZRMO0UXxOC8DvabbljqZc\r\ngH1tBYX4DlHWLBvL9GlHAlZrKh2el1Sl6bJThU8WFuURZWPWj9KMRf9vsEp+\r\n5OVcQLwkPAmlb1VJVE/+nKKnySpQECxVUOMqr/KBJuno6+84ahf76enAlLoS\r\nKpmgNI9H0+KcJ/hDivv9TqlLvI1uECjVpOABN1ZxGx+4dkZoHUZwc72VIDPL\r\ncTn6ITPXWqybhdL1s9dhBw9K/l3va4DPY4Ufo+WRq0UaLn+dnAmA73rj9i9r\r\nWkmvPaP57hi+P03Oa6oC9sXQBezP3grrzZ4=\r\n=29HG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230306.4.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230306.4.tgz","_integrity":"sha512-n1dmQItiSfXxavnqPj5qs63SosA8SHd9SsGqDyu1pYaGa5oZMYMdSJNlXvglI4nuraAuMRlTQ9wDb2CeZ9BzYg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230306.4_1678153710844_0.1779055376655243","host":"s3://npm-registry-packages"}},"1.0.0-beta.2":{"name":"@azure/communication-email","version":"1.0.0-beta.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"38c8835e331992bd6f903e0c2c770594a7b420c4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-beta.2.tgz","fileCount":44,"integrity":"sha512-brtvW9sYCz69UO8IW+y9DRNOZWIrhpa9E8Luz7XVPtiN+oMGAD3/4KgEj4T8eYDNCcgZRpYmKonpQqnXQtZFNQ==","signatures":[{"sig":"MEUCIQCteWYOXTGXJ+ApAvwNOoITzlZYWSmn4xM/6TN4jwyHxAIgLdDEMY5sfxC1EJBWpdCq7lQ5XnrWYgqCz/fTZKk0IjY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203679,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB28oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkTg//dEvSmXyAB0Ck/EzooEmGovxLpEArjMu6walwM7oFa5ArioTs\r\nGTAUdbfGAKZ0FFrD4QTstHMo2Y/TmKp3xL3x1++/rCoCtX5xox58jV8fi1ee\r\nJuOzws8Za/J9eWkxlbqZFED2NvWGtiXaF7KyVNai8fvW4LNeRFFvGxdUdwKj\r\nnESkqOYDkwxCUvXL0UWIadNek11udLdkJE9KFeWIKyIXD+M3VvuBpMKcC1TU\r\nNS9h9RUyyhuXaRKLua7o+b1OcJraGFj32bVKl0gyavaH8Tet9TCdqs0zw4np\r\n3WSXmeFyV7EmfwbsnObmUlMotUyCueIEJjGgU6PAm83xwRy1VtAdaQ7RP/td\r\nvbkS2PTp9E6jUb3VuxMc/gZtJt1Yolry/SMPTJbj5erRisVL181ap/n71xW1\r\nXE3R5cP2MzYtwl/D6ESjM9+jovp1PPrDLkU+zfrRW0WFXeX5KGInY91gvE2l\r\nDMz+5VM6trrhBnfHdyD0r8qgv5eYSZB1duPWtzYD+xXrEZ05FkDiwlAucO1A\r\nxvcFqmXjmQEY87+Yf0wcMr8YYc25eRwEeOJJil2KC/M+8jU9/b4QxlJ+6zQY\r\nVTeWJc6J5w+oG/8MzmSAOWRu1kHdBpeJYCfKhwhGAsBjDn9tJeEFjBhIRjpL\r\nHL4m0iB2fnp338SGAyTGOJPHyOtMc3gFKnY=\r\n=rh+O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-beta.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-beta.2.tgz","_integrity":"sha512-brtvW9sYCz69UO8IW+y9DRNOZWIrhpa9E8Luz7XVPtiN+oMGAD3/4KgEj4T8eYDNCcgZRpYmKonpQqnXQtZFNQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/test-utils":"^1.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-beta.2_1678208808361_0.8793922949522486","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230309.2":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230309.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230309.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f32a3935bf17816ebb5aac4de7c0ee64c809fae4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230309.2.tgz","fileCount":44,"integrity":"sha512-QAA6gD4rjzvFz4N3iPLFnSni39KbkQOFKPPMa/x/SS3yHTiFFhp9C1w39VXZAXqA4YPnHrukrt/CTTXzGHcQjQ==","signatures":[{"sig":"MEQCID8InluVbRAMMIaK9nDxjcoKCCYffuGTMoB7Emn0yHggAiATVG/7Gvw7ZXMnwQqqZWfaMWxbjW0JItZELkPiKec+Sw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCfSxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqnyQ/8Dlpy9IkmaepqdKe6p1eQQRmlfjzqe2mY8OtUDKMPDk1KpW+l\r\nGJS0vgVwI973/rWnKowxZflmw0yoDMxhKns2THlj/nFzpsQIpTYViFHj4B0g\r\nFU9+6w0No3UMMzxEH7Gy9OFFQkE97n6rBWEc/536bgU2MFwhpRbdChb2fO9A\r\nkx5rLlOiFPzKcHZMZVz85sybRzk+OqFis6EcAxn2d3Rhe0xCaBqquyLDuqie\r\n88sS7JpDoabxXCvGYwnT9/WHlRvGZshUi2XwdMYllF9nhvAcuRGoDpBPHFVV\r\nUYSFRwyo5uzrGWK8F9fqP29fLZezmr0izzn0mxCFqHBKGMCweMmL7nvOG6GQ\r\nPlebKKXIBO6jW5yViA3Qc/gLc/uj76HgfPu7f7e3N5J//64SE8GeOT3DrQ1o\r\nk+3t8ArYvabFhxlpFy2MNWebsN4RczPDXK5SLS4u4Fw6Fo5e9LDx8k+hCiRr\r\n1pDSWwb6j9Fcokv3m9twi6XnC2Jyj/tWbA4TUzWElb3j2qH24IQR+fWeEGIH\r\n96hUySXrSxRaOcXhmrDn/jzuPuYYeBuo+qYw3Ws+WLZ2SI1nl232br93HdYI\r\nxsi2Z7TG9iMiGZzXOZqk3JF6PrTU5dk9hNH4/qO0LMhg0Lmx9FaCwKQ261hj\r\nT/JuUOFkxIfhJkT+YytdI7jM3sH5S7NRA7w=\r\n=Ur2m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230309.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230309.2.tgz","_integrity":"sha512-QAA6gD4rjzvFz4N3iPLFnSni39KbkQOFKPPMa/x/SS3yHTiFFhp9C1w39VXZAXqA4YPnHrukrt/CTTXzGHcQjQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":">=2.5.2-alpha <2.5.2-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230309.2_1678374065316_0.42069487820121854","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230309.3":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230309.3","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230309.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"002a0b9921daa0b87b39f9e9fc06ec065bbc8be9","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230309.3.tgz","fileCount":44,"integrity":"sha512-KrFdqF+CoAl7iFCafF34KfTJJkfzgyQ3r9iE58TCSDEyOFzFq5TcLz9FsGwLb6IPdtAKzmiZdMmMwDPcerCa1w==","signatures":[{"sig":"MEQCIBRSJKunvJs9naFAMSs46UDMuA1njRaHhj8ipkAvUlYuAiA97s04Sv1v0JaQ+Pgaa3/jPcyM/G3pTNtbuaiF8obXNg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCf27ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYXg//eWRVRAmSMAnMIl+6nAlT0TvdfaGvH8gfOqS0BbkJVZlbADzd\r\nBRagQuDyI4sl3Ov6fETFsoJ4QcipgYCsZECapsoFDyQ//0pdo0UKfbBeRPbq\r\nNkd3AcyAGdpiQXG3E5Db6oyTMYr5FkH9BpOZxD01LCZzK1DiVM/ycs0tmJpZ\r\nZMkrPm4KDY5hxrM0vq8UPogowqFaoDdSKWqqXoADRmSrRTIBbC+XsXnd/b54\r\nglUsFgbc5Qp7zN2Hd3uJYvxoVsSfwgByPP18DWmqqR3AAwmo05UTFfRoMQxZ\r\nakWJmFtzCk5Q5Z2hvXxUBljVN50YMCCJwCyxO50s7mlOVI84sNgUspeH2g1f\r\nsD9hHtBtAvr8AaK5Hjr7PjnCPTH2Q6MkbLmfYJGgxdi8Zv5Q6D/8t8H6p9e0\r\nd6WIdfTjuY+3UG0ucpt4dk4NniTJ2ZbukSvpRsD6KRn5jQswpR9ZkzdUGdfY\r\nlpsR+rrK1nZZnVOQNszbE3GMXTF2bTwJujpD9HddDjb614lYQO75Y/QB7Nwn\r\nRZoI80qqkWsjGYV5SMuamKTfYb92//DYenonZplnRXPr7THPEAy09t5c0adq\r\nD3vWrJ4M9ZVCvgINU7Li6Z9cbd+/EGiQ/6Lw7K/IYkzjKNUMu1vNIgidD/yl\r\nptaRW6zlzIT7F8FALHUIbGDjCQm31Xrs4Jc=\r\n=vWVu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230309.3.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230309.3.tgz","_integrity":"sha512-KrFdqF+CoAl7iFCafF34KfTJJkfzgyQ3r9iE58TCSDEyOFzFq5TcLz9FsGwLb6IPdtAKzmiZdMmMwDPcerCa1w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230309.3_1678376379120_0.7755391608066455","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230310.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230310.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"887b9f3a591b8b14682f519bf63f3b9dad5bf62f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230310.1.tgz","fileCount":44,"integrity":"sha512-cJCjY1eo4LSs3zA0pbpI73teOTsNaGdGDkLOzHEA2dnYssom53/WZFo6K2oWhHFnoPu3GfL3MObe0U/eEcZ7iQ==","signatures":[{"sig":"MEYCIQCmFkWUA7mM9G5oKuX+/ZDQsLFB4mAGQbkJvgzx1pjOdAIhAM/vBIy/JOYS0GNWT+JZfQTaJoHiTP6ENy0Vo3oRNI/E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCw/EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpO7Q//bhqrvYvzKLKBuav+OBT+68UxXO42t/fUZ3eA2e5o/02ZVJSg\r\nOf2ndW0G6KOeCd8FEpYITJbVWOapNnN3o+OpZ0k/ni7qZ7zrP0pzKOpMnBrb\r\nz3xbidSNXCnDbwJ8somLNjbfYD+mxCTIlz6pfnelFxk/6Nz+4wiPjoBkKWh0\r\n6754RqHq1tdu0TQj4HxWAUfU4fZstU3bahgTxmgPMkcZrCS7MXBleQujRekU\r\nTFibcPAlDaM7Z6arGOk8uCJC63vDJrMz0FvtoELJzud7YQ01kxp/XNszedg3\r\ngOEYxG0IN15CL3NaXval+uEkS9juO1vT9T+h/4Ca46eZFCig+iKC2w6kqjqo\r\nn2xZkfPlEZKubOft6NLJlNc5zTqRjF8RfPgnJvNldepMRRrB2y2jMxERL5vT\r\nGKl7GOkSJ8Ji2x4PTUVU1M4VlZG15dZ+g3J5d7e2wOnlTXnJzC1eJWjPZ6h9\r\nV43gVyfBXr8dSaT8nugmz/Fnio0DALmE10N39eTIkV+knTZIjeDAaJcqPQYJ\r\nU0tPUF10AUAECf9ytXPtZBWN7kIs0BotXva8PIKGKCdoxyp38gLLm98UloRN\r\nBcx9IKzNaLJd5zKLgRXY9SOqt4HvSa7xR2GVNq2yeySqrdrV6ZU2iOKWcv49\r\nDpSYMFXqy85LoNMd7Pmxq2h8pA6IHVj+Bk0=\r\n=6czf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230310.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230310.1.tgz","_integrity":"sha512-cJCjY1eo4LSs3zA0pbpI73teOTsNaGdGDkLOzHEA2dnYssom53/WZFo6K2oWhHFnoPu3GfL3MObe0U/eEcZ7iQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":">=2.5.2-alpha <2.5.2-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230310.1_1678446532134_0.6803252803870699","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230310.2":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230310.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230310.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a44077740812afb4b3b80f0813d86ef63823b057","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230310.2.tgz","fileCount":44,"integrity":"sha512-EcwR1bDVgmRGqVG7kFaYz4ffqkDmVYV1oO+hTJ0DC3urTG/Y9ke4YN4tjTWUJEn4zpqoQTwFVgiFaepuDyuR+Q==","signatures":[{"sig":"MEQCIAbmkfyKRtGgVHmViF+ngEXYRiqedRGIL+KXxNjqNZnsAiB72FoMjIcyB54uaWTa225ic8JeCJ+AA41Pif3DECmvgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkC0ynACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKQRAAhf3fQPNaDUv0J32BG7A9SawtuR9QCKiFpQYXSOhLu/l8RHIa\r\n7TovPHEaqqT+NlTsMPMaqssOfChw2yVenE/P8GqbxejLmsxvzyUg6LVMrjNu\r\na0oiW/+jp9ih8fl5qQLJvnQIlCFd7aNThht+8S/tWoTzs6LDMDEUH9otSxHA\r\nWChb+efVbrPNx09UaMQSw41PVuTuo2UjJGLxO+DtzzZpegxVrz4TqYwLSXaq\r\nsMz6lDb9IfFDJQBpaqkFCam1zwYm85J6d9kQyiIb3ksKjJDvts2zvcTm2lHV\r\n1DgOPCAY4V51G+cAy++QqOFyJDrQoAn7jQpREv9I9pn3NSTEAju0rOEoF0uV\r\n5JJ8uysDwk57LfN+RGzeeErCkNWiYqayBwZ73pAlXjR4uuMiJ9qNcH5bd2HN\r\n/U464ouq2BSjJaDTBEOui/kUs+7SWix4XsrVq7ymbH0qeCsC1xkOaVlFEapp\r\nrsbOZlwooSX5pv2UvEYQbvkgL4skt5Wro3+WUOT7U+sRglvXvy1jktbmX7Xe\r\nObq8yJDYGCt1UK9DCgV8J6w5O0/OrGBclLCBWZWPGppw1eE/9ibIC2OBbxGe\r\ng8+N4Ef4VeWCrj4REffiD7rrEsmBS8yYp/fnVR25qgiOEftqWARdbmsDbLYR\r\nsVeZlFg70HWgAe2jfW1nSoltDM3Z+jUJnCk=\r\n=fRoU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230310.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230310.2.tgz","_integrity":"sha512-EcwR1bDVgmRGqVG7kFaYz4ffqkDmVYV1oO+hTJ0DC3urTG/Y9ke4YN4tjTWUJEn4zpqoQTwFVgiFaepuDyuR+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230310.2_1678462119421_0.2605427271795304","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230324.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230324.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230324.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"296a82d686db85ca96e9da0dad2f1da96f580ccb","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230324.1.tgz","fileCount":44,"integrity":"sha512-yJ3NdUYsY9BeAP0xgwe7nz71T6me7DelUnMvFGOVEfDxjD7W1KGFcjsZKmRV7voXX4lK+jU388SUQmKBYpf7Sg==","signatures":[{"sig":"MEYCIQDnethdnW2WIRWXpYGkHvPDFD3DPs4CvpOFJ2/8QhH/rAIhAMeM7oKqSi3+8Nt6AHM4fimwBnEgjA8N4QCiLl/5RVme","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHbM1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoGAg/+JmWvoN3fMgmim6GnJ1JvEhDbL8gEjdM1qteInaCPVdCu5/Bl\r\nNXnEGMX5zO2w6HzSbYBQn4wfDv93F/9qwtzBLmzUEo2mf8QZGJknPkGZFjQT\r\nuhqAv+wNFCg3GQ+gzgNbmwcVOcz1txJChwZjqN7WNTLDk6rCj/myorlX5Wv5\r\nRCWQEDAbEDz2V8GB9pR7ZJypzqDI9WtGUfc+InkMVD2lpt7TxKvghIjdvJF4\r\nSMVBSm4fu4KyaIsm5dGPC80A8lVZNYmnaj+7VzOeoeFxX5TSHhT9yECvjd3E\r\noJ96iTFY+3P/9A0wGh66UhSf1vtWK70VDXcFqNjw+Zo6Ck5CaoL41qYZcTuS\r\n5hnr6EsQeOXPk2ctiF+xMcxRbSl9PD8Tw0c5eeVG4V4UqEqqlS3EDkDPemWL\r\nclK5S8jqwM67ombAMmJj66Rn/iNPSusdCxHYtK/7lLAGZYFg0KY2p+RYpAwo\r\nawc8uWMnQ4KKQMQUge501CSCJ1OGVIaT9ezii25vlEhXSzjUxob5MoyGBacO\r\njJOQ5oAl86WUeKHJXnKKLpd99db0H73PBYfXFX6fsZnUFxVlJMaKYSbF5ki9\r\nqqCBglvgWdlpWQLPMXE9KShsbQr7iZJA/vvIr1jn5VFrdGa6amfyMD/Cm43C\r\nCorxY48wzqmGuMVPE9xRwpzK5NzJu/qHx04=\r\n=OsL7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230324.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230324.1.tgz","_integrity":"sha512-yJ3NdUYsY9BeAP0xgwe7nz71T6me7DelUnMvFGOVEfDxjD7W1KGFcjsZKmRV7voXX4lK+jU388SUQmKBYpf7Sg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230324.1_1679668021415_0.6923495331130567","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@azure/communication-email","version":"1.0.0","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7a15d0438e2438aba1953202890d3908b49f41b3","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0.tgz","fileCount":44,"integrity":"sha512-aY/qE3u4gadd6I895WOJPXrbKaPqeFDxGOK5xgAAqHkqNadI+hCp/D59q5Kfcj5Qcxal6mLm1GwZ1Cka0x4KZw==","signatures":[{"sig":"MEUCIQDDJA2l4MnHUMZuk26Hm0j1p75uHwSHvNQFIeY8NZ/XuwIgBsJvKzDFnNP1WiHSDEkVQoXKuTmr2OAphEnEeAMoGME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203754,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJ0SjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogfQ//c97AX8uW/E4+PCKUEuEYZ2UHeZAF3GJp9/8dzdQsFzMP8wri\r\nKBwd3cEOvWvv9qrqbUo0x/6cMUSIjH37JbtVJNkCLRUOpkFB3PsGWIEdxmmx\r\nHGF3v1rT9JA0Laa+eOQHeoZt7FODSX718MHdqgwlLPBLb9OuOvza6uRqnmCG\r\ntm6ZQ0ynDJY4rJvoh0L8dZv1mKRIfBnP0ebZU6lE24KA927BbdRE7eOqdxra\r\nugc9tdy84SV99/C/fnFtGAXLGCoEFbrG4ldrz3OgAw0Y0AItNTsPrKElRljZ\r\nstHaJbbWEqABx39PEgYYSwkOymUDTy1+8uZbWKlyH1caBwe8qze2wdvNimNL\r\n31MWtz0suNAfrRfljyf78+TrTPX/WtSz5DHeZZBvRXkz2pERPlbtNP2Q3/0g\r\nOd4AaO1ryNq4+lIoadwJe7eT/gnNQaIVJZfQv6m5RI7e4qslsXrc63m1isua\r\n74sSSPNJ/E0rjU3zfI7gKEqpgdjSXNYQg2wdiz4k47NCq0evDTKqUYHTpkPJ\r\nvzq/i0gTuyZJzv1kMz335CFocvdmD5aqJcQNjAoRMxVUSL3Q4skrEcgDlXpM\r\n636DxOB0Yzq6+070LKimT9acPKrb/tuuVcBYr7ZDallad1sFlAB4FWQlhulf\r\nJ5OUAWJHW9fqCL9Ot7qQK/dhuKgEqsoLGyo=\r\n=BT6X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0.tgz","_integrity":"sha512-aY/qE3u4gadd6I895WOJPXrbKaPqeFDxGOK5xgAAqHkqNadI+hCp/D59q5Kfcj5Qcxal6mLm1GwZ1Cka0x4KZw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^7.15.0","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.3.2","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/test-utils":"^1.0.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0_1680295075656_0.08801754068785916","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20230515.1":{"name":"@azure/communication-email","version":"1.0.0-alpha.20230515.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.0-alpha.20230515.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fef960790c9ff0f56afd27d73f42f461faa27672","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.0-alpha.20230515.1.tgz","fileCount":44,"integrity":"sha512-zGLneKQ21cG4YHGzcSvXNsyDceBL8esCEvif7hFqqsbC1dD0/yKDsXWoF3bmIu6hQNrafX+cXaGmU679pXypwQ==","signatures":[{"sig":"MEQCIAdqYrsRqrWuzbhmFeC7AmUxTTvWGjPra1upi9xyIC/hAiAVpxCCzv8CBT0yJD5dyksJFuB456ttWAVxCfHBXerTNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203830},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.0-alpha.20230515.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.0-alpha.20230515.1.tgz","_integrity":"sha512-zGLneKQ21cG4YHGzcSvXNsyDceBL8esCEvif7hFqqsbC1dD0/yKDsXWoF3bmIu6hQNrafX+cXaGmU679pXypwQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.0-alpha.20230515.1_1684161893734_0.05014125915572576","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230828.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20230828.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20230828.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fb398a098ac39ee94f0b71a7873e1b34eb7fd253","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20230828.1.tgz","fileCount":44,"integrity":"sha512-XinZMcdcZuOb6NdKCC/4nYNdpxAgo7JLUUwoXsaOTV47plvKxJn/gvEI7QpGeqxV6d7sM3t0ARra7jxDFd5xeA==","signatures":[{"sig":"MEUCIHh5/6Jwakmtf4z9mVLJ3LdT6Ta60Zasam0M3M4Pi7D6AiEA3vLT0UaIDUqqSAW9hTMouKmHAlecrVyh1G9pr0pHBms=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203856},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20230828.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20230828.1.tgz","_integrity":"sha512-XinZMcdcZuOb6NdKCC/4nYNdpxAgo7JLUUwoXsaOTV47plvKxJn/gvEI7QpGeqxV6d7sM3t0ARra7jxDFd5xeA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20230828.1_1693233671359_0.2212627727674994","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230918.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20230918.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20230918.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7f739757b2fba406a342dd052c1d69b77392982c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20230918.2.tgz","fileCount":44,"integrity":"sha512-X0YBLfcJvUXxcitqNpnwoOS8117CzmdKFUhM3gEAwTimhGGZYYG8q0ffF4Xh304N+dS/eGaPdwcaeHNAs7KI/g==","signatures":[{"sig":"MEYCIQC8GWadC5KolCfcFSLfwsRBtFwx5awaHDJ9esuxhFcBUQIhANvXHEDcA8RjtzwpPJiE58X+6LuQBn8UjlHyCz6BDFIK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203883},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20230918.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20230918.2.tgz","_integrity":"sha512-X0YBLfcJvUXxcitqNpnwoOS8117CzmdKFUhM3gEAwTimhGGZYYG8q0ffF4Xh304N+dS/eGaPdwcaeHNAs7KI/g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20230918.2_1695047864364_0.04675721555156387","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20230927.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20230927.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1825b24d6ecba339bbac2cf9260c7eb4bd1c7989","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20230927.1.tgz","fileCount":44,"integrity":"sha512-Irisv9rX43Q/mX17YpbAwpP4g1zDy2Qf6WsidCaThvOQk0ajQsFgZxyh3LdXh0yA021ymE63mCQuCujZOqnc8w==","signatures":[{"sig":"MEYCIQDe93HNn4Vvj9H3hbO2HoCM07Mbx1T8vjHW2044f2E32AIhAOyQObaqjvaodZumVMH9J0rxfV4jTrfr+6JoEJtZa84X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203907},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20230927.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20230927.1.tgz","_integrity":"sha512-Irisv9rX43Q/mX17YpbAwpP4g1zDy2Qf6WsidCaThvOQk0ajQsFgZxyh3LdXh0yA021ymE63mCQuCujZOqnc8w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20230927.1_1695824612078_0.19441563117924043","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231002.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20231002.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"363233b2323f8c7d4e61cdb5022e891346047a63","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20231002.1.tgz","fileCount":44,"integrity":"sha512-qc3bKfjYT/xsPC5qLFe+Gyhioc678C+bQHk0+4Il6+haO1AESF4P3uNpA95mpbYReygadrQY8jRT9kFaJ2x3Uw==","signatures":[{"sig":"MEUCIC16DSgqg3hquQ6XcD/gtvTHJZkTZMD+TYI3qliFYPhwAiEA6JwNhokrCTXV57LhnTHXoNtB9NU7tyloxFH1p1pz4vk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203893},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20231002.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20231002.1.tgz","_integrity":"sha512-qc3bKfjYT/xsPC5qLFe+Gyhioc678C+bQHk0+4Il6+haO1AESF4P3uNpA95mpbYReygadrQY8jRT9kFaJ2x3Uw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20231002.1_1696257488121_0.06532849623623282","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231010.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20231010.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ccd3688e02bfdba5b17def1d77ec0d3c5696e4d5","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20231010.1.tgz","fileCount":44,"integrity":"sha512-aeq/Sqjkwh+4nJMAYJ6HREOUPkDVSMmbnBxBIvw1NxlM7LhN+R4hh0XGTl+t/8X7hAqS6jABFW5RFi3T0PCbfw==","signatures":[{"sig":"MEUCIQDdCseGOgVFC4iQhhyd51JwFv8UJOjHmmECr4u+49NGSgIgFHAz8UEQXv+jkONcDe8eM3+5dOu/1AISNCv6cc9sMlw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203893},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20231010.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20231010.1.tgz","_integrity":"sha512-aeq/Sqjkwh+4nJMAYJ6HREOUPkDVSMmbnBxBIvw1NxlM7LhN+R4hh0XGTl+t/8X7hAqS6jABFW5RFi3T0PCbfw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20231010.1_1696948193157_0.6015529239140514","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231025.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20231025.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20231025.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e726e4288472dd0e161ffe7a26431823408af36f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20231025.1.tgz","fileCount":44,"integrity":"sha512-JMvZokY2SnHEfEnDZkBZyj5JqtAJHHxL9uyPKsbM801wojjBEcJ54UO1XYIw16TalJxURxZY246NBS/9B9EERQ==","signatures":[{"sig":"MEYCIQDUvUmnr9TFvSgwg+fShMZTdQSMhLbHlRKhwjV94mOZ8wIhALrYZnB7B5G4iqYSfEsHswTMPyie2DUejqaN1DGNdGfh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203891},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20231025.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20231025.1.tgz","_integrity":"sha512-JMvZokY2SnHEfEnDZkBZyj5JqtAJHHxL9uyPKsbM801wojjBEcJ54UO1XYIw16TalJxURxZY246NBS/9B9EERQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20231025.1_1698244003065_0.34302854059548626","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231031.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20231031.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2eb03c286deff3a61c443c5ff5d73afaf4ee90ea","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20231031.1.tgz","fileCount":44,"integrity":"sha512-hyGZZt97XFuthliNI96VyzwbZEyuo9hADhsDvuGkOjRJlqDRZwgN4BlM5RtaKbUsJSxMQyMbJXRbvkcIrzhgVg==","signatures":[{"sig":"MEUCIDD6o7BWA34jDPRGg6mAPCPVyYdGRKPCMHZp+ZmVqzamAiEArnzV0bV6+j9pbA5lcwO0Z03KNP0ca48gd+IYMzWNIOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203891},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20231031.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20231031.1.tgz","_integrity":"sha512-hyGZZt97XFuthliNI96VyzwbZEyuo9hADhsDvuGkOjRJlqDRZwgN4BlM5RtaKbUsJSxMQyMbJXRbvkcIrzhgVg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20231031.1_1698762875885_0.3195378611179369","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231108.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20231108.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20231108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c0bba615f29d94a32a954118cc9df7efa403c242","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20231108.1.tgz","fileCount":44,"integrity":"sha512-7PtZIvebha7AoC5l6BWsKTkrOyBKkS5UTsPceyCGPIXUWM8nNXY0W8l/XHNEmA5M0MZY9Ibp/KrtJec7ikQP1Q==","signatures":[{"sig":"MEUCIQD++3F3734+2bdwizY5+crIivhSYPfq/3BUJupx6WsGvwIgRZu5a+Epw842MUxjxq1b2m3P3l7H0uK48LC31rpapPU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203957},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20231108.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20231108.1.tgz","_integrity":"sha512-7PtZIvebha7AoC5l6BWsKTkrOyBKkS5UTsPceyCGPIXUWM8nNXY0W8l/XHNEmA5M0MZY9Ibp/KrtJec7ikQP1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20231108.1_1699457351705_0.01521863394129408","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231109.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20231109.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20231109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8d192036f521ce13953e1e491132d533290ca4a9","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20231109.1.tgz","fileCount":44,"integrity":"sha512-QPg27x3/oNdW6n25IpOVBkpLskpJslHp9ADujuf5HYWrlSIgrFGV+gbjMzas2rjFrXBt01yhc4NFg7nDrCt5ng==","signatures":[{"sig":"MEYCIQCgDFNRMP3w09Y5nVDIjRyNea0ot3vGIN930WE0RM3r3gIhAM6lVISRa12TR2m7CBIU8M9z3pnkH+fZfbL5X79svGUp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203891},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20231109.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20231109.1.tgz","_integrity":"sha512-QPg27x3/oNdW6n25IpOVBkpLskpJslHp9ADujuf5HYWrlSIgrFGV+gbjMzas2rjFrXBt01yhc4NFg7nDrCt5ng==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20231109.1_1699519956394_0.2547901708941649","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231109.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20231109.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20231109.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1faad81abe999e97388388e046689535fbf0e2e2","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20231109.2.tgz","fileCount":44,"integrity":"sha512-tJp9lCvo2WkftV9kHTasA7AOe2HZ9gv6VRB9MzDSl/JOSoaqydBQwVwmOf57pVIzZBH8fGBqVegf/xrSMqnpOQ==","signatures":[{"sig":"MEQCICwVT6ONtUIjUqh6KiCjSPLBNCHQiU+w066NgRwBfL8HAiAf6hNE6CHHOcB+txi0rUsq89P8pJ/uWayydWibOSU/GA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203957},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20231109.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20231109.2.tgz","_integrity":"sha512-tJp9lCvo2WkftV9kHTasA7AOe2HZ9gv6VRB9MzDSl/JOSoaqydBQwVwmOf57pVIzZBH8fGBqVegf/xrSMqnpOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20231109.2_1699544422819_0.12516533709678335","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231207.3":{"name":"@azure/communication-email","version":"1.0.1-alpha.20231207.3","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20231207.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fd99edf5e09e120f3b205d2a4cbfcd64b0c71216","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20231207.3.tgz","fileCount":44,"integrity":"sha512-mDKEeh7Cep3wuDLPjeruo3kowaeQgMt9MysCkjAkPQsKWqe5xw3DLTuTRLfNFsSbmcnBfTRkyDg0pEprF5VRsQ==","signatures":[{"sig":"MEYCIQCwZl7d0ii/lmH5lYEzkDTlGxF3B9lqZ4iX1oU2KsPb6gIhAM+r4qzJTcgCLTxKPGC/KWAUJQOMSnePcjtmHsiA644d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203919},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20231207.3.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20231207.3.tgz","_integrity":"sha512-mDKEeh7Cep3wuDLPjeruo3kowaeQgMt9MysCkjAkPQsKWqe5xw3DLTuTRLfNFsSbmcnBfTRkyDg0pEprF5VRsQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"uuid":"^8.3.2","tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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.3.2","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20231207.3_1701962660782_0.3379030648025825","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20231215.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20231215.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20231215.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b63426b9f762d2ba74276e115847236f3ad898b8","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20231215.2.tgz","fileCount":44,"integrity":"sha512-wFouPEY8oE2tPBTYvHo7kzHx3dmO0hnysAQj8QdR82wlIQlHUOwka6vRdTyxmBZRI7jL8azbkgsEwumREs462g==","signatures":[{"sig":"MEQCIGCMAnDZVzGR7oXFq1E9WQHkFt1eup8PBfJLcn/wwcZ2AiAbDIWBTwXAKqn6u2uZVB3Jzk35g8P4/gYTEE05FkK9GQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203902},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20231215.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist 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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20231215.2.tgz","_integrity":"sha512-wFouPEY8oE2tPBTYvHo7kzHx3dmO0hnysAQj8QdR82wlIQlHUOwka6vRdTyxmBZRI7jL8azbkgsEwumREs462g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20231215.2_1702654187669_0.9367143562466922","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240111.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240111.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a0ce9d6acd3591195aca01c4ad7a471dbcd585dc","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240111.1.tgz","fileCount":44,"integrity":"sha512-t3B/vDwIYwkWk9zEBPJ2CoJS3ADPT7mODzI1B+pJIlPWkLrHs9P68IqUiKcBMDQSxuKnRJu4STk/MbJcbYTCfA==","signatures":[{"sig":"MEUCIA5kRuI69Fci1DI1O20qHLyhpCYAKINA4I6ZJlG+6CTHAiEA+8olfBpiEPQoUIdgzXPzApJ9C5o0LV1EJNHKHAAZbdI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203928},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20240111.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20240111.1.tgz","_integrity":"sha512-t3B/vDwIYwkWk9zEBPJ2CoJS3ADPT7mODzI1B+pJIlPWkLrHs9P68IqUiKcBMDQSxuKnRJu4STk/MbJcbYTCfA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240111.1_1704986929315_0.6651132250150595","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240115.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240115.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"244172b8aa31784a7c269240e117c5959df1d79f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240115.1.tgz","fileCount":44,"integrity":"sha512-qe2eVq3TmqY5hOyPeSavQPtdi/Oh0oz++gStvG+aa1gEIDNsRkJOBHy5ZCeeS9elLL/uk6S5EJNugPc+TXCF1w==","signatures":[{"sig":"MEQCIDN6zvAETqUZWr/DcI7+ZcRqHsCVLHs6/ehVGihUwNv8AiA0MN/PEi9v7b2nIHcjnw/AQb3KlNKUaYK6tAt01C8XwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":202206},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20240115.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20240115.1.tgz","_integrity":"sha512-qe2eVq3TmqY5hOyPeSavQPtdi/Oh0oz++gStvG+aa1gEIDNsRkJOBHy5ZCeeS9elLL/uk6S5EJNugPc+TXCF1w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240115.1_1705333305832_0.2051034613131626","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240117.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240117.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"be6d10a6c1ee23502511fa273037e81a9a85cb6e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240117.1.tgz","fileCount":44,"integrity":"sha512-ypwjk+wfwhUStLifeohNxGPz/hmpzwLgh0uOoqUQQQQQblN3/kSZXCHYnVGpZZSn0Ymip27fGMHcPLVgRP0H7w==","signatures":[{"sig":"MEUCIG4n/hAfm35s2xNFzeYmPOccOKXUpk1fcW2jeIhpFhn/AiEAw1cU517hi9PK/+DXBPK+y81SqQO7omt9YiKXy9QdD8s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203928},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20240117.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20240117.1.tgz","_integrity":"sha512-ypwjk+wfwhUStLifeohNxGPz/hmpzwLgh0uOoqUQQQQQblN3/kSZXCHYnVGpZZSn0Ymip27fGMHcPLVgRP0H7w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240117.1_1705505103118_0.29923156387067373","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240129.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240129.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cd9c79842edb0889d11bd69603d7df3d25747577","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240129.1.tgz","fileCount":44,"integrity":"sha512-MRRVg+buAId/A8gAbdtkjXWKlCTryWsg49FekNtmkG5GfqUE0lAkiKSgiiVY/Me4roJeqtGgMTEw/qWZ2fB2PQ==","signatures":[{"sig":"MEQCIGW8heBLQr0jldh6wr55fvz5KjwQY1j6rm2WbyVATx4EAiBNOZGk6qh6t4fSaUBAa1X89cMzVJT6SUFVy7+ykEgZww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204066},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20240129.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20240129.1.tgz","_integrity":"sha512-MRRVg+buAId/A8gAbdtkjXWKlCTryWsg49FekNtmkG5GfqUE0lAkiKSgiiVY/Me4roJeqtGgMTEw/qWZ2fB2PQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240129.1_1706542946335_0.25212693419394894","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240308.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240308.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fd2df1b41e4b1487d5271bbb29cf16a572f99c86","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240308.1.tgz","fileCount":44,"integrity":"sha512-mBt8fgkkfOY8PDrfOqYFIopNDvEa8PWECJM9I8UcYkojbV1INaX2l5dkIANcuf8rHGLy/47hhTylK7WndACnqQ==","signatures":[{"sig":"MEUCIQD3xzkfM4wlPYWxgsxF/qcYK08hm3/pVNFNyKzsTvc+ngIgZclfPHa4xtz+818iozg+QvW2LxWEiX1uQnFGOuVLQWE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204073},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20240308.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20240308.1.tgz","_integrity":"sha512-mBt8fgkkfOY8PDrfOqYFIopNDvEa8PWECJM9I8UcYkojbV1INaX2l5dkIANcuf8rHGLy/47hhTylK7WndACnqQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240308.1_1709912046427_0.3822505588938778","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240325.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240325.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ac5f46bb6ac3f393351d8c29a77a82ef94da2f24","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240325.1.tgz","fileCount":44,"integrity":"sha512-QbHBh0Q6wwAyowzy4wNMeCUPTSqu+8f7bO6QT1yTYBt5U1FLtWlPvsJxWLwG7fCXDDUtuNuB5k1R3JQou7S8ug==","signatures":[{"sig":"MEUCIQD2rVcMRVWagvQRFOw3yE3tGtIoM33O94WihyGjXX0iLgIgY09O8hLy0dmwfF6peg5YmfvF5lnfj5bfaL8usr+MPwo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204073},"main":"dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-communication-email/azure-communication-email-1.0.1-alpha.20240325.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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-communication-email/azure-communication-email-1.0.1-alpha.20240325.1.tgz","_integrity":"sha512-QbHBh0Q6wwAyowzy4wNMeCUPTSqu+8f7bO6QT1yTYBt5U1FLtWlPvsJxWLwG7fCXDDUtuNuB5k1R3JQou7S8ug==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240325.1_1711377261530_0.21339273337086984","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240415.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240415.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"afbcebd15baa9122ceeec0260f193db0b0c6c401","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240415.1.tgz","fileCount":44,"integrity":"sha512-nDSHGwNa09jFmzHgBtUPEebKpIlusFzr+zFJeL0oCSgGc031n+U2OLgW0mIRrncKJ1r95b1k0IYsdC6tIAZbqA==","signatures":[{"sig":"MEQCIHKqKlilvqtdQf2ydnFAYbjmc2YKbwiXI0KmFYwEiHDeAiA4kz/wJcIYa58GEdSA1LEVu9C3MzX8GieUVFDWnghgSA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204073},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5934f8d5-1420-435d-8461-2f6d952fa215\\azure-communication-email-1.0.1-alpha.20240415.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\5934f8d5-1420-435d-8461-2f6d952fa215\\azure-communication-email-1.0.1-alpha.20240415.1.tgz","_integrity":"sha512-nDSHGwNa09jFmzHgBtUPEebKpIlusFzr+zFJeL0oCSgGc031n+U2OLgW0mIRrncKJ1r95b1k0IYsdC6tIAZbqA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240415.1_1713191929646_0.5363111818218529","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240416.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240416.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9763974ce67c4f7193cfbe55e0d884aed5d54872","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240416.1.tgz","fileCount":44,"integrity":"sha512-2B6dChU8whCIJPpubb2LxP0NJRMnua3Q4DyFQ79bXpEPpGgD0tbDvBbBqXtjWYkZxK2CTouQC9R20A+MHgJTTw==","signatures":[{"sig":"MEYCIQDp0ZiuSnJCtoebMPmgw0Jf0yvoszetgv5MYxj8YN9oHQIhAKXvWlwqiWh1gneJS/M0zxD3iDEEbqE81ogM3CMjZczr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204073},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\30934e53-0a07-4dee-b70b-62135fb0dd50\\azure-communication-email-1.0.1-alpha.20240416.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\30934e53-0a07-4dee-b70b-62135fb0dd50\\azure-communication-email-1.0.1-alpha.20240416.1.tgz","_integrity":"sha512-2B6dChU8whCIJPpubb2LxP0NJRMnua3Q4DyFQ79bXpEPpGgD0tbDvBbBqXtjWYkZxK2CTouQC9R20A+MHgJTTw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240416.1_1713278524638_0.832586643227123","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240417.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240417.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240417.2","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"260af3ded20c0f9e533d247f2c156b22dbfbab2f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240417.2.tgz","fileCount":44,"integrity":"sha512-oLS6u5q8vF7LKoIK9BNMDKwwXidujyEfpFbfgA5EKE97g9uz44bgpCkcWg9BKJaxhNAbJup5wYAsXKpO/vNDbw==","signatures":[{"sig":"MEUCIQCOlYvnGj4HFnpTdcuwnNQq62MB+NbFMm+SiueU6NP+xgIgFojkIcfky2+QlIuENFsM43V92JCdCi+Jy9YNWpFirD4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204073},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\176c24b8-0499-4cd5-b558-582a32b827ad\\azure-communication-email-1.0.1-alpha.20240417.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\176c24b8-0499-4cd5-b558-582a32b827ad\\azure-communication-email-1.0.1-alpha.20240417.2.tgz","_integrity":"sha512-oLS6u5q8vF7LKoIK9BNMDKwwXidujyEfpFbfgA5EKE97g9uz44bgpCkcWg9BKJaxhNAbJup5wYAsXKpO/vNDbw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240417.2_1713364590229_0.4111241628260254","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240418.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240418.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8ab0d50a57f8994ab695fcc633f2e23e89c1526c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240418.1.tgz","fileCount":44,"integrity":"sha512-H0mkxAph2YU1RWeikIoCudHigRiS9NnOsIwn9PyQgcYgZt1uIXCPVl4VHWzgpYr8S8kcOQUspfQOFjDan5kVrA==","signatures":[{"sig":"MEUCIQC2gRJ/zhXTPQl7EfUvTPAZQQNHAt393AJuSXgFW0855AIgTaRU7UN/XiVPHF5qkcTlx0mGnpmD+Doi0divnzR/V4E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204073},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2bc4ded2-7e37-4b61-b82a-241742a697ea\\azure-communication-email-1.0.1-alpha.20240418.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\2bc4ded2-7e37-4b61-b82a-241742a697ea\\azure-communication-email-1.0.1-alpha.20240418.1.tgz","_integrity":"sha512-H0mkxAph2YU1RWeikIoCudHigRiS9NnOsIwn9PyQgcYgZt1uIXCPVl4VHWzgpYr8S8kcOQUspfQOFjDan5kVrA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240418.1_1713451383254_0.3172003313060874","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240419.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240419.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a4c2d68755df65ea156c626148fc4c103a07ad78","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240419.1.tgz","fileCount":44,"integrity":"sha512-5258BO90QVVbeWQmNWLdfQTu+9a9NoVk4j9K62oJvZg9ZiWNmvqEChQCldXglIn+evYqpevhWHffAxYFbTDLCA==","signatures":[{"sig":"MEUCIQDZeDiSLVdKC+qV+urO1DLv1gU+EbZTFn5qJF00rJu5GgIgdUgrFiSZsXm1cJ9HjsO38v7tZLCNIafg4O//fS3W9is=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204073},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ccbfa31a-279c-474b-b84d-eaac199eb011\\azure-communication-email-1.0.1-alpha.20240419.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && 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 build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\ccbfa31a-279c-474b-b84d-eaac199eb011\\azure-communication-email-1.0.1-alpha.20240419.1.tgz","_integrity":"sha512-5258BO90QVVbeWQmNWLdfQTu+9a9NoVk4j9K62oJvZg9ZiWNmvqEChQCldXglIn+evYqpevhWHffAxYFbTDLCA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240419.1_1713537878289_0.7777714874415484","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240422.12":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240422.12","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240422.12","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6700f3c0f486489a24d672a309f9acaa0cd51f1e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240422.12.tgz","fileCount":44,"integrity":"sha512-tieujHWVd8R1kzgOvFqT9H3/ERExhIkg+O7QBByLs8cbfZlvo2QtxUwCrK1aSgg0XyIMJ++QyTWW0c4x4t+cpw==","signatures":[{"sig":"MEQCIGWr/fkeNdPtT1tBIVvSyd99t3TufcA6FdvYU09agPTOAiAPsZdRbgBLT5qn53NpA76OjRMse7PgqohRKrItNV0THQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204052},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a136e9a2-d492-4dbc-8755-43b3e3aee48d\\azure-communication-email-1.0.1-alpha.20240422.12.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\a136e9a2-d492-4dbc-8755-43b3e3aee48d\\azure-communication-email-1.0.1-alpha.20240422.12.tgz","_integrity":"sha512-tieujHWVd8R1kzgOvFqT9H3/ERExhIkg+O7QBByLs8cbfZlvo2QtxUwCrK1aSgg0XyIMJ++QyTWW0c4x4t+cpw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240422.12_1713815786896_0.3979493124426796","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240424.4":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240424.4","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240424.4","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c664a21766b0f7624cce1d6f5beef85cdb8b36ce","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240424.4.tgz","fileCount":44,"integrity":"sha512-fWNUbEaTc09DLO4Y6mcY9tLtl/PuwyZJ9XC03bfDfHX21mJgYP8rcI1C5lZ2L+WW2AhnBiuSbOJ2lPFaW/FpJA==","signatures":[{"sig":"MEQCICGfa+MVTnIB9kXS3jPLuttiZsRxV/rcU/gqZ6uEs0M3AiBeHvcAgFjintw6b4xI7kJWd8KYCRR3nFUA3GVkVloszA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204051},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9d587db0-7f56-4e24-b975-8a31fbdf6851\\azure-communication-email-1.0.1-alpha.20240424.4.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\9d587db0-7f56-4e24-b975-8a31fbdf6851\\azure-communication-email-1.0.1-alpha.20240424.4.tgz","_integrity":"sha512-fWNUbEaTc09DLO4Y6mcY9tLtl/PuwyZJ9XC03bfDfHX21mJgYP8rcI1C5lZ2L+WW2AhnBiuSbOJ2lPFaW/FpJA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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/test-utils":">=1.0.0-alpha <1.0.0-alphb","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","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240424.4_1713991018892_0.17245917891626394","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240429.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240429.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240429.2","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"52a7fd2b9f4c8a3413cd25524705eb0692fca25c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240429.2.tgz","fileCount":44,"integrity":"sha512-fT2KdvvS3jY1gBT/aRGDU3UAO7RWDN4qwbecyNfWgnQhW6XY605I7OKrthaRZMEqlywd61SXDxc3jGwUYfti6Q==","signatures":[{"sig":"MEUCIQDWFOpcW9hpBrMG/aneT+2NLVDFaKzG15a7f6oDBvVxDgIgaBLaipFpRCsKLf9N5KJJTPcQRazM/sUx69yUPpS1ov4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204057},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2dca9f98-b587-4dae-a55e-f664cf5ece01\\azure-communication-email-1.0.1-alpha.20240429.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\2dca9f98-b587-4dae-a55e-f664cf5ece01\\azure-communication-email-1.0.1-alpha.20240429.2.tgz","_integrity":"sha512-fT2KdvvS3jY1gBT/aRGDU3UAO7RWDN4qwbecyNfWgnQhW6XY605I7OKrthaRZMEqlywd61SXDxc3jGwUYfti6Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240429.2_1714401608260_0.5059534154281224","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240502.4":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240502.4","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240502.4","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a90f1bd49b55b9ad0016e8119e286c30a2bff610","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240502.4.tgz","fileCount":44,"integrity":"sha512-IyK3BTVnyEoAjA4PUvcVA8jK4eYGylDmoyqn5UL7hhnmo5/FL70wtLy44Hy5MFGZWv0vzRD04AN4uH7KUjzucg==","signatures":[{"sig":"MEYCIQDEGRMghb1TZEJCV/CDQLAAnAF6h+VG70nyw7gVYNEKIwIhAOY+Kvscca7YB12K06G21z+MwklMQVF9Y6IoNZhkxDLa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204057},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8b1aa6aa-f41e-41a8-95b9-4165ea218f4f\\azure-communication-email-1.0.1-alpha.20240502.4.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\8b1aa6aa-f41e-41a8-95b9-4165ea218f4f\\azure-communication-email-1.0.1-alpha.20240502.4.tgz","_integrity":"sha512-IyK3BTVnyEoAjA4PUvcVA8jK4eYGylDmoyqn5UL7hhnmo5/FL70wtLy44Hy5MFGZWv0vzRD04AN4uH7KUjzucg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240502.4_1714660665843_0.6204736432790869","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240503.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240503.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b57e1f2a093ba1af7626f51a21b53733bf1e753e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240503.1.tgz","fileCount":44,"integrity":"sha512-D5iAkccWW1gyKhtN4coS4PNS2HX5yyXL/aOHr02PE7xtnUrUR6EEH9jBX3lffhd2RCIdYZ6EdFInwKOH6r1rBg==","signatures":[{"sig":"MEQCIAYE3Y4SMPebNxZ26DkgBdpdqaCJQhWbaqMVIP5Ee7xwAiBD+xasIJpVWU8ruKr4xnzC4QBN6mhHnzFNPAT4Igdfjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204037},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2523275a-c350-4007-a118-6b117ec51ba5\\azure-communication-email-1.0.1-alpha.20240503.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\2523275a-c350-4007-a118-6b117ec51ba5\\azure-communication-email-1.0.1-alpha.20240503.1.tgz","_integrity":"sha512-D5iAkccWW1gyKhtN4coS4PNS2HX5yyXL/aOHr02PE7xtnUrUR6EEH9jBX3lffhd2RCIdYZ6EdFInwKOH6r1rBg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240503.1_1714746904416_0.8739129484812622","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240506.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240506.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bd2851fe26c2bfd76413cb299b6c4542efd90e57","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240506.1.tgz","fileCount":44,"integrity":"sha512-cVoItZRFfXHeYxKewOOWb5C1DUFXAtmVqwNH6At0Qd+QW5gAHbd6r2ek7OqOM+sFkwbdHPofMv2yyFxAyTyphw==","signatures":[{"sig":"MEYCIQD9nlyhQ5p4Gx+gN6jBm19ULMjUDpz23rfKTH+l2dN/JQIhAMe0CbvTDSiIxXHMiGzVpjEgDlC2GBhHmmIVskBt22J1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204037},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b0a4f209-9c59-469c-b0e9-cda797e8501f\\azure-communication-email-1.0.1-alpha.20240506.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\b0a4f209-9c59-469c-b0e9-cda797e8501f\\azure-communication-email-1.0.1-alpha.20240506.1.tgz","_integrity":"sha512-cVoItZRFfXHeYxKewOOWb5C1DUFXAtmVqwNH6At0Qd+QW5gAHbd6r2ek7OqOM+sFkwbdHPofMv2yyFxAyTyphw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240506.1_1715006574777_0.985230809815788","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240507.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240507.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"32c60a142fceee187cc9661e199b98acc7111b83","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240507.1.tgz","fileCount":44,"integrity":"sha512-hpwgOF0lpuCbY2TBk0dRNi1NSbqU0QutjdoFfxGG9WXg3fle5zuBxnbtxskudP5CxoN2jCVR03WiOcehEll5Ow==","signatures":[{"sig":"MEUCIB8AL0JiU4DKUiyj5MZd+sU39wY7zAe7xIFMZcSKnFG0AiEAx838Lg7yDpzmcjPluLh1MMg0K9df2zLON4ScGTfYAvA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204037},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1dcdecd5-350d-416b-890e-a3d5b712ddab\\azure-communication-email-1.0.1-alpha.20240507.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\1dcdecd5-350d-416b-890e-a3d5b712ddab\\azure-communication-email-1.0.1-alpha.20240507.1.tgz","_integrity":"sha512-hpwgOF0lpuCbY2TBk0dRNi1NSbqU0QutjdoFfxGG9WXg3fle5zuBxnbtxskudP5CxoN2jCVR03WiOcehEll5Ow==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240507.1_1715092555888_0.9580997934123723","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240509.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240509.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f08018e240bed2f6186242ea0a2b1b64a8b5a253","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240509.1.tgz","fileCount":44,"integrity":"sha512-UolFmDsuZN4TqYe/vuunqEmw7RhXMdk7jzrfQIFzPc295r3ckdzX5UF30ELs8Q2SF1ZWpHgjDF6S3LdD7c/3Pg==","signatures":[{"sig":"MEYCIQCt2Wdd2+BrvX85FVK2qcApcHkT7cfgENAff+1RS+nwOwIhAI7PF+NfFOklHB9QTdZlx2KdpMvIruGNkBy1BN2QySF9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204057},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0cf8b239-55a9-4b3b-ad64-8460ca4ba109\\azure-communication-email-1.0.1-alpha.20240509.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\0cf8b239-55a9-4b3b-ad64-8460ca4ba109\\azure-communication-email-1.0.1-alpha.20240509.1.tgz","_integrity":"sha512-UolFmDsuZN4TqYe/vuunqEmw7RhXMdk7jzrfQIFzPc295r3ckdzX5UF30ELs8Q2SF1ZWpHgjDF6S3LdD7c/3Pg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240509.1_1715265684423_0.6233453867676135","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240514.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240514.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e882515704823184b6dc67430c7d01c24b18483d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240514.1.tgz","fileCount":44,"integrity":"sha512-sby95ziHs8NyZl8TU7nxE7uY568B2CKqC+5JXaYHUBa3fPgstlRPsehuEjlFtYJ/wG2um+qcGOP/1Ue7z50GBA==","signatures":[{"sig":"MEUCIQDmqIbwG8Zbh12vVCsDek0EodU3nNxpS52LvYlXwaXFUQIgCvrbFQVmmPplBrPDdRyis8UrDdogcBnkyeedCeoFzSA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204057},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\56194125-e2a4-499a-944e-3b1ac1304785\\azure-communication-email-1.0.1-alpha.20240514.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\56194125-e2a4-499a-944e-3b1ac1304785\\azure-communication-email-1.0.1-alpha.20240514.1.tgz","_integrity":"sha512-sby95ziHs8NyZl8TU7nxE7uY568B2CKqC+5JXaYHUBa3fPgstlRPsehuEjlFtYJ/wG2um+qcGOP/1Ue7z50GBA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240514.1_1715697536529_0.7147526963180493","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240603.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240603.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bc060e33e7fcfd4ced99b7efa8e7dc752770d05a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240603.1.tgz","fileCount":44,"integrity":"sha512-0+VLXXqp6MtuC6D6V7BCupj4ShPnDqtDstxES8o+txZeXrdzeIZtxpUaGrB6GV8SOlHc+QCF+qeqR6kmGFn2GA==","signatures":[{"sig":"MEUCIQD6khwo3KqultvkjpwzxvfW5HxjMpHv0aYzutqXMMQbbAIga5UtoD+UuXuhkQkGw1NJoMSn9O8Jmuu9uSDGBzPMp4Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203475},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ab29a00b-a15b-450a-97bc-29217d44ba94\\azure-communication-email-1.0.1-alpha.20240603.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\ab29a00b-a15b-450a-97bc-29217d44ba94\\azure-communication-email-1.0.1-alpha.20240603.1.tgz","_integrity":"sha512-0+VLXXqp6MtuC6D6V7BCupj4ShPnDqtDstxES8o+txZeXrdzeIZtxpUaGrB6GV8SOlHc+QCF+qeqR6kmGFn2GA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240603.1_1717426111344_0.6149353712668746","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240604.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240604.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bec78a0296b9c393b16db99dda51efd16f66d52f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240604.1.tgz","fileCount":44,"integrity":"sha512-QRsTsRnyu8NAd8YmaVXONxZnuYXDmt2vCwirTyaLrKT+czpwhRwDzTBIYlXNGzewLHeojd+xRAKMm7++HsOWUg==","signatures":[{"sig":"MEUCIC82N2b91DSgd6c2vtScgfPW6GlrQMWfcT8A2IZjxijCAiEAibwSWPHwDeWBNbxYiMLTIVh3Lss481Nu7X9G6vCcuo4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203475},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f3b2d14e-8500-4937-b6d6-3d43680133f8\\azure-communication-email-1.0.1-alpha.20240604.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\f3b2d14e-8500-4937-b6d6-3d43680133f8\\azure-communication-email-1.0.1-alpha.20240604.1.tgz","_integrity":"sha512-QRsTsRnyu8NAd8YmaVXONxZnuYXDmt2vCwirTyaLrKT+czpwhRwDzTBIYlXNGzewLHeojd+xRAKMm7++HsOWUg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240604.1_1717511820283_0.4865176010454866","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240605.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240605.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3bd6be79731ab162eba1d9074a49a49f9e261a05","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240605.1.tgz","fileCount":44,"integrity":"sha512-KWHHz/7qhnXd62zr6a33pEYTvFrrHXVdfGyTRgnV3FdpxUDro6DJoImCQC/A154D+b1K6ZhxYT4e+KNC39dJ9A==","signatures":[{"sig":"MEUCIQC679AuKhJieV8H9AdAarhBRB5kliGHmMJ1jJVqgllobwIgWzwW0O0WGufHmTS6Vb9/RNb/SN+FjYlrImZnOQKlS7U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203475},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5002570e-ee92-4bae-8fc2-0d88748d0dd0\\azure-communication-email-1.0.1-alpha.20240605.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\5002570e-ee92-4bae-8fc2-0d88748d0dd0\\azure-communication-email-1.0.1-alpha.20240605.1.tgz","_integrity":"sha512-KWHHz/7qhnXd62zr6a33pEYTvFrrHXVdfGyTRgnV3FdpxUDro6DJoImCQC/A154D+b1K6ZhxYT4e+KNC39dJ9A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240605.1_1717598514999_0.16595392805995846","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240606.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240606.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2196732fb52ee3194bf885395b0a9e7848cc428e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240606.1.tgz","fileCount":44,"integrity":"sha512-UfaDBUwXlZNoa6hCmI5OY6MgNV1nSZcxGZZI2bUclSzkqrW5KP/I7mQoTr/u3Tz77PFAdImtcwfnTmlcb4x1Gw==","signatures":[{"sig":"MEUCIHaRywsiqhTO4IJsPHHLoIBiZqadCJC19vsWBa8TsICiAiEAySCof1Uz1mSv+Et0jYGwHrdRtR3ScdBI1R5Ee710Rgg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203475},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fe4aa9f1-cfee-4036-b1e4-8c7496a3aec8\\azure-communication-email-1.0.1-alpha.20240606.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\fe4aa9f1-cfee-4036-b1e4-8c7496a3aec8\\azure-communication-email-1.0.1-alpha.20240606.1.tgz","_integrity":"sha512-UfaDBUwXlZNoa6hCmI5OY6MgNV1nSZcxGZZI2bUclSzkqrW5KP/I7mQoTr/u3Tz77PFAdImtcwfnTmlcb4x1Gw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240606.1_1717684624375_0.8447855814872454","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240607.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240607.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ee3749be2fe1f97ed06ed183b82e523c2e1433ee","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240607.1.tgz","fileCount":44,"integrity":"sha512-rOHcjBgrJuWOnPEvcbrovRZ3OQdnSssImEIb0j00bnHtv8qx6DEe8z8A1p8Lu/jaOQRqxocJRsM1xEQ3HWHS/A==","signatures":[{"sig":"MEUCIQC9olKQUmdnlRzVhi/i9rQdMtbkJl7WRETGKuwf87fYwAIgUdSi/Eka7cpE1idU5DTsPEEpRNH2kdpxF94yAih/i9c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203475},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d8e97369-b9e2-4fbe-a20f-10791b70c0cb\\azure-communication-email-1.0.1-alpha.20240607.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\d8e97369-b9e2-4fbe-a20f-10791b70c0cb\\azure-communication-email-1.0.1-alpha.20240607.1.tgz","_integrity":"sha512-rOHcjBgrJuWOnPEvcbrovRZ3OQdnSssImEIb0j00bnHtv8qx6DEe8z8A1p8Lu/jaOQRqxocJRsM1xEQ3HWHS/A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240607.1_1717771369711_0.8363415017680775","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240610.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240610.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"228fb463f679f7a28147c8a935f1be4ab230c687","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240610.1.tgz","fileCount":44,"integrity":"sha512-DBRRvDmviCq2vI8eWTz5HduejnkASnvHIv/ouTbOPXOe6HSIosOe6dDf5AzIZbC7dstqE5c3s6NiCxLa300LmQ==","signatures":[{"sig":"MEYCIQCo7vlUHNf3Bg5bUlQRUjLYUJvCv19toADM/233ZmVFHwIhAMV4oB81tsj+Dpv+vbCecyHAFg4vI0ksSmjJ1FUDX+f8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203475},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f6e40e1d-a300-4a95-a64b-601ff3ffbbcb\\azure-communication-email-1.0.1-alpha.20240610.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\f6e40e1d-a300-4a95-a64b-601ff3ffbbcb\\azure-communication-email-1.0.1-alpha.20240610.1.tgz","_integrity":"sha512-DBRRvDmviCq2vI8eWTz5HduejnkASnvHIv/ouTbOPXOe6HSIosOe6dDf5AzIZbC7dstqE5c3s6NiCxLa300LmQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240610.1_1718030325235_0.5544108826906655","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240612.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240612.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c048816df4d712e5326dc04010796caae98ec162","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240612.1.tgz","fileCount":44,"integrity":"sha512-bE+Q3Y7YNlgxy8m0A4x5To3IvuJ0n2qCmDAvOs49cOesbJQrz9BsY9xbt84igKoptcoAJBil2ncw0kqbjD2Z9g==","signatures":[{"sig":"MEQCIDuA/FNcAV2GLPn6YR6rLCAH+P8pHiyMYTwOkKaAIgq+AiBdfriQffh3kLrRqp4xp+1gCpDxn5RvC57xIFNeB1FYug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203475},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8a0b757a-e6d0-4b6c-9980-7d05439cc10c\\azure-communication-email-1.0.1-alpha.20240612.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\8a0b757a-e6d0-4b6c-9980-7d05439cc10c\\azure-communication-email-1.0.1-alpha.20240612.1.tgz","_integrity":"sha512-bE+Q3Y7YNlgxy8m0A4x5To3IvuJ0n2qCmDAvOs49cOesbJQrz9BsY9xbt84igKoptcoAJBil2ncw0kqbjD2Z9g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240612.1_1718203327360_0.7510313146806162","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240613.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240613.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa9644aa5467f93f034d9da00fe9f384a0c56817","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240613.1.tgz","fileCount":44,"integrity":"sha512-UTQLNJS99v6iwlhlJZ23rkaR7ShH+txwun5SMbIpezKTm3SRVj8Yohn+fewhSkmGbpstiDkT21H/4XCAYknOVg==","signatures":[{"sig":"MEUCIH7+yZjiGj6o5QPvfDCt48OuQ4j+drXoZGocIJTGSbP9AiEAm+hFlLLrRDcHe0txHiI+R/wtEsZ0O9A9pIJNRUzUPN4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203475},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\054c530b-27ae-49a4-b726-673d821d7b56\\azure-communication-email-1.0.1-alpha.20240613.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\054c530b-27ae-49a4-b726-673d821d7b56\\azure-communication-email-1.0.1-alpha.20240613.1.tgz","_integrity":"sha512-UTQLNJS99v6iwlhlJZ23rkaR7ShH+txwun5SMbIpezKTm3SRVj8Yohn+fewhSkmGbpstiDkT21H/4XCAYknOVg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240613.1_1718289683762_0.07165492488952774","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240614.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240614.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240614.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"90c48609d461342986a6f0096ca8427d2d73662a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240614.1.tgz","fileCount":44,"integrity":"sha512-ZVBNx+t0MsmjkRhT6IzQZSiCAA0gdcMlT617/30CwDubD1bw/szbgD4bkmECljATKUwAI6WynMcCineDcFBnFg==","signatures":[{"sig":"MEUCIE0AQrmsgquMFD94EvbbGK8vtV78yqaKCarJs/2v66dGAiEA+SV5E0bhc5S+Ah6nnZFGpCIqmczuTMxpESJojLJPBBI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203475},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\eaadc85a-8384-4f76-a0cd-eaabdf518a9d\\azure-communication-email-1.0.1-alpha.20240614.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\eaadc85a-8384-4f76-a0cd-eaabdf518a9d\\azure-communication-email-1.0.1-alpha.20240614.1.tgz","_integrity":"sha512-ZVBNx+t0MsmjkRhT6IzQZSiCAA0gdcMlT617/30CwDubD1bw/szbgD4bkmECljATKUwAI6WynMcCineDcFBnFg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240614.1_1718376290736_0.32738380953733426","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240618.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240618.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd9151abffbdb6fbe6a44f9dff4b0f5d41927f8b","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240618.1.tgz","fileCount":44,"integrity":"sha512-nt0Q3MjQkM/PmRMUYye4RAhweA7Vc2iD17eTffANqBdIYtUSUiHs0jrk6LhJwt1chZ/RW92qlYPGweKHBC3Fcw==","signatures":[{"sig":"MEUCICBoXZOAC8XhXGNegw3W9DP/Qx71jZHFeSnSQsLGtLFxAiEAmMFJ14NdBF0Kz9TPFo76vnoRu4ww/znkSfy0Fiq4n8M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203475},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a24c7284-db0b-4fa6-b8e9-031084c449bf\\azure-communication-email-1.0.1-alpha.20240618.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\a24c7284-db0b-4fa6-b8e9-031084c449bf\\azure-communication-email-1.0.1-alpha.20240618.1.tgz","_integrity":"sha512-nt0Q3MjQkM/PmRMUYye4RAhweA7Vc2iD17eTffANqBdIYtUSUiHs0jrk6LhJwt1chZ/RW92qlYPGweKHBC3Fcw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240618.1_1718721484081_0.31842549066504056","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240701.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240701.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240701.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"41d18b0045bfe8a166b06b89611f1d641ab11aa1","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240701.1.tgz","fileCount":44,"integrity":"sha512-kB8nS53Uvq9IbyYE1Vsw62i/4aAa0VBN2fAVpoxGvc06HtzfgmU8YKFighyQa5VlXVN1Yv89YiN/Ym6W1s/QDg==","signatures":[{"sig":"MEQCIFQ7Yd+uXS0gIaSyqp81z05QMG+ipNuckLgUUTKzvqhLAiAezdMhYagSIMDOJeds0Ulsc+SiGxle6nEYPe/mZvM9pA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\70219d40-6a76-4448-9849-43e189a8e45a\\azure-communication-email-1.0.1-alpha.20240701.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\70219d40-6a76-4448-9849-43e189a8e45a\\azure-communication-email-1.0.1-alpha.20240701.1.tgz","_integrity":"sha512-kB8nS53Uvq9IbyYE1Vsw62i/4aAa0VBN2fAVpoxGvc06HtzfgmU8YKFighyQa5VlXVN1Yv89YiN/Ym6W1s/QDg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240701.1_1719844692269_0.5004543172595217","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240705.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240705.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27e1af82af7bc86397640979062752dfeb024d3e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240705.1.tgz","fileCount":44,"integrity":"sha512-0Aj6kBCFObBGvNxSou74SJkFQy8VCFw+6YAsYMVgNs0sj+ud2TDi+skKlNrlErYjSHdOhaTqoChMnxhKaf3tVw==","signatures":[{"sig":"MEQCICwEDe0A05BnxpObeAxdmnL2klf8ZMl0XreG+FalVrXqAiAGjCtXMJVPANdkD1tXrbzXRuEy7m0T/mM1w//Ii6g2VA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4a3d9ca7-763c-41c8-b452-0e0e0564b542\\azure-communication-email-1.0.1-alpha.20240705.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\4a3d9ca7-763c-41c8-b452-0e0e0564b542\\azure-communication-email-1.0.1-alpha.20240705.1.tgz","_integrity":"sha512-0Aj6kBCFObBGvNxSou74SJkFQy8VCFw+6YAsYMVgNs0sj+ud2TDi+skKlNrlErYjSHdOhaTqoChMnxhKaf3tVw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240705.1_1720190024211_0.8588435718461787","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240708.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240708.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8b6ae922887687c105afd9f4c4ef12b30016263e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240708.1.tgz","fileCount":44,"integrity":"sha512-Wz1SCi3fDoVKY1MZ2zbhpDeSbbT0dY0XzU/HFNbD+mg+8LyJI1P3GqrDL+HbM61UBjiihIgUiJHbvbcZFIvTKA==","signatures":[{"sig":"MEUCIQCvK8zTAer5zkk0KZfFIwPfROnc2Ix49XNp7HLxqoMbmQIgEKqH0LMVLNp9ua/omJRexN2RNh+eBV9G+m8J687Lz20=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5486cc78-b9dd-440a-a9ee-5e8a84bc9e91\\azure-communication-email-1.0.1-alpha.20240708.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\5486cc78-b9dd-440a-a9ee-5e8a84bc9e91\\azure-communication-email-1.0.1-alpha.20240708.1.tgz","_integrity":"sha512-Wz1SCi3fDoVKY1MZ2zbhpDeSbbT0dY0XzU/HFNbD+mg+8LyJI1P3GqrDL+HbM61UBjiihIgUiJHbvbcZFIvTKA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240708.1_1720449204969_0.08903006645389921","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240709.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240709.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240709.2","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b60227428fadb78f0eae9bac699a2835f5e1d25","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240709.2.tgz","fileCount":44,"integrity":"sha512-RYkNgKy0nqb82qF1eFXgTbROwGgDMJTg04i58a5a2xzyvt3W1h9bOHXHtKYRnQBGPBBKzqQmDA2u7/wGQ/HDIQ==","signatures":[{"sig":"MEUCIQCxw3GyCy40Vlr79Jrorxq4N1ikDBOPac9NUsh6i29fWQIgZ/AP4UNLh0qQDqguvDYkasVFduWKQV1WK+QlaV3Riwk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6acbcf7d-5c96-4253-b53f-2b33db81c947\\azure-communication-email-1.0.1-alpha.20240709.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\6acbcf7d-5c96-4253-b53f-2b33db81c947\\azure-communication-email-1.0.1-alpha.20240709.2.tgz","_integrity":"sha512-RYkNgKy0nqb82qF1eFXgTbROwGgDMJTg04i58a5a2xzyvt3W1h9bOHXHtKYRnQBGPBBKzqQmDA2u7/wGQ/HDIQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240709.2_1720535749529_0.7115710291347555","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240710.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240710.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7f52e5b47554cbd14936f3a83663fab4aadd41df","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240710.1.tgz","fileCount":44,"integrity":"sha512-DMQ1utKUOd4LAraHBpwFzrjt/WMruH+yMgdbtYFCYxcbRPOvs5xazO0+xuBeUTpd547mLO0K5uiXIQGDa78tyw==","signatures":[{"sig":"MEUCIQCbZ780yDfQpLBJdyoQ9DgAuCCQVh7kEGry6mTcZRQkLwIgfXCyqJ3WmF/ErJKQOQ0fGoD0EVRAMgGfRgKG0u7W9m0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\38736354-3f57-420f-a6cd-8403f1379364\\azure-communication-email-1.0.1-alpha.20240710.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\38736354-3f57-420f-a6cd-8403f1379364\\azure-communication-email-1.0.1-alpha.20240710.1.tgz","_integrity":"sha512-DMQ1utKUOd4LAraHBpwFzrjt/WMruH+yMgdbtYFCYxcbRPOvs5xazO0+xuBeUTpd547mLO0K5uiXIQGDa78tyw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240710.1_1720622012141_0.7435998297128816","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240711.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240711.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b7e4003919e37b2e469ca01002939d8cd48a5cf","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240711.1.tgz","fileCount":44,"integrity":"sha512-GP5W+xhA0yjuGU5j3yBxfBN4nJwGO23/2Z7mlOU6h42XaBkuhhOXWt87X8OwpHIZu13CPIiscsbjv7l7Tk2myw==","signatures":[{"sig":"MEYCIQDol8W1UDMFUEgom6wg7OYxxY7fRE3OuWPlIyEJ+Uq79wIhAMhpr7UpJcBZaw6azrjannWkQnZzNI3uVJXQ5A07CZZP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ccd7c278-e8bb-4f88-8b8e-7fef4854ad8b\\azure-communication-email-1.0.1-alpha.20240711.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\ccd7c278-e8bb-4f88-8b8e-7fef4854ad8b\\azure-communication-email-1.0.1-alpha.20240711.1.tgz","_integrity":"sha512-GP5W+xhA0yjuGU5j3yBxfBN4nJwGO23/2Z7mlOU6h42XaBkuhhOXWt87X8OwpHIZu13CPIiscsbjv7l7Tk2myw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240711.1_1720708726107_0.6142759588185354","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240712.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240712.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"97855cd302aca7812263ab6d6b8293c8fde41361","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240712.1.tgz","fileCount":44,"integrity":"sha512-I/OGI1Oo9u993JolZ5XGu1zYMWfgEbThw5DJxS+Jk/Qe8I6NCy7M8ephEByOwzhnxPbaD/eGY6WQt24NCnzt6w==","signatures":[{"sig":"MEUCIQCJSB9PL/qT+SO+5wS6PiTi4ZlnoxYYDHK4XLZ0bgHn9wIgfzjSSZ4dN/crthBLjDgeQ3AnF3ufc9K7hHrrpw86dhc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0d7400cb-c9dc-4c19-96b7-982e2825afb8\\azure-communication-email-1.0.1-alpha.20240712.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\0d7400cb-c9dc-4c19-96b7-982e2825afb8\\azure-communication-email-1.0.1-alpha.20240712.1.tgz","_integrity":"sha512-I/OGI1Oo9u993JolZ5XGu1zYMWfgEbThw5DJxS+Jk/Qe8I6NCy7M8ephEByOwzhnxPbaD/eGY6WQt24NCnzt6w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240712.1_1720794768049_0.8818179509540738","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240715.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240715.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"56e8bdd9cb27f023e62b883c87e2c09aff61ad42","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240715.1.tgz","fileCount":44,"integrity":"sha512-DtH0MyKx59vDJbKZi3laY0bsxbiR6zR09ZaHk3cTGUN1uV+kxrpXkf0rVGZPBxDKA4l2uGU/H4vLWMEy7fBiWg==","signatures":[{"sig":"MEUCIQCmLtJlzr2Kb/xkI+JYNiyB640D5+jo/oM28ffvpXGLKQIgVlN7FbLETePDDjhVmRkTCSgjsiVf61U7OdbVLULzYAU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\da4efc71-8065-4ec3-a2ee-794599534677\\azure-communication-email-1.0.1-alpha.20240715.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\da4efc71-8065-4ec3-a2ee-794599534677\\azure-communication-email-1.0.1-alpha.20240715.1.tgz","_integrity":"sha512-DtH0MyKx59vDJbKZi3laY0bsxbiR6zR09ZaHk3cTGUN1uV+kxrpXkf0rVGZPBxDKA4l2uGU/H4vLWMEy7fBiWg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240715.1_1721054167539_0.9279550827782703","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240716.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240716.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"afb314a7f5d00a99a1980b724508f055c6955654","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240716.1.tgz","fileCount":44,"integrity":"sha512-p2u2kcabq1ofdX/+3s1Ye1Zr4BKWLgXDG/H7KWzDYmtTds7UfCRadVT06783efiU+PI9jxO9Hb5OUoeB9Nl17Q==","signatures":[{"sig":"MEYCIQDkhATUROA/HbzB0wNO37caj3f32Fx6IZjVrWd65nJipgIhALXZew90foPC9nyf6CbgqylWOhVZbazjHQq/KCeRoK81","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7f0a0011-a528-4834-8f26-b09a74c336a6\\azure-communication-email-1.0.1-alpha.20240716.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\7f0a0011-a528-4834-8f26-b09a74c336a6\\azure-communication-email-1.0.1-alpha.20240716.1.tgz","_integrity":"sha512-p2u2kcabq1ofdX/+3s1Ye1Zr4BKWLgXDG/H7KWzDYmtTds7UfCRadVT06783efiU+PI9jxO9Hb5OUoeB9Nl17Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240716.1_1721140458444_0.7783458533458645","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240716.6":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240716.6","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240716.6","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dc5fdac502d971efabf144292a9c0328bd97cbf7","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240716.6.tgz","fileCount":44,"integrity":"sha512-c+zBIUwCfFqxD16PHXVsFNtLiGWXUgb0UY7SUt5t4ySDUaOTEiaHDoLddl4ki7Vx94i5TKcwwBHVugs/z9QY3Q==","signatures":[{"sig":"MEUCIQDTjdpKd3qxqdEXGchqQ3j54JqfI2u5tTtYtR5ij+EVNgIgYVv3qmvVDV0Fo1Z44q1TARvExB6YNvSePoJDYzK4rJA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0faf9269-ba2e-44a3-8382-4bc725f39076\\azure-communication-email-1.0.1-alpha.20240716.6.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\0faf9269-ba2e-44a3-8382-4bc725f39076\\azure-communication-email-1.0.1-alpha.20240716.6.tgz","_integrity":"sha512-c+zBIUwCfFqxD16PHXVsFNtLiGWXUgb0UY7SUt5t4ySDUaOTEiaHDoLddl4ki7Vx94i5TKcwwBHVugs/z9QY3Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240716.6_1721174615517_0.8365732757986326","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240717.5":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240717.5","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240717.5","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"574930f867fc174843a458a46336b98a14aeee0e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240717.5.tgz","fileCount":44,"integrity":"sha512-mrNzTeiDjUVyvcgRkalZO6Byz2gyG4IvYEdRVtXSj3GhYuYHMTtWnMArN5/Shq+IMDdFugWxP4ukNqOrzbsBCg==","signatures":[{"sig":"MEQCIEPkPuUoQMx5Gg6t4GrCvd7T+8CEsO+KE5eHEpFTPX18AiBRyOKzzzxhRe3AIt95IuO/GsCANSvRfJY3SnLf3Hwniw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5e307d42-61c4-41d1-8e8a-51a3290cc638\\azure-communication-email-1.0.1-alpha.20240717.5.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\5e307d42-61c4-41d1-8e8a-51a3290cc638\\azure-communication-email-1.0.1-alpha.20240717.5.tgz","_integrity":"sha512-mrNzTeiDjUVyvcgRkalZO6Byz2gyG4IvYEdRVtXSj3GhYuYHMTtWnMArN5/Shq+IMDdFugWxP4ukNqOrzbsBCg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240717.5_1721259608112_0.9739780098973976","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240718.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240718.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"588d66d27ce6e1771b65635b5f7640d75c4a2c06","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240718.1.tgz","fileCount":44,"integrity":"sha512-fr41N49VyA5BCY4mafE6E4xes25OixHC3WbiBN97lBJvcXzUPG+CKNT4gJLqChPL5tcCrpldFkbMlLxCpTqpQA==","signatures":[{"sig":"MEUCIHVhd9a7GJWdTlvIfxh5kVVHX4Tdett0ce+yaZ3MOV9FAiEA1dGYT5btfciq+uaN2OaY2MX1RHeSmMpDvU/QsmqsgBA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\40f295a1-b0c7-45eb-ba03-e7ae5ae07803\\azure-communication-email-1.0.1-alpha.20240718.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\40f295a1-b0c7-45eb-ba03-e7ae5ae07803\\azure-communication-email-1.0.1-alpha.20240718.1.tgz","_integrity":"sha512-fr41N49VyA5BCY4mafE6E4xes25OixHC3WbiBN97lBJvcXzUPG+CKNT4gJLqChPL5tcCrpldFkbMlLxCpTqpQA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240718.1_1721313289330_0.8285942079900848","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240718.4":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240718.4","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240718.4","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"48c465a42f278fbe27056282e17fcce8b88a3c71","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240718.4.tgz","fileCount":44,"integrity":"sha512-9vRZ1IUQn8ViCxgYBS7d7UlRDYGkMl6jqGIrctEedxoYcc5FauPavdOCRjrwQ5vFawJ/QE/7RIFy6haGp8du0Q==","signatures":[{"sig":"MEUCIFFzMjxsedFz/Kp9W4Iuyu/RaMq7Q4UNyfYAFF3SzhTbAiEApbn/JIzk8iYpXiKZUFRAAmsZ1Znva1h0t328qb6fSEs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204037},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\54d3e909-9d90-44e6-8349-452b8d5eddb5\\azure-communication-email-1.0.1-alpha.20240718.4.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\54d3e909-9d90-44e6-8349-452b8d5eddb5\\azure-communication-email-1.0.1-alpha.20240718.4.tgz","_integrity":"sha512-9vRZ1IUQn8ViCxgYBS7d7UlRDYGkMl6jqGIrctEedxoYcc5FauPavdOCRjrwQ5vFawJ/QE/7RIFy6haGp8du0Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240718.4_1721360354062_0.12129474675586871","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240718.5":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240718.5","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240718.5","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f6e4ff3abba327cc7a571ef9512209cf5752cd59","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240718.5.tgz","fileCount":44,"integrity":"sha512-RjZ/Jmp1gA1jDu0/Aei5OK8Zn7pFXynCn7Z41s8K521uvE8L40emxxyQHCokNw92XP+RUKVM0NM+abGNWvJv/w==","signatures":[{"sig":"MEUCIQDNrrlm4yMS7dRWViMtgEIJol0rAQaTNsXethO2p+WdPQIgBquxgUKSxVfDFKu1iYJuVi7jUlSdvHnjtATqu8dRPfk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ffc24a52-f126-4a1c-927b-5f2b864a7e28\\azure-communication-email-1.0.1-alpha.20240718.5.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\ffc24a52-f126-4a1c-927b-5f2b864a7e28\\azure-communication-email-1.0.1-alpha.20240718.5.tgz","_integrity":"sha512-RjZ/Jmp1gA1jDu0/Aei5OK8Zn7pFXynCn7Z41s8K521uvE8L40emxxyQHCokNw92XP+RUKVM0NM+abGNWvJv/w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240718.5_1721364422917_0.3568630312998311","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240719.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240719.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fbab924f67b75657162e1161bb3aa5c9e69f0de3","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240719.1.tgz","fileCount":44,"integrity":"sha512-XhIBp0qbli7Oi2p/rU5Vcfdz1WZisb0XZRTj2aKFMl0N7LMH29EcDrzu5+E8QvDVj7SnjnFD1AYLd7UeL/J+JA==","signatures":[{"sig":"MEYCIQC8/paFfeGOp1cBD4uwDMZHmHz3RCLmWMcRitrQmTtQdgIhAKDVOFfa/obmN1H5Q5iobjNHe8P0jQMcJ0AXmc7mF4Ua","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b6883e0a-928a-4514-a9c3-d607c5a60bba\\azure-communication-email-1.0.1-alpha.20240719.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\b6883e0a-928a-4514-a9c3-d607c5a60bba\\azure-communication-email-1.0.1-alpha.20240719.1.tgz","_integrity":"sha512-XhIBp0qbli7Oi2p/rU5Vcfdz1WZisb0XZRTj2aKFMl0N7LMH29EcDrzu5+E8QvDVj7SnjnFD1AYLd7UeL/J+JA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240719.1_1721399607388_0.5389961815932216","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240722.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240722.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"517409f33d07778be387ffe4c138901667a24f12","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240722.1.tgz","fileCount":44,"integrity":"sha512-aLzFus1WgM6ECymjEOalE2f2helX9U8dXjtmIVnEWCSsRPYX+wlpwuesCjQyqF/kkIiYVQxducbdmwcOMcP4Hg==","signatures":[{"sig":"MEQCIEVZuEbCK7W7rn0Ek5+AwRwcT1LjrDqFGJyivGoKdtITAiAAqAQA527L2brRE8tt3gvuPbdkDmGkpQS/cQpSak87Ow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\54928569-5008-47a7-9ca9-3ccf1d50f8c1\\azure-communication-email-1.0.1-alpha.20240722.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\54928569-5008-47a7-9ca9-3ccf1d50f8c1\\azure-communication-email-1.0.1-alpha.20240722.1.tgz","_integrity":"sha512-aLzFus1WgM6ECymjEOalE2f2helX9U8dXjtmIVnEWCSsRPYX+wlpwuesCjQyqF/kkIiYVQxducbdmwcOMcP4Hg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240722.1_1721659144008_0.9982375014777469","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240722.3":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240722.3","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240722.3","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f76f81f5a56fa9b3b5cd9573411b5d9d416db9e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240722.3.tgz","fileCount":44,"integrity":"sha512-uQepfQnoYKWXGQY7JK0X2s3HZLNzwOpzjCbxlNdhCzohqLpSjOzgHwfEWwtzVGSvAGIeiKsba6v0XmGW0z0PgQ==","signatures":[{"sig":"MEYCIQDxvW77JDkSlkLDJRDzBNfG6NkhTVwO4nnR2DWKdxHAGgIhAM8qTjpdxzmK0XoWSev9J6HK+gCfSp3BQKF/V40dZekK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d9b8848e-87ce-4f17-b267-4475bc3add41\\azure-communication-email-1.0.1-alpha.20240722.3.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\d9b8848e-87ce-4f17-b267-4475bc3add41\\azure-communication-email-1.0.1-alpha.20240722.3.tgz","_integrity":"sha512-uQepfQnoYKWXGQY7JK0X2s3HZLNzwOpzjCbxlNdhCzohqLpSjOzgHwfEWwtzVGSvAGIeiKsba6v0XmGW0z0PgQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240722.3_1721682009415_0.7416764863554941","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240722.4":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240722.4","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240722.4","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d25acc00768d2e8f49082be0b5d44ff5e2888069","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240722.4.tgz","fileCount":44,"integrity":"sha512-5zx6xFbpfTwCJdm5xC52PB9tNKyaAZWtwa51IQWXcR5pHlN4pqv0KA20nQk4B1foPIVTh/6r6HID8s3hOXyckQ==","signatures":[{"sig":"MEQCIE2Oc77vlz26H3HtKSjK/n65myX8Cr/eLRfjwp6kY2g7AiBSFxvXlE9bNNDDAtwj3sVeBSxUJQZ8m/slNEc3899fpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b1ebb8e6-496a-4171-94d0-2dbb1d2651d1\\azure-communication-email-1.0.1-alpha.20240722.4.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\b1ebb8e6-496a-4171-94d0-2dbb1d2651d1\\azure-communication-email-1.0.1-alpha.20240722.4.tgz","_integrity":"sha512-5zx6xFbpfTwCJdm5xC52PB9tNKyaAZWtwa51IQWXcR5pHlN4pqv0KA20nQk4B1foPIVTh/6r6HID8s3hOXyckQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240722.4_1721686114126_0.3850932547541628","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240723.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240723.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"799f55a633283405776da3af8d51e7c3926bbb7f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240723.1.tgz","fileCount":44,"integrity":"sha512-x0qIaHqps1zhgwT7pcuf1oCFUPL+dEclxUD6oLBSuzAX4K0qOGQVn6pyEvC1iUCzKbSyk03597OMSpBQhKyl7Q==","signatures":[{"sig":"MEUCIA6ULXt9qqHCwRxLgJ3IP6L8tjyMi+Y+Yksl8Hx7haQ8AiEA/YeC3ewXXxn2pY9xOOHeBHu4eWv3GtII4JcthKygBZY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f0091e54-b977-4ceb-afa0-05fbaeb3e669\\azure-communication-email-1.0.1-alpha.20240723.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\f0091e54-b977-4ceb-afa0-05fbaeb3e669\\azure-communication-email-1.0.1-alpha.20240723.1.tgz","_integrity":"sha512-x0qIaHqps1zhgwT7pcuf1oCFUPL+dEclxUD6oLBSuzAX4K0qOGQVn6pyEvC1iUCzKbSyk03597OMSpBQhKyl7Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240723.1_1721745262226_0.1767069494688127","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240724.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240724.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e30143fb3978d30292da82c94bc4405781687838","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240724.1.tgz","fileCount":44,"integrity":"sha512-3Zd8WB9Uhi2Y90YwVAHyeGemMdNyrIdisWDe5J/6QhB+39LwfnIMbHNvUn8sKEH/yER1zoboLP7cJnK/pA+DKA==","signatures":[{"sig":"MEQCIB4B61O7v9cWeuJtFoS2kXWy3p21ekBbB63qw7PZcHWTAiBTPM1LMB+IxZ7fGXs3cZfzR/gEK/7CQDpGl7TbeZr29g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c695a678-a85e-4d22-bea4-23ed95b4aa39\\azure-communication-email-1.0.1-alpha.20240724.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\c695a678-a85e-4d22-bea4-23ed95b4aa39\\azure-communication-email-1.0.1-alpha.20240724.1.tgz","_integrity":"sha512-3Zd8WB9Uhi2Y90YwVAHyeGemMdNyrIdisWDe5J/6QhB+39LwfnIMbHNvUn8sKEH/yER1zoboLP7cJnK/pA+DKA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240724.1_1721831632522_0.3854973206756791","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240725.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240725.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1fafbac3e138e866fe6be1ccb7eeae9bd34d8414","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240725.1.tgz","fileCount":44,"integrity":"sha512-AOnuaRoOcFDjdarcU7EeKIFTTseru953I3rNtNyHyo5ydj7F0Zkl6ddeewZ3UrkXlI7KmqC8zITlmCBONY/jNg==","signatures":[{"sig":"MEUCIQC30gPDySnKm4Iu05/rXc9kLwjSjgDPT9IJuYCaP/fBWwIgV/cVXu6LzMX6r72dbdqAPoKaPqm4L/HT0Pa2cyjl50s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\00294df4-be0b-4287-adf6-f1b3c4f80378\\azure-communication-email-1.0.1-alpha.20240725.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\00294df4-be0b-4287-adf6-f1b3c4f80378\\azure-communication-email-1.0.1-alpha.20240725.1.tgz","_integrity":"sha512-AOnuaRoOcFDjdarcU7EeKIFTTseru953I3rNtNyHyo5ydj7F0Zkl6ddeewZ3UrkXlI7KmqC8zITlmCBONY/jNg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240725.1_1721918021472_0.35556450702156184","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240729.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240729.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2d3c642334e7318df05f825d457f697353a11183","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240729.1.tgz","fileCount":44,"integrity":"sha512-CVixamkvioMF5FO7G6mDbQN+1d/ghmarjBBDPsTIs6Ay3RhSYfzmQKpVONtmxJK1xdGggrdMIZ0jSbFuYbV+3A==","signatures":[{"sig":"MEUCIQCqw+f1MBViWI8OSv5dGWUS68xT6X1WJFr54Om1gL6ZqwIgIZTSq5lYYCyA8zSMwccb97iRZAKKeyItNqonx8ZnfxE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9447fa71-32f5-4a1e-8f98-0e284ba0e57a\\azure-communication-email-1.0.1-alpha.20240729.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\9447fa71-32f5-4a1e-8f98-0e284ba0e57a\\azure-communication-email-1.0.1-alpha.20240729.1.tgz","_integrity":"sha512-CVixamkvioMF5FO7G6mDbQN+1d/ghmarjBBDPsTIs6Ay3RhSYfzmQKpVONtmxJK1xdGggrdMIZ0jSbFuYbV+3A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240729.1_1722263643350_0.7257320009631323","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240729.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240729.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240729.2","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"06c88b72a91399ce5cb764ea3d6ba63398a4210a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240729.2.tgz","fileCount":44,"integrity":"sha512-LNVpxi5E1a5YWXRuMnTE7w9DyxalHZI44eA5Err3HB/GH08TWsL30aouxAkwUb6rZOdj2N9wzE+CisYPWcjLaQ==","signatures":[{"sig":"MEUCIQDjpnSejEAp2njjtMIupu3t7tArVP/iascybDAqv2Hv+gIgcE0lxvycYaiDNvTOn25H17Z1k9HrcxUh3g6TpZZAhd0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\38437bbf-e0ca-4a35-89dd-c870263cbb0d\\azure-communication-email-1.0.1-alpha.20240729.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\38437bbf-e0ca-4a35-89dd-c870263cbb0d\\azure-communication-email-1.0.1-alpha.20240729.2.tgz","_integrity":"sha512-LNVpxi5E1a5YWXRuMnTE7w9DyxalHZI44eA5Err3HB/GH08TWsL30aouxAkwUb6rZOdj2N9wzE+CisYPWcjLaQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240729.2_1722277107729_0.3575114347798918","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240729.3":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240729.3","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240729.3","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4cb48d0e0e21bad2e6722e8a09992f9437581545","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240729.3.tgz","fileCount":44,"integrity":"sha512-KfBzY9on2j81vn1afSW9N7dqqFx0RCzaT9yGT7YN6op4NoVVtDum5Wrk9Ei8zSOLNcTfuYlXc6n9env+IQycrQ==","signatures":[{"sig":"MEUCIH7J2Oiwr+IVqPkg343tHD3KV9fH0hukymZ53NRrdhHsAiEAl5QMRllp+3y8/uydD5L+F7Ilr/H0puGcOO8ga8FQupo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3c58e92c-9ab7-488c-a6fa-7b4394e95b83\\azure-communication-email-1.0.1-alpha.20240729.3.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\3c58e92c-9ab7-488c-a6fa-7b4394e95b83\\azure-communication-email-1.0.1-alpha.20240729.3.tgz","_integrity":"sha512-KfBzY9on2j81vn1afSW9N7dqqFx0RCzaT9yGT7YN6op4NoVVtDum5Wrk9Ei8zSOLNcTfuYlXc6n9env+IQycrQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240729.3_1722280488423_0.1846867209010914","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240730.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240730.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f6c1c1a941fd8f4ff695eb7dad00ebf3e80a6aae","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240730.1.tgz","fileCount":44,"integrity":"sha512-sYReLLu1OYmahDXgSY43nPhgRG6yhnXkCEJEsR3QJ+gXwfMx7AK3C+QAI5T87ys7/3EbAnZiJmKISLPJFAVnEg==","signatures":[{"sig":"MEUCIEVCnaK6/QPqHEafEYhgFtAvE3gJuI9QpAf3+YCjP2eSAiEA3G19L0mTo59yZlxLrwg96EX54jQ+w2JhMIXqPDDZA+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\54c17870-f1f4-43dd-8e7e-233f3d238961\\azure-communication-email-1.0.1-alpha.20240730.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\54c17870-f1f4-43dd-8e7e-233f3d238961\\azure-communication-email-1.0.1-alpha.20240730.1.tgz","_integrity":"sha512-sYReLLu1OYmahDXgSY43nPhgRG6yhnXkCEJEsR3QJ+gXwfMx7AK3C+QAI5T87ys7/3EbAnZiJmKISLPJFAVnEg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240730.1_1722349943481_0.035021355432444556","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240730.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240730.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240730.2","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa86a77d921dec87ef956846fd0ecac4370dd6f6","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240730.2.tgz","fileCount":44,"integrity":"sha512-j6BMdS7qqBVZeBoo7t7TZYZp5lw6FIPIDfiS/qlRXKkd5987BqSugJceSgvXhYPL++rRxO4eMPua+EGTQ7iRKw==","signatures":[{"sig":"MEUCIBUoOtA3r7vPQho1yM4855AYWsN3j/0mMAUSq0SMGU99AiEAg6cRRkCwUZMrtjPGoaYexu3CMJwxj+kQYbh81czpZp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2f7c720b-aaca-498b-b23b-c0b1ddf773c9\\azure-communication-email-1.0.1-alpha.20240730.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\2f7c720b-aaca-498b-b23b-c0b1ddf773c9\\azure-communication-email-1.0.1-alpha.20240730.2.tgz","_integrity":"sha512-j6BMdS7qqBVZeBoo7t7TZYZp5lw6FIPIDfiS/qlRXKkd5987BqSugJceSgvXhYPL++rRxO4eMPua+EGTQ7iRKw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240730.2_1722408177034_0.9569159528765268","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240731.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240731.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240731.2","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b9664912f63727ddfda6e9a5ffdd38c8e4720b7b","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240731.2.tgz","fileCount":44,"integrity":"sha512-pLjCNDWe306IkHJ6EL9IHzFWtZI/QRGAhQg1fyVHrzaZApKrn9i3WGS5QPhPiefz7BTEX04DLUumjwyBPGTrdQ==","signatures":[{"sig":"MEUCID/sVC2yF4aJW9Xs+XnIZ4i0nU1IoJM2MF55QUq7sFhVAiEAoFEQX/quiXT7q2DD0nLm3hdHmu0Rn9xfuvd+O4/nNAQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e4def54e-2402-46c6-a40f-73b013eb2ee7\\azure-communication-email-1.0.1-alpha.20240731.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\e4def54e-2402-46c6-a40f-73b013eb2ee7\\azure-communication-email-1.0.1-alpha.20240731.2.tgz","_integrity":"sha512-pLjCNDWe306IkHJ6EL9IHzFWtZI/QRGAhQg1fyVHrzaZApKrn9i3WGS5QPhPiefz7BTEX04DLUumjwyBPGTrdQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240731.2_1722436618682_0.8426329547963216","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240801.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240801.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"174583237e3f7423f532f29fc1edae11ce096960","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240801.1.tgz","fileCount":44,"integrity":"sha512-y4w2aEUjuT4D1qAETk7CxB/M7vX7ihzTeNohmi835tD658/58TP1tN41LuZmO5DQ9bZ0lPHnyBYPVEvfSpjHOg==","signatures":[{"sig":"MEQCIGeBRKiZI5LXWhwlOTWjjm0E7b2wNf6uB6/GGVT7kz0QAiBrqJnFmR3Qmmmrby25h8Q8+8zVAvTwZoRWJ5S7jxF21Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\423356ab-a99f-43f0-bd18-f3691c9900cd\\azure-communication-email-1.0.1-alpha.20240801.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\423356ab-a99f-43f0-bd18-f3691c9900cd\\azure-communication-email-1.0.1-alpha.20240801.1.tgz","_integrity":"sha512-y4w2aEUjuT4D1qAETk7CxB/M7vX7ihzTeNohmi835tD658/58TP1tN41LuZmO5DQ9bZ0lPHnyBYPVEvfSpjHOg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240801.1_1722523066226_0.2882682431607504","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240805.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240805.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8ca131c03a3073989835efb06619c5673de16788","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240805.1.tgz","fileCount":44,"integrity":"sha512-kAOOvIk9Oovw6kAa1rFhiryRux+NSoWli26vOkZMsYFpwSdmrf3paz1ktlZtO/6tW9gaTRa83AvInEkx7clH4Q==","signatures":[{"sig":"MEUCIC3lgguAWeW15o8tS3lg9wcIT/8ONEfIZ6U7aeHoxGgLAiEA/7ux2XTWDii2WReZbLDOpu7W2Vor/uMH+PshVZuJvAE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\72e5cd75-b370-44e8-b4df-919603f9ad13\\azure-communication-email-1.0.1-alpha.20240805.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\72e5cd75-b370-44e8-b4df-919603f9ad13\\azure-communication-email-1.0.1-alpha.20240805.1.tgz","_integrity":"sha512-kAOOvIk9Oovw6kAa1rFhiryRux+NSoWli26vOkZMsYFpwSdmrf3paz1ktlZtO/6tW9gaTRa83AvInEkx7clH4Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240805.1_1722868429014_0.3724780921570656","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240807.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240807.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8ccd3ebe5f83e0b4bac34413b450e219d1f352c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240807.1.tgz","fileCount":44,"integrity":"sha512-I2FSIa4h7Et26JgOeE3zFSnZlh0cfhDiRAMOFk7acaHhyV+SNg3LIF7hi/7ziRHeI2xLwhBIP6eOjm+Slz7UWg==","signatures":[{"sig":"MEUCIQC+38C9GJJvr+MRDkdvhSREmhY6hdrB6HBwWsEwZi636wIgOyCoNThIkBSoEyPVGu1D+S9lUyzV264vR/iy8op8nWo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\24534045-774d-476d-8acf-c6ea6557c838\\azure-communication-email-1.0.1-alpha.20240807.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\24534045-774d-476d-8acf-c6ea6557c838\\azure-communication-email-1.0.1-alpha.20240807.1.tgz","_integrity":"sha512-I2FSIa4h7Et26JgOeE3zFSnZlh0cfhDiRAMOFk7acaHhyV+SNg3LIF7hi/7ziRHeI2xLwhBIP6eOjm+Slz7UWg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240807.1_1723041199806_0.6724462052791045","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240808.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240808.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b7be15d8f99b43d8352d0d39867769157fccfb45","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240808.1.tgz","fileCount":44,"integrity":"sha512-45DdZ5l/2o5oJxHQPOpE8UGn3eZN9yVws8J8i2Z9QUoWuohYl+kZKujMtoBppWv7Ax+3fh2r2gtUCx1X2f6KFQ==","signatures":[{"sig":"MEUCIBGlH0/oDnqNu5y0flLAwvOzrmPv4tHC01j+3UQPyKxvAiEAqKBkjNGCyylZ0L7dTbIbK5tvVVaPptXWflSZ7U3ZtYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\60e9fda5-9d20-4d60-9769-519336d22063\\azure-communication-email-1.0.1-alpha.20240808.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\60e9fda5-9d20-4d60-9769-519336d22063\\azure-communication-email-1.0.1-alpha.20240808.1.tgz","_integrity":"sha512-45DdZ5l/2o5oJxHQPOpE8UGn3eZN9yVws8J8i2Z9QUoWuohYl+kZKujMtoBppWv7Ax+3fh2r2gtUCx1X2f6KFQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240808.1_1723127672986_0.8373641062012287","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240809.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240809.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"abb03c4163574f0c92118cd5e2f4720977cc0d44","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240809.1.tgz","fileCount":44,"integrity":"sha512-8GTSizMbOXqNR3VgQe5vmAH1U9Y1ubMqvEbBgMB/JXzZ8pKePgfInAjb5/+GqEwvqh9+1QehE1En7RCLgTYiKw==","signatures":[{"sig":"MEUCIQCD+iLhTNr2wvcxWJHysXrGPmWzg0sbFd2/zV+4dTuPNgIgftbdtGSiNv55IhjBIfbJ0BAdkuphQ3Baxylknpon/8c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\80b9ea60-a3df-474c-bc7c-01b7a96c1ef4\\azure-communication-email-1.0.1-alpha.20240809.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\80b9ea60-a3df-474c-bc7c-01b7a96c1ef4\\azure-communication-email-1.0.1-alpha.20240809.1.tgz","_integrity":"sha512-8GTSizMbOXqNR3VgQe5vmAH1U9Y1ubMqvEbBgMB/JXzZ8pKePgfInAjb5/+GqEwvqh9+1QehE1En7RCLgTYiKw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240809.1_1723213972866_0.5839824628060688","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240812.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240812.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f64514053116db650bb8c4b8c4d949382b8a109a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240812.1.tgz","fileCount":44,"integrity":"sha512-JdT4q8ea05XK1z2tBfGw2GtmIdKplb4OYeo0q+L1PLsg1gzt6fVQIWxEvQXdF7f8zHtn/cSIbGPU8f2TRjBL4A==","signatures":[{"sig":"MEUCIQDrN1Pu8BqVIJSA2ZWeDGYVqK117BD8KOY8E01Egn8TfgIgSzfoCCT4cMuD8XU5kuE76Mlk4mMfNA+x6dgPnSV/sIk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c8cf90c2-da7a-4a4d-adc2-19a6617de7bb\\azure-communication-email-1.0.1-alpha.20240812.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\c8cf90c2-da7a-4a4d-adc2-19a6617de7bb\\azure-communication-email-1.0.1-alpha.20240812.1.tgz","_integrity":"sha512-JdT4q8ea05XK1z2tBfGw2GtmIdKplb4OYeo0q+L1PLsg1gzt6fVQIWxEvQXdF7f8zHtn/cSIbGPU8f2TRjBL4A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240812.1_1723473133087_0.9181924269552535","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240813.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240813.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a2ebb4f5e887bcb332d96525e2ab01c3b9386df","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240813.1.tgz","fileCount":44,"integrity":"sha512-o3iEw2mBjsX+DDH9Bwu9lxiTb6TDmjX4SnRPbDtrrorfIrcj2fpNyUwrNaA6evXuZjkjWvbvRMHQzmm6ui0IWA==","signatures":[{"sig":"MEUCIHtuJrw0663WrGE5D6X5p0moDH+aDotuovX2OwBXlzx7AiEA1OdbWmthQ+AEPLcLZfezAnUo0FGl9GTQYgjRsJojW7U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\74c50592-e5c2-449f-af1c-940ca9b8dad3\\azure-communication-email-1.0.1-alpha.20240813.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\74c50592-e5c2-449f-af1c-940ca9b8dad3\\azure-communication-email-1.0.1-alpha.20240813.1.tgz","_integrity":"sha512-o3iEw2mBjsX+DDH9Bwu9lxiTb6TDmjX4SnRPbDtrrorfIrcj2fpNyUwrNaA6evXuZjkjWvbvRMHQzmm6ui0IWA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240813.1_1723559619042_0.4202238695442413","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240816.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240816.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7b9f5c3c773994f2eef0574b1aefebcd70b3c938","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240816.1.tgz","fileCount":44,"integrity":"sha512-Hl4yagHiZnkKnVD4UGmpdVUTAY4AgsCHmi3CyEB8tikOxkf4On2SyW4eHyyOEhvQKuSLWU5Y/aVvTRTKlZC0zQ==","signatures":[{"sig":"MEQCIApw1MKpaPP6hhc9zY7PDVERUvSRTkPdoN/tYTIQe+R1AiA7S5v+fBfgIslsbjJOKqpUko1N0rmCLiKFzDNm2OIPHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fc034800-af55-4310-b632-4421358e35e5\\azure-communication-email-1.0.1-alpha.20240816.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\fc034800-af55-4310-b632-4421358e35e5\\azure-communication-email-1.0.1-alpha.20240816.1.tgz","_integrity":"sha512-Hl4yagHiZnkKnVD4UGmpdVUTAY4AgsCHmi3CyEB8tikOxkf4On2SyW4eHyyOEhvQKuSLWU5Y/aVvTRTKlZC0zQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240816.1_1723818872788_0.29853230020103094","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240819.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240819.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5a8fa35f3f2f7e83fe0c7d0145a93b3d191b172a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240819.1.tgz","fileCount":44,"integrity":"sha512-6wPxLBR+ainqDnDc2pEQQvDeUNTYPXCpocB4Jd9OTU9yU7b1w3wniv1BdaYoJLsuIMVw/mKJVjdv0JH/gGKG3A==","signatures":[{"sig":"MEYCIQDH7G3rC4CIf9+Ym9IYSm8miBIPbG5NhYBSBxoQqFjXvQIhALAs2D0vHX6KcFhAjcio1mmPFBSDsRrfejr7/D7rGA3l","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\be3fce6e-f414-445b-9848-74f395e6dea2\\azure-communication-email-1.0.1-alpha.20240819.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\be3fce6e-f414-445b-9848-74f395e6dea2\\azure-communication-email-1.0.1-alpha.20240819.1.tgz","_integrity":"sha512-6wPxLBR+ainqDnDc2pEQQvDeUNTYPXCpocB4Jd9OTU9yU7b1w3wniv1BdaYoJLsuIMVw/mKJVjdv0JH/gGKG3A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240819.1_1724078056078_0.5884069552812095","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240821.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240821.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1239c44be9c158e2c9260d6fa6090bdfb9d998e1","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240821.1.tgz","fileCount":44,"integrity":"sha512-As6wLkqYVSr3CQhtRNzHI5IMolgtEsgm8/Xz5sSgX6HsoICIswaXN+Dj2qg+NWu7w3GKS9GblThxFuoeKe27XQ==","signatures":[{"sig":"MEUCIGSFqUj+XHltdPQBk2DyJXRLeSrO4M8MbHjnc8UyPVy4AiEA2ybNvwI9AvW6XXniZ+v1d0PaDVQgiBiYC4naJhXDuro=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203495},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\761658f7-513a-47ca-8d00-f0d0012ffbbc\\azure-communication-email-1.0.1-alpha.20240821.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.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 build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\761658f7-513a-47ca-8d00-f0d0012ffbbc\\azure-communication-email-1.0.1-alpha.20240821.1.tgz","_integrity":"sha512-As6wLkqYVSr3CQhtRNzHI5IMolgtEsgm8/Xz5sSgX6HsoICIswaXN+Dj2qg+NWu7w3GKS9GblThxFuoeKe27XQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240821.1_1724250765963_0.8485202272817847","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240823.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240823.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e078b9d232b128d31751c53c344add29296b6525","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240823.1.tgz","fileCount":44,"integrity":"sha512-T4cbQvrS+6vnghH3m2mxstjFOjMNrbiRMs7btMuZxkGO5KkeaCtLuz2ZqxrqN6BM140Y8JC11ixjGCMQk0xj/A==","signatures":[{"sig":"MEUCIQDUPQWBQ6tTGueV9QTWuZoG+bISa7qTwrwuOkaGr8YIvgIgPOjIeJn1YeeJfBoqpOFO46gYV0AmyFncrS/3xJuvvNU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\75503ae2-b25f-4912-9350-89fa5ab25bea\\azure-communication-email-1.0.1-alpha.20240823.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\75503ae2-b25f-4912-9350-89fa5ab25bea\\azure-communication-email-1.0.1-alpha.20240823.1.tgz","_integrity":"sha512-T4cbQvrS+6vnghH3m2mxstjFOjMNrbiRMs7btMuZxkGO5KkeaCtLuz2ZqxrqN6BM140Y8JC11ixjGCMQk0xj/A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240823.1_1724423723273_0.6950598548967146","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240827.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240827.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b3f565bc03426712c7fbe06ece60a81f56272757","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240827.1.tgz","fileCount":44,"integrity":"sha512-GW5wljvVQG0ib0IFTAj3a2k1ehSTG1mB2dbA8hi8qIkNkup1b2lbwpveCsp8/CEaymSghR7/hnpRwLaSaxuz1A==","signatures":[{"sig":"MEQCIETItHuTmfJsTDpDy2en2T+zKtnWj77MmaCBGMYsRMF6AiAyRLdymdyg4cHI/MuxDOu8iGWlp75Z/hOqjrVVqpY4CQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f6c4be5b-4f7a-4cb4-aea0-cd131a1ca755\\azure-communication-email-1.0.1-alpha.20240827.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\f6c4be5b-4f7a-4cb4-aea0-cd131a1ca755\\azure-communication-email-1.0.1-alpha.20240827.1.tgz","_integrity":"sha512-GW5wljvVQG0ib0IFTAj3a2k1ehSTG1mB2dbA8hi8qIkNkup1b2lbwpveCsp8/CEaymSghR7/hnpRwLaSaxuz1A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240827.1_1724769238234_0.2371456880969387","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240828.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240828.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"13e02977b788a8db3dec4ab62d7556ddb8a19d29","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240828.1.tgz","fileCount":44,"integrity":"sha512-jQZDWfQrzpRG9m7ce9vI082xHYNcqe6QRuKdO3k1+7YrM5nScoHJ1Kynq84ydh5OzHjaJt1Oyz4saS+uwNxfEw==","signatures":[{"sig":"MEYCIQDYJNVMSECrZniSizPcAm8RDrPO3GQ5ZaWSJW/7h/XB8QIhAItQFPIW0IsVkaPk0RRr+hsPV2+k6GjYWTBvqseloEG5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d09ef981-ee8e-4a85-b6c5-83fdcbc3357a\\azure-communication-email-1.0.1-alpha.20240828.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\d09ef981-ee8e-4a85-b6c5-83fdcbc3357a\\azure-communication-email-1.0.1-alpha.20240828.1.tgz","_integrity":"sha512-jQZDWfQrzpRG9m7ce9vI082xHYNcqe6QRuKdO3k1+7YrM5nScoHJ1Kynq84ydh5OzHjaJt1Oyz4saS+uwNxfEw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240828.1_1724855481665_0.8645634411363095","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240829.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240829.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"670fb00be12daa01761de538c636ea7cd96297a4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240829.1.tgz","fileCount":44,"integrity":"sha512-aF9ZT5IczbKxIXruOs0Og3y81IqG/+sIfqBRUITHs76S41a4e2GsQDkSy+Ohkf4YDFe+mpQ5B3agYASMgfw08Q==","signatures":[{"sig":"MEQCIFalSct2jfHSsd/UFRu+FBMmitE25e7wS3mmrsPwLIKJAiACuLkO+97AVbuzyxS8yrzjFCrvfUG7mKGxm6EXs5GRmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\50fb380a-6d5b-4e02-b2b8-5d7c1170b8c5\\azure-communication-email-1.0.1-alpha.20240829.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\50fb380a-6d5b-4e02-b2b8-5d7c1170b8c5\\azure-communication-email-1.0.1-alpha.20240829.1.tgz","_integrity":"sha512-aF9ZT5IczbKxIXruOs0Og3y81IqG/+sIfqBRUITHs76S41a4e2GsQDkSy+Ohkf4YDFe+mpQ5B3agYASMgfw08Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240829.1_1724942054286_0.34362945286013646","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240830.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240830.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c7fdeaf377557d76c8bf9751a1da73b51f5c07b","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240830.1.tgz","fileCount":44,"integrity":"sha512-/iOPSrFmjUxILz9Cv23DZiC2bfNtth8iU3LPP/6n8LOHawZ3m3aiWdAU95Y67U/hGymtVT3yBPDukbX2VumMkw==","signatures":[{"sig":"MEUCIQCzjNNe8PVk5m9hiAvx3IHYcXx6GMprqZrkJQxEgco/cAIgFTBg7mI+xAoGJ+E9HQkYG8rw5hnhC/kMdLWExw7XsBE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\00964f46-f5fa-4b80-9f91-2393d134d63a\\azure-communication-email-1.0.1-alpha.20240830.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\00964f46-f5fa-4b80-9f91-2393d134d63a\\azure-communication-email-1.0.1-alpha.20240830.1.tgz","_integrity":"sha512-/iOPSrFmjUxILz9Cv23DZiC2bfNtth8iU3LPP/6n8LOHawZ3m3aiWdAU95Y67U/hGymtVT3yBPDukbX2VumMkw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240830.1_1725028178979_0.6539275696403279","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240902.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240902.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"512b68f63f49a2c2e6cf9e52b81dce238b29c33e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240902.1.tgz","fileCount":44,"integrity":"sha512-bfEssAQwwbBuRwGGcyfPzsF1q22mP6OZUaY6OF3jUODFLL0DjBqFYFRiP/NQ/qq25lnIDtEuPSnxTym/ZXWKNA==","signatures":[{"sig":"MEUCIEqV3CHz1f4YKssaaVKe0ImQtZN+cdL8liP8D/st251CAiEA5VOarGpMiX1IysdIqG+wDhwWJeHUkh5Wgrn6xk7OAWM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3f8af513-a88d-4bcd-82cb-48a6c2834568\\azure-communication-email-1.0.1-alpha.20240902.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\3f8af513-a88d-4bcd-82cb-48a6c2834568\\azure-communication-email-1.0.1-alpha.20240902.1.tgz","_integrity":"sha512-bfEssAQwwbBuRwGGcyfPzsF1q22mP6OZUaY6OF3jUODFLL0DjBqFYFRiP/NQ/qq25lnIDtEuPSnxTym/ZXWKNA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240902.1_1725287403474_0.5404274475879642","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240903.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240903.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"92d8e75ed31e0406177a7cc322afc3c1d2971f92","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240903.1.tgz","fileCount":44,"integrity":"sha512-YGidwSun1CyF76Pp6G+MUMukurgdRmH8P6GQqB0D6d9otwPOi6fa0W9G6uOA9aU8Ifitk0XCo7wv+bTKLTTUIw==","signatures":[{"sig":"MEUCIQDT1IrartnES1lnNzNJNqlfbkzJ4ww6j2B1EwphrS3tIgIgZc8diBiPWf3ilOMHAlkR50c0MwbbUu0n0yUMKHQUFzg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e097c691-136e-477f-a413-5b944af412c0\\azure-communication-email-1.0.1-alpha.20240903.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\e097c691-136e-477f-a413-5b944af412c0\\azure-communication-email-1.0.1-alpha.20240903.1.tgz","_integrity":"sha512-YGidwSun1CyF76Pp6G+MUMukurgdRmH8P6GQqB0D6d9otwPOi6fa0W9G6uOA9aU8Ifitk0XCo7wv+bTKLTTUIw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240903.1_1725373909499_0.023289721112800255","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240904.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240904.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"32963e0aaefaff00446517404eb34b43876cc234","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240904.1.tgz","fileCount":44,"integrity":"sha512-lF9uenMDb2sI+AHDENjpkZO29y9Bl4L22L7xnGGMg/MQaPie19f0lSiWW90yGlOSeHYIedIDVuZEIAtTs09rZw==","signatures":[{"sig":"MEQCIEumibDpuwoCviC3VIF7+fpnkWmKaRSh13v2Qbq3HnmYAiBf2rx2hagHEFfwsEV75x+DnUcnqyFdsFSxCVpHZgpW3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\21eac486-d6d9-440a-b201-8bae2122bd3b\\azure-communication-email-1.0.1-alpha.20240904.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\21eac486-d6d9-440a-b201-8bae2122bd3b\\azure-communication-email-1.0.1-alpha.20240904.1.tgz","_integrity":"sha512-lF9uenMDb2sI+AHDENjpkZO29y9Bl4L22L7xnGGMg/MQaPie19f0lSiWW90yGlOSeHYIedIDVuZEIAtTs09rZw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240904.1_1725460200765_0.06692969967109885","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240905.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240905.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1a78f6815137e7a25bc4d01eec536697b8f3175c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240905.1.tgz","fileCount":44,"integrity":"sha512-twfS3N4Kh7/mmjoynEFJp/VIoWJzvGs6jLV/FotP5yTHPCRNR3CYUDjcWSZsxZWp50kNVy9UEH+CGfHu1jUrjw==","signatures":[{"sig":"MEUCIQDnYYN2VqDcdXV5IVYU0uR2KqwtKlXTMKJsjegZj1D17QIgY+J0uWhptCdQ4W8I3L2NkEZKZgc5uUQPFiSKOjD9ffU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0c0ccfb8-49a0-46e3-b9cc-215ac4c21890\\azure-communication-email-1.0.1-alpha.20240905.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\0c0ccfb8-49a0-46e3-b9cc-215ac4c21890\\azure-communication-email-1.0.1-alpha.20240905.1.tgz","_integrity":"sha512-twfS3N4Kh7/mmjoynEFJp/VIoWJzvGs6jLV/FotP5yTHPCRNR3CYUDjcWSZsxZWp50kNVy9UEH+CGfHu1jUrjw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240905.1_1725546616460_0.38486500432820603","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240906.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240906.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4297fc72f9f4263a457d4a0cda2f345ddb63da93","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240906.1.tgz","fileCount":44,"integrity":"sha512-rHwQxiInLfYxqxQ5J+Hp6cJ9XQQz8UnVeMNEmZP4g8JzASWkzAhPhwQx84JV1P3nVAHCnLIvehSJFE6TlIywKg==","signatures":[{"sig":"MEQCICMYzO+v7LX70m5CJJi829vXQYvkdas0K7hi6NW2FC1iAiApzpxwP9bZBTvPwsI62lLQ3kkhtNS8a5tOtNIRPSEYBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\60044db5-b7ad-4a2e-9b57-3c065677d8f4\\azure-communication-email-1.0.1-alpha.20240906.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\60044db5-b7ad-4a2e-9b57-3c065677d8f4\\azure-communication-email-1.0.1-alpha.20240906.1.tgz","_integrity":"sha512-rHwQxiInLfYxqxQ5J+Hp6cJ9XQQz8UnVeMNEmZP4g8JzASWkzAhPhwQx84JV1P3nVAHCnLIvehSJFE6TlIywKg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240906.1_1725632986600_0.7172853448642347","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240910.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240910.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"77593ada5d07840c95ff98eb452d5e341a9f2b81","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240910.1.tgz","fileCount":44,"integrity":"sha512-IMJEWStO6ACbyKeegRn8CHQZBU6kfrd2bhPkrmEeGcShFDu9kroWKOHA27KPA3tr+lXJDDqngJK1eDmcShpu6Q==","signatures":[{"sig":"MEUCIQDdeTWWoHJF85VC6tytGk34gJFKpnuFDVVltE0dtSEM1AIgGExdEfZQRMUIl8B/nEE4bV0EkIgcsy/2Lc9PbO6t0iI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ba0aa3dc-0f64-4dbe-8e83-519c11e9acb9\\azure-communication-email-1.0.1-alpha.20240910.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\ba0aa3dc-0f64-4dbe-8e83-519c11e9acb9\\azure-communication-email-1.0.1-alpha.20240910.1.tgz","_integrity":"sha512-IMJEWStO6ACbyKeegRn8CHQZBU6kfrd2bhPkrmEeGcShFDu9kroWKOHA27KPA3tr+lXJDDqngJK1eDmcShpu6Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240910.1_1725978674444_0.4930859854943608","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240911.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240911.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a55d82d6464ddc8e91ecfa20b0c19e08620345d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240911.1.tgz","fileCount":44,"integrity":"sha512-zPK4eVl2K5TpwZhvYhqhkZ0fWzeJPn6XI+g+xNSrt1Ict5fqUsXX7xqy22mUdBEipm59B/fKCr2epH06nLv7FQ==","signatures":[{"sig":"MEQCIBrvNKJaInfJwK6k/dGqxGIkV8yvMqwH6NhY5iv407TfAiBgCZ2slJVY6fmugkzB4wvdmml2O0xZkv1VEqTGWL5HxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\29542852-2256-4007-b3e1-086f29d3b0e2\\azure-communication-email-1.0.1-alpha.20240911.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\29542852-2256-4007-b3e1-086f29d3b0e2\\azure-communication-email-1.0.1-alpha.20240911.1.tgz","_integrity":"sha512-zPK4eVl2K5TpwZhvYhqhkZ0fWzeJPn6XI+g+xNSrt1Ict5fqUsXX7xqy22mUdBEipm59B/fKCr2epH06nLv7FQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240911.1_1726065306438_0.002146906138863036","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240913.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240913.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"83e6721d1db2a23dac653482dbe9a0f454594014","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240913.1.tgz","fileCount":44,"integrity":"sha512-Z4/NA4+k2U76val9uNSE1bor79Qg3qimSUkK2NnFF3E1gC5S/YDOOmWFYnmuViScKnJEHUdS1H1inhUrKvWb0Q==","signatures":[{"sig":"MEUCIDsEypyso5OpqJn/5fx1wiZmWGj1uZjFl+8+48jXs/VVAiEAxjE3gy3ph0GnB2pTRLupA+SJcmV5YPnhO3ujSjLrZec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1dfcd79a-c19d-4df3-b610-6339783d5494\\azure-communication-email-1.0.1-alpha.20240913.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\1dfcd79a-c19d-4df3-b610-6339783d5494\\azure-communication-email-1.0.1-alpha.20240913.1.tgz","_integrity":"sha512-Z4/NA4+k2U76val9uNSE1bor79Qg3qimSUkK2NnFF3E1gC5S/YDOOmWFYnmuViScKnJEHUdS1H1inhUrKvWb0Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240913.1_1726237825591_0.22531682816998888","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240916.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240916.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f02ecfc830d8d35c15771c6ab50ad74d12a68ec9","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240916.1.tgz","fileCount":44,"integrity":"sha512-GCtTAC+cpqINDm/vi5rTMJ16EN87GAVsQhtf2v8yW0uIqFi9C3BFCnX74iWaJBR6W3dOgnpzZQImLHDqMo/3tw==","signatures":[{"sig":"MEUCIQCLQVXWRLAz++WoOta5fFA5Rv0dN0pqp9vSPnXKw3wBGQIgfsyfDM+pKLL+PyWiN36oveIiiby3kqHTeRGrIJhe0NY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2ac5476d-07e0-43fd-be12-78bd5507805e\\azure-communication-email-1.0.1-alpha.20240916.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\2ac5476d-07e0-43fd-be12-78bd5507805e\\azure-communication-email-1.0.1-alpha.20240916.1.tgz","_integrity":"sha512-GCtTAC+cpqINDm/vi5rTMJ16EN87GAVsQhtf2v8yW0uIqFi9C3BFCnX74iWaJBR6W3dOgnpzZQImLHDqMo/3tw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240916.1_1726497126569_0.5882826183288843","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240917.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240917.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5278dad3fbbeeea53676809fa362320e1584e41a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240917.1.tgz","fileCount":44,"integrity":"sha512-JEEfM7tEy1VTcrblE/6vqnawj5iFrQsurSFrzgHqFVEbXxqFYLjqI4WGn1qtYFQUVbPZJHAPLHNBgfNxnMyJ1Q==","signatures":[{"sig":"MEUCICL2KhNOj9zpDcTXZ+/H6hYy3rwYa3pv8ygXKC/Zx/SdAiEAiyStdt88BHeqhzRfsT9hwjLuDIlVVIPwglEJOoLqxTU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\54513c25-9cb4-4ff4-98a4-3b1608521b61\\azure-communication-email-1.0.1-alpha.20240917.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\54513c25-9cb4-4ff4-98a4-3b1608521b61\\azure-communication-email-1.0.1-alpha.20240917.1.tgz","_integrity":"sha512-JEEfM7tEy1VTcrblE/6vqnawj5iFrQsurSFrzgHqFVEbXxqFYLjqI4WGn1qtYFQUVbPZJHAPLHNBgfNxnMyJ1Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240917.1_1726583382895_0.7409724553182582","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240918.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240918.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6a2d97af004a32a00377f2acf6d0a6e1461f14f4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240918.1.tgz","fileCount":44,"integrity":"sha512-amUYz5ZkqyUGCiSa4OrbHV1bdFv9Gmr8UoD7dQZHAvjbB1y62BOvVmhx9XoETeJ6K/GPS1V7ulJ4iLxVgEzXcw==","signatures":[{"sig":"MEUCIQD6TK5JX3Ci8EC9ypcs5MQP4+5gGs/Lea6HElTvue4n+gIgWiRA4WVFWwJvqYj2FB/GkEKARQ2E2yJ+SKl+jtZBOIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\094dcab9-43bc-4a80-bfa2-841ce5b0662d\\azure-communication-email-1.0.1-alpha.20240918.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\094dcab9-43bc-4a80-bfa2-841ce5b0662d\\azure-communication-email-1.0.1-alpha.20240918.1.tgz","_integrity":"sha512-amUYz5ZkqyUGCiSa4OrbHV1bdFv9Gmr8UoD7dQZHAvjbB1y62BOvVmhx9XoETeJ6K/GPS1V7ulJ4iLxVgEzXcw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240918.1_1726669986996_0.5094292074332449","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240919.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240919.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9cedff6de33fd2b8b2b5192b39046bbb35705b95","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240919.1.tgz","fileCount":44,"integrity":"sha512-yPkQpsOuaTzHLLyNSVH8mkWQQ+zZ7+xva+BlLPxOLWdJNQjG8N99qfU/2z0I10o/dQ+pckj0m/QaGh7OIAl/XA==","signatures":[{"sig":"MEUCIQDgKYyl3kUyLUg1NW90cmVppdbuEzIc03ofb1f+8vebbAIgUttb9zf92EDLvEb8IrCKeA2MYG3iR0IJU2VrOewatOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b7eab021-321c-4eda-b6e8-7ea930f341d7\\azure-communication-email-1.0.1-alpha.20240919.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\b7eab021-321c-4eda-b6e8-7ea930f341d7\\azure-communication-email-1.0.1-alpha.20240919.1.tgz","_integrity":"sha512-yPkQpsOuaTzHLLyNSVH8mkWQQ+zZ7+xva+BlLPxOLWdJNQjG8N99qfU/2z0I10o/dQ+pckj0m/QaGh7OIAl/XA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240919.1_1726756198822_0.9679183301223215","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240920.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240920.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b537625cc2607c0ba243482990c5b71a1ea5aa1a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240920.1.tgz","fileCount":44,"integrity":"sha512-z6o7dvONZ7gLZVw1J94UZUb4H6d75Ihoi5BlB01rinJTfeNU9q/ofzHfC61O2FJPaDAtQQXBd5QgIBKMN5U+Gg==","signatures":[{"sig":"MEUCIQCenobdAiizFHO/uGP7uTesx5ZGh8Gi6wZqKtPlmoyX8AIgPqfRQY86RNAXFz+n2FBWfiIj4yYqNQ1Ot6qXJ++nHUk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":203477},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d1b15c1-4783-48c0-8437-269e1d4bba6b\\azure-communication-email-1.0.1-alpha.20240920.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\1d1b15c1-4783-48c0-8437-269e1d4bba6b\\azure-communication-email-1.0.1-alpha.20240920.1.tgz","_integrity":"sha512-z6o7dvONZ7gLZVw1J94UZUb4H6d75Ihoi5BlB01rinJTfeNU9q/ofzHfC61O2FJPaDAtQQXBd5QgIBKMN5U+Gg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240920.1_1726842713266_0.9110733328542635","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240924.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240924.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd21c0a70e1f73162c62736e67440cfe02835cee","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240924.1.tgz","fileCount":46,"integrity":"sha512-/vJ6/7mEkkLeDAjpVdxgWBaMM0koJcKohikhJbKCLrMxt+kCkTT+DFAzWeYR8TuDPeDXgA1l28ahZ73/95TrkQ==","signatures":[{"sig":"MEUCIQCQejcxJW1EbXkI7fKXUOiFIb5lfboyTKewrVbaPZeMvwIgY7SvBRaB6gwITkEUJ8PlEbd2QuIoytq2p/v3iL9YpIM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213056},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4ba74335-1118-4b66-a8fa-b8a46414f250\\azure-communication-email-1.0.1-alpha.20240924.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\4ba74335-1118-4b66-a8fa-b8a46414f250\\azure-communication-email-1.0.1-alpha.20240924.1.tgz","_integrity":"sha512-/vJ6/7mEkkLeDAjpVdxgWBaMM0koJcKohikhJbKCLrMxt+kCkTT+DFAzWeYR8TuDPeDXgA1l28ahZ73/95TrkQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240924.1_1727188378582_0.8909697450552834","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240925.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240925.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0270083e61c073e593117ba36a7a7ce9945a190e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240925.1.tgz","fileCount":46,"integrity":"sha512-n4DYuPBEihqb6+GKhYr2ecH6b9Hx/dPVwzZGYBi6kts2eMdvsabbXKJHpi3bIyq/pjqn0dv/WZ37pYJI4gPGow==","signatures":[{"sig":"MEQCIDbP2PiPVkfmJueFJkt+KrYxGu7V/BhRtg0BdplBkNjmAiBt6+c3nX+O6fqT3KH1ad/Mg8T2dIHauvhmOZWC+/800g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213056},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\00bfb1a3-de76-4792-aaa2-780f7f38b065\\azure-communication-email-1.0.1-alpha.20240925.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\00bfb1a3-de76-4792-aaa2-780f7f38b065\\azure-communication-email-1.0.1-alpha.20240925.1.tgz","_integrity":"sha512-n4DYuPBEihqb6+GKhYr2ecH6b9Hx/dPVwzZGYBi6kts2eMdvsabbXKJHpi3bIyq/pjqn0dv/WZ37pYJI4gPGow==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240925.1_1727274610736_0.7584635658233334","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240925.3":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240925.3","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20240925.3","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d58367fc0c920d2e72a63043f593c3fa4bfcaaa","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240925.3.tgz","fileCount":46,"integrity":"sha512-yHwsV/2jgEj9/id0khdqYpkzBYQ4pybvVXAm3AEWwgFbFtdgiI4NDDQ25gr5SY3TaDgfPEf8Cu6ooOgBGqyBJQ==","signatures":[{"sig":"MEQCIHo5BeTxwucT33HraPqc/H1H6NTVYzwxFVCFVkw2V4g+AiBk19JKhyA5acJrzfnjHYad4AZyoHbPghhNNgYDUePVVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213056},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c4651f9c-ec98-41d8-90d8-e1bd43449ca7\\azure-communication-email-1.0.1-alpha.20240925.3.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\c4651f9c-ec98-41d8-90d8-e1bd43449ca7\\azure-communication-email-1.0.1-alpha.20240925.3.tgz","_integrity":"sha512-yHwsV/2jgEj9/id0khdqYpkzBYQ4pybvVXAm3AEWwgFbFtdgiI4NDDQ25gr5SY3TaDgfPEf8Cu6ooOgBGqyBJQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240925.3_1727304060178_0.6850270390563857","host":"s3://npm-registry-packages"}},"1.0.1-beta.1":{"name":"@azure/communication-email","version":"1.0.1-beta.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-beta.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"next","dist":{"shasum":"dc1d982bbe381f19303d4635a67249fe18be6526","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-beta.1.tgz","fileCount":46,"integrity":"sha512-kEqHyy1KJbC8vtun6yOqDKht7GeNVB4SOwSgSjCLZDTbOLd5wp7k/1rAQbJ39YvqCITBv/Hp3dNpa3Be3gZEqQ==","signatures":[{"sig":"MEUCIDbdObHuCyBGH7JlLI6Pr8MVFkgK7Wm2TqbkGtF/TII/AiEA7luiUt1NJ4IYdUlm0wAJJbKJMLILeBukg8mFq79g41U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213006},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\be8f2c4d-e749-4259-97f5-1aeee2ee6c1c\\azure-communication-email-1.0.1-beta.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\be8f2c4d-e749-4259-97f5-1aeee2ee6c1c\\azure-communication-email-1.0.1-beta.1.tgz","_integrity":"sha512-kEqHyy1KJbC8vtun6yOqDKht7GeNVB4SOwSgSjCLZDTbOLd5wp7k/1rAQbJ39YvqCITBv/Hp3dNpa3Be3gZEqQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-beta.1_1727307010410_0.2913020759366456","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240926.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240926.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14c64ea46020b0f90275f74f613afb5a3956c1fa","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240926.1.tgz","fileCount":46,"integrity":"sha512-XvJd1yhVNIEmfoZvLBeJTxinxZX3V6Qg3JwVzFuuDW0PYV9NVQM8j/OEwHc8P+qTOCThkc/vHANw8UsUccbSNw==","signatures":[{"sig":"MEYCIQDGXrAlVjZ0wp0W2gNPVL6tYNZZ29bSZ/jt1OPQi+EmVwIhAKY+gw2KIxerlcTMDYpJSk/sGBECUcR3wTJolaeGC7fc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213056},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3691332a-1a84-42a4-b9d0-acd3ea9b5727\\azure-communication-email-1.0.1-alpha.20240926.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\3691332a-1a84-42a4-b9d0-acd3ea9b5727\\azure-communication-email-1.0.1-alpha.20240926.1.tgz","_integrity":"sha512-XvJd1yhVNIEmfoZvLBeJTxinxZX3V6Qg3JwVzFuuDW0PYV9NVQM8j/OEwHc8P+qTOCThkc/vHANw8UsUccbSNw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240926.1_1727361038142_0.8601179921881497","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240927.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240927.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9f7a4486aa54539842a8a72342e950b8219eb983","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240927.1.tgz","fileCount":46,"integrity":"sha512-+SCg7axseuQYQIT+CFVRHLCg9ygLwOPhLH2PJDxw5kpiPStJgyKlNmNZh8FMfXOn1M+1pOge+/izTenLiNLm5w==","signatures":[{"sig":"MEUCIQCq2rlSZ+wTsU3d3NK4ezsuKh2Pv1ID0NI4a9maMkTsQAIgSNkyJ08/kenjq1yx31eM4noIgMhT8GPrrpRvLlvq1iM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\55635c38-f0b1-4899-bbe5-fe5a7096d6e5\\azure-communication-email-1.0.1-alpha.20240927.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\55635c38-f0b1-4899-bbe5-fe5a7096d6e5\\azure-communication-email-1.0.1-alpha.20240927.1.tgz","_integrity":"sha512-+SCg7axseuQYQIT+CFVRHLCg9ygLwOPhLH2PJDxw5kpiPStJgyKlNmNZh8FMfXOn1M+1pOge+/izTenLiNLm5w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240927.1_1727447617418_0.005813143410159594","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20240930.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20240930.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"07fa8ca6cb6622424e43f5e58098b118c2d03c9d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20240930.1.tgz","fileCount":46,"integrity":"sha512-fWtaaIvQL7rpVs1qiIWTH26KBtl7H7W7oFZZ5tVz2GK+JzJfCPTrdBVKm3llIO5CNl3KULsr6wi6gvYdxrQuxA==","signatures":[{"sig":"MEUCIQDp//66ds5yBEHLJYQNjaH1NmmreU6fVRYlov6q9fArcAIgQEoMf8SRrb2TryXeEcBKaqphDn9QS8NubZ6hzH4P3Os=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6af16a27-cb79-4420-9955-6d5131c3d36b\\azure-communication-email-1.0.1-alpha.20240930.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\6af16a27-cb79-4420-9955-6d5131c3d36b\\azure-communication-email-1.0.1-alpha.20240930.1.tgz","_integrity":"sha512-fWtaaIvQL7rpVs1qiIWTH26KBtl7H7W7oFZZ5tVz2GK+JzJfCPTrdBVKm3llIO5CNl3KULsr6wi6gvYdxrQuxA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20240930.1_1727706623985_0.1846354473034384","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241002.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241002.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1aa94f337e4cca624ad58eb5368d0d3baeb5bd31","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241002.1.tgz","fileCount":46,"integrity":"sha512-VKkugAHSERdf3dE0bZbELKdZ8GBcBrWbIrFFyjt3J+b/XWtTjyBpLMjVzCAcAnL3Yb8ZcnAgeD0Z7wGjQDS1rA==","signatures":[{"sig":"MEUCIQCZVYtP/uEZJ6EYuHvB/glDJBaY5PQvIzGeW8Aa2cS1ZAIgRK0jOgtKeHCNp27oHnJRYAUINfmhW1IQGK6vKuk358k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7c86199b-bc47-47a9-8ea3-743e99ef8267\\azure-communication-email-1.0.1-alpha.20241002.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\7c86199b-bc47-47a9-8ea3-743e99ef8267\\azure-communication-email-1.0.1-alpha.20241002.1.tgz","_integrity":"sha512-VKkugAHSERdf3dE0bZbELKdZ8GBcBrWbIrFFyjt3J+b/XWtTjyBpLMjVzCAcAnL3Yb8ZcnAgeD0Z7wGjQDS1rA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241002.1_1727879713683_0.8755226996585626","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241003.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241003.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"da60c021d475528e7ff2a3358d6b42b63776869e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241003.1.tgz","fileCount":46,"integrity":"sha512-Db+4yIXkWT2HsRJRUf0zyzCXZriAY6XG/kBrns4LlV0tN3b4Xunp15TFYhxV7+5zborrJXO89eALNMbzttuQMw==","signatures":[{"sig":"MEQCIAWUO5ZF0oAEQO+UtsqY43JmVI+3k2AtUEQx/YK9RHI3AiAErQiTIJU2ys12sNcSt8OSJ034BGp1TZg5eR4kR+vh2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\03565d47-458a-4a62-a2de-3db31836c6f6\\azure-communication-email-1.0.1-alpha.20241003.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\03565d47-458a-4a62-a2de-3db31836c6f6\\azure-communication-email-1.0.1-alpha.20241003.1.tgz","_integrity":"sha512-Db+4yIXkWT2HsRJRUf0zyzCXZriAY6XG/kBrns4LlV0tN3b4Xunp15TFYhxV7+5zborrJXO89eALNMbzttuQMw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241003.1_1727965928724_0.9534290864964583","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241004.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241004.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5ba13867f9520d852d8cc247bc5215c9ac13134d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241004.1.tgz","fileCount":46,"integrity":"sha512-NtvUYKi5NvUm/yckabXMRrod5jS0gkuOMi4/gl3GS+N9GKP0YVKDlWXtrIi+tRX6HDoqcDTVY5lSWGeQq2Xmbw==","signatures":[{"sig":"MEUCIFNw3Cv1cG1qUHNuhbbtEM/PE4p56KyTklgfEHNCd8DgAiEAqh4cmjQUCDU9JF8j+wxWn6yzm1Jrv/i0g7Df9uYQ5b0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa6e48b4-82e1-4d5c-861c-fa95345e0dd5\\azure-communication-email-1.0.1-alpha.20241004.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\fa6e48b4-82e1-4d5c-861c-fa95345e0dd5\\azure-communication-email-1.0.1-alpha.20241004.1.tgz","_integrity":"sha512-NtvUYKi5NvUm/yckabXMRrod5jS0gkuOMi4/gl3GS+N9GKP0YVKDlWXtrIi+tRX6HDoqcDTVY5lSWGeQq2Xmbw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241004.1_1728052291750_0.3473761821471393","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241007.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241007.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"28e4ea4d677474c63ef63e8bc27cf2670d3c1ecd","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241007.1.tgz","fileCount":46,"integrity":"sha512-rP9nJd0SqoPscRHLBL5ttBb9g7PwiYYB/f1V5FzSNT8BZLjWr5fj2OSh3xVGaGi2y3ZJkSS5dJi4utaJA2Gg3A==","signatures":[{"sig":"MEYCIQDkQ7C3ltprk6/VSz78P3DxaA7UbbiTFTuAXgcrAw0MhAIhAN0zfdFwzSJZS499LTyUspVGCQhT9tntGrsmNHiKtbrG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8c05f681-cc97-4157-bcd4-4b0925d58a31\\azure-communication-email-1.0.1-alpha.20241007.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\8c05f681-cc97-4157-bcd4-4b0925d58a31\\azure-communication-email-1.0.1-alpha.20241007.1.tgz","_integrity":"sha512-rP9nJd0SqoPscRHLBL5ttBb9g7PwiYYB/f1V5FzSNT8BZLjWr5fj2OSh3xVGaGi2y3ZJkSS5dJi4utaJA2Gg3A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241007.1_1728311391585_0.5337007534071925","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241008.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241008.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"150c28c8f681724fa7232d91517577e6452db10b","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241008.1.tgz","fileCount":46,"integrity":"sha512-rdwlNrYNYz0c4Wle3gjO+MmVl49mv9pgCJ3HcjuwqhXVpMEPRNdkQDus2XKdWK7jTVXYTDRgIx0EwuHziJCpmw==","signatures":[{"sig":"MEQCIC2OxLlmOZve+vBF6pCfMNDj7tod6mZdryd4iVo0Tn8QAiAYXu/OF25lMQG+2IYu9ixHDvh3GDibyvtYRX6hwniMdQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fac4dcd2-83fd-4d0e-9bc5-03aa4945b8ec\\azure-communication-email-1.0.1-alpha.20241008.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\fac4dcd2-83fd-4d0e-9bc5-03aa4945b8ec\\azure-communication-email-1.0.1-alpha.20241008.1.tgz","_integrity":"sha512-rdwlNrYNYz0c4Wle3gjO+MmVl49mv9pgCJ3HcjuwqhXVpMEPRNdkQDus2XKdWK7jTVXYTDRgIx0EwuHziJCpmw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241008.1_1728397821604_0.6616652050760872","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241009.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241009.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f58d66b014be015f7f07447f539475bbf9fd41d4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241009.1.tgz","fileCount":46,"integrity":"sha512-d7l1yMGEkQOItPD7oFF9ZLmL+Z/A13MV1iPw4BJRxDH+0xpIq7P0ovn/HPN2B9HAbyXgm6YNyPMZLK6VyLmraA==","signatures":[{"sig":"MEQCIENCrXNx/78Gx+Ff/NKjxK4rwTo9OS4LX9/JvYhB3jOSAiB1I8V4o7FPzAMoXfKnckaJSpG5KjNT8+xZktJs1uEIzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d18a5ef1-a244-4955-9af4-9757f07cb8fd\\azure-communication-email-1.0.1-alpha.20241009.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\d18a5ef1-a244-4955-9af4-9757f07cb8fd\\azure-communication-email-1.0.1-alpha.20241009.1.tgz","_integrity":"sha512-d7l1yMGEkQOItPD7oFF9ZLmL+Z/A13MV1iPw4BJRxDH+0xpIq7P0ovn/HPN2B9HAbyXgm6YNyPMZLK6VyLmraA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241009.1_1728484329761_0.9944574022623482","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241010.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241010.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"32970938955d1483e6e009447fed84df97bf9624","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241010.1.tgz","fileCount":46,"integrity":"sha512-ezMlHRsyR+7HTRRIz4cPVlcDVBfs8AlBOyUDHSgupeKsYXPj93jLSrck5k0qJRR8NW32EnlQJQNnTVHGiQrF+g==","signatures":[{"sig":"MEUCIA3s/S1KSXinMOERAih8I80Bi0tlaMHFTKFHAIPBsneUAiEAmWvHOH0fFrT1CKM2rAVs8exGxHNexuH9iA88EepD/Gc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a34b7255-19de-4809-9196-2da2f2ee585d\\azure-communication-email-1.0.1-alpha.20241010.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\a34b7255-19de-4809-9196-2da2f2ee585d\\azure-communication-email-1.0.1-alpha.20241010.1.tgz","_integrity":"sha512-ezMlHRsyR+7HTRRIz4cPVlcDVBfs8AlBOyUDHSgupeKsYXPj93jLSrck5k0qJRR8NW32EnlQJQNnTVHGiQrF+g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241010.1_1728570836341_0.9715360594275135","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241011.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241011.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7a527b57e039095fb092656c67b9f15f3e842cb4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241011.1.tgz","fileCount":46,"integrity":"sha512-AAhV35V6gknmVPKg7eNSHSCsZC8xHtMy7CCSBF543AOJF2FKy3JNH1kuuRXykFFKZj6HM0qRLFEH8jo/9VHz0w==","signatures":[{"sig":"MEQCIEZk0bEQ2qCb074ngvlGr7EeRRXIKcVWBLal4RRqI8aBAiBda5xBsKiwpKxqJzyiLqjhs693MuPAOuGldDn8gdUgYA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\21e04ba2-6e46-4ea0-ae89-9873493a3afa\\azure-communication-email-1.0.1-alpha.20241011.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\21e04ba2-6e46-4ea0-ae89-9873493a3afa\\azure-communication-email-1.0.1-alpha.20241011.1.tgz","_integrity":"sha512-AAhV35V6gknmVPKg7eNSHSCsZC8xHtMy7CCSBF543AOJF2FKy3JNH1kuuRXykFFKZj6HM0qRLFEH8jo/9VHz0w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241011.1_1728656983577_0.38200449145314197","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241014.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241014.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"581c495d71f0297d52bd587e633016881438594b","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241014.1.tgz","fileCount":46,"integrity":"sha512-CIFe0uN/7EBL2zJLLy88vjpHM1hSOajo1lH8+h4MzmJlOodz0iOaQ2IzHzLVp1OsnRpFKmAoGtw8cNngAIbxHQ==","signatures":[{"sig":"MEUCIQDhaLZn0FygxCMjqR66wT+mXSkbrURH7QZEQOm6YAJJ7QIgTsIeMCzhj1oSIynHPxOWP7B8JCtIrFEOIl7ATV+89b8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\62d5a070-b8ed-4b53-9ba5-8487d9536eeb\\azure-communication-email-1.0.1-alpha.20241014.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\62d5a070-b8ed-4b53-9ba5-8487d9536eeb\\azure-communication-email-1.0.1-alpha.20241014.1.tgz","_integrity":"sha512-CIFe0uN/7EBL2zJLLy88vjpHM1hSOajo1lH8+h4MzmJlOodz0iOaQ2IzHzLVp1OsnRpFKmAoGtw8cNngAIbxHQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241014.1_1728916607605_0.10811189786593234","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241015.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241015.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"76251da7e9f73b415394a3f7fd38fdaed1324fd3","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241015.1.tgz","fileCount":46,"integrity":"sha512-IgCnE9uQxPXgvblSeJmLCQHf+RTbISbuRAD0Z6gFV4v3JTSAY1CeAePHQZkvnPMMlmBqO9lhaUAfkfGTPrqJ4w==","signatures":[{"sig":"MEUCIQCGv8d2mqRlY5QUh2AGbASyllKBP6VOL9cl6GeyimPB/gIgHkDIk9IxqvrnfLjKazDUCGeay3PXnxHw05vK4+Tj5t0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d02214f8-a60f-472f-8c84-746d3e148a6d\\azure-communication-email-1.0.1-alpha.20241015.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\d02214f8-a60f-472f-8c84-746d3e148a6d\\azure-communication-email-1.0.1-alpha.20241015.1.tgz","_integrity":"sha512-IgCnE9uQxPXgvblSeJmLCQHf+RTbISbuRAD0Z6gFV4v3JTSAY1CeAePHQZkvnPMMlmBqO9lhaUAfkfGTPrqJ4w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241015.1_1729002642705_0.6381760981656028","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241016.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241016.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"16c550cf5a6fde0d9d2eb65e7f59bb678d11df46","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241016.1.tgz","fileCount":46,"integrity":"sha512-LsYkHk3XAQY4PpeqEKl6yso67Edtwn3cOj/gnQ7sG9lgvsHynyJiFlcwizK/HDJRQz1syfbmxfZSi+HtmsG1IQ==","signatures":[{"sig":"MEQCIA7rs914WhJNrC0DtL1/FXfKNLGdHLr4zqSzqu5Ytm7MAiAHZyjW6JC48lQC5myIkARURIbJ3Lrd+ivefsFgbHVYlw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f80d1dd7-2eca-4aaf-bbaf-641919026bc6\\azure-communication-email-1.0.1-alpha.20241016.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\f80d1dd7-2eca-4aaf-bbaf-641919026bc6\\azure-communication-email-1.0.1-alpha.20241016.1.tgz","_integrity":"sha512-LsYkHk3XAQY4PpeqEKl6yso67Edtwn3cOj/gnQ7sG9lgvsHynyJiFlcwizK/HDJRQz1syfbmxfZSi+HtmsG1IQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241016.1_1729089390149_0.644407866081905","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241018.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241018.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d8755a8434e15042f165d96a004fee114b17b2f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241018.1.tgz","fileCount":46,"integrity":"sha512-mAHNg9JWnRWTLXz0rsKdLhj9jl7bRZzyOZKvRhit0AW3bgIajDSlTFhnDKPQ8F2Nq4CvwJobzxfQyyXS6EcJnQ==","signatures":[{"sig":"MEUCIDWXEld6SzzKyzT8nT8OFsiFno36YJ6L4F+ih/xSfgOaAiEAqbwhmVMMaDWReTZcIb/1/apSEl0ZWdT8PSs0Z+2V5XA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213095},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1ca395ce-1a51-4653-b8f1-bec3278151cc\\azure-communication-email-1.0.1-alpha.20241018.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\1ca395ce-1a51-4653-b8f1-bec3278151cc\\azure-communication-email-1.0.1-alpha.20241018.1.tgz","_integrity":"sha512-mAHNg9JWnRWTLXz0rsKdLhj9jl7bRZzyOZKvRhit0AW3bgIajDSlTFhnDKPQ8F2Nq4CvwJobzxfQyyXS6EcJnQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.31.1","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241018.1_1729261904218_0.8580399717032869","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241024.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241024.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0d160b20273e87634893fa2e04025e8c04d064cf","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241024.1.tgz","fileCount":46,"integrity":"sha512-Qa/1FCT47LGy46y+B+4+UkrNmIavSgE6DMPmVV1JqmbpUssPtYag0onHpLN8iqRh/e8T2iwfZx116heWy3peOg==","signatures":[{"sig":"MEYCIQCf6T7zSpq9Yowr6uvKM+Np3765icCKHRwEsfSUf+SK1wIhAMjVPzhsChkpDrntWmBS1dvwubhOCV1Q982rmWOtiGFb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213072},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1e55cf21-98b8-46c5-884b-f15e511e7477\\azure-communication-email-1.0.1-alpha.20241024.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\1e55cf21-98b8-46c5-884b-f15e511e7477\\azure-communication-email-1.0.1-alpha.20241024.1.tgz","_integrity":"sha512-Qa/1FCT47LGy46y+B+4+UkrNmIavSgE6DMPmVV1JqmbpUssPtYag0onHpLN8iqRh/e8T2iwfZx116heWy3peOg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241024.1_1729780180115_0.6461069653463873","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241025.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241025.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b8c7d8aa1c21b1250328c20c0685964bad8c9020","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241025.1.tgz","fileCount":46,"integrity":"sha512-qrKD4nvmTabI4CJrczr9F+gRnWz0Te9gnneaaiSeq7AijpMwBdsWf7wJ552YeEXWrHI/yd0UZaDiQ5QTboUUMQ==","signatures":[{"sig":"MEUCIDtieGPMpjvOdSpGsbkfsf9L7F0HXZRGNz4bd8NOGENVAiEA5uRrlCPVYFfYsue3362CKfUWDDVlkilq1M6+RMaiRNA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213072},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6d9e4652-7f9a-4d17-b259-005db621921d\\azure-communication-email-1.0.1-alpha.20241025.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-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 --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\6d9e4652-7f9a-4d17-b259-005db621921d\\azure-communication-email-1.0.1-alpha.20241025.1.tgz","_integrity":"sha512-qrKD4nvmTabI4CJrczr9F+gRnWz0Te9gnneaaiSeq7AijpMwBdsWf7wJ552YeEXWrHI/yd0UZaDiQ5QTboUUMQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241025.1_1729866683302_0.705026638015418","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241028.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241028.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"819665b927799c1f9f4a56b16d40b91091f3009c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241028.1.tgz","fileCount":46,"integrity":"sha512-kRnD1qJGgFvuU5Sjy8e33sskFKr33iRxzigAhGUPZcJqETrgqkpeyZuKHtDhobATKVOnmeoGwDRaC9/G4Y4IoQ==","signatures":[{"sig":"MEUCIBvXrTGnVsmDR24IsI+LzUlDq2679BlmhK60wNV1oMyuAiEAsCpaZIdb8wog1g0EKaarmSxmYg5kIDGLmEJmAAEEYFw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":212903},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f387c964-0a52-45bb-b173-e240bed53afe\\azure-communication-email-1.0.1-alpha.20241028.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\f387c964-0a52-45bb-b173-e240bed53afe\\azure-communication-email-1.0.1-alpha.20241028.1.tgz","_integrity":"sha512-kRnD1qJGgFvuU5Sjy8e33sskFKr33iRxzigAhGUPZcJqETrgqkpeyZuKHtDhobATKVOnmeoGwDRaC9/G4Y4IoQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241028.1_1730125900350_0.4218810503902597","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241029.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241029.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"17a517dea72af9b836f06307270c7415768120ab","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241029.1.tgz","fileCount":46,"integrity":"sha512-UyhP51uvN4e8/Nm4N+61HmhZQEeWKaz5XdunwpFY0WivTR7n8m0wnVimK7pWGT+XzT5kdOy25qtpYDP/+uyxsA==","signatures":[{"sig":"MEUCIAObvZSWHVoLEwXriv0V/oPeCWfeAfcFC7CFXpBUbVCNAiEAjEYVI27KqvsjuhEmeSk8vYEbnrX9GQMo29VkFCmAID0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":212903},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2c71aeb9-0221-4ef6-b13d-10e004b3709e\\azure-communication-email-1.0.1-alpha.20241029.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\2c71aeb9-0221-4ef6-b13d-10e004b3709e\\azure-communication-email-1.0.1-alpha.20241029.1.tgz","_integrity":"sha512-UyhP51uvN4e8/Nm4N+61HmhZQEeWKaz5XdunwpFY0WivTR7n8m0wnVimK7pWGT+XzT5kdOy25qtpYDP/+uyxsA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241029.1_1730212337151_0.011682580017368771","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241030.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241030.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20241030.2","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"615f932c652d60080a88b4d70541d886adaaec69","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241030.2.tgz","fileCount":46,"integrity":"sha512-ZLHIUYr9suILkU/i6exYPo7kfvofXDqIjGmpLzH7IGeUGDrP2WL/SbjJ7zu1wdZ1lQOe+mg+cdanQo4xpmpfOg==","signatures":[{"sig":"MEUCIQD5ro26De01Z5muIZYVpPuHKLbY99DJLKyBGLvDJ5z0TQIgO7WxHBzQ3ca6PGyCkJvMwI8yn5uB1WUc4VA/LOr4yys=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211491},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5075e5d0-4e05-4a08-894c-878243b2c81b\\azure-communication-email-1.0.1-alpha.20241030.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\5075e5d0-4e05-4a08-894c-878243b2c81b\\azure-communication-email-1.0.1-alpha.20241030.2.tgz","_integrity":"sha512-ZLHIUYr9suILkU/i6exYPo7kfvofXDqIjGmpLzH7IGeUGDrP2WL/SbjJ7zu1wdZ1lQOe+mg+cdanQo4xpmpfOg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241030.2_1730298584715_0.4214330598572804","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241031.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241031.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5a11c35ab4ee376eebc97554a46c90ed4d39a58e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241031.1.tgz","fileCount":46,"integrity":"sha512-G7El4uaFRs2lTe7kx+R6O2PfSx1gARjxw0LkkLIhbXIXlYP4o2LIaHWVy5v+Tw8LNGuNaOluX1ihj93QD39GXw==","signatures":[{"sig":"MEYCIQD3Uh4Al2lvmjE/iAuBbLh/l9UClFqbPPaOSqg+xRlhMwIhAL+o+Mmyk8cBVkdhwvgjoWr5RgtQmi0tzpRGexcPGeRo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211807},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2e4c5dfa-6166-4e8d-a95a-90d4667b0d9d\\azure-communication-email-1.0.1-alpha.20241031.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\2e4c5dfa-6166-4e8d-a95a-90d4667b0d9d\\azure-communication-email-1.0.1-alpha.20241031.1.tgz","_integrity":"sha512-G7El4uaFRs2lTe7kx+R6O2PfSx1gARjxw0LkkLIhbXIXlYP4o2LIaHWVy5v+Tw8LNGuNaOluX1ihj93QD39GXw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241031.1_1730385019082_0.9434861144199407","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241101.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241101.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f3adeaa2226ab2f85fe22809202d18eb1e134638","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241101.1.tgz","fileCount":46,"integrity":"sha512-6BYU5MjF1lTlvy2VzIXDx7/vf9ZX0g/PdsOIlIbjeSglfp0Q7/7R/i4KtC7WltKfrsCMpwmLgz8X/9YgtDZ+zQ==","signatures":[{"sig":"MEQCIBLacnjzZMRMM75dDYd3bLxSTnaRVdB78NbcyX95WttEAiAEE7JDX22LbJAnF1GXimmpDm973FLg15RMBewcTDBzxg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211807},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c99f9892-a290-4363-9c69-72aed70d964e\\azure-communication-email-1.0.1-alpha.20241101.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\c99f9892-a290-4363-9c69-72aed70d964e\\azure-communication-email-1.0.1-alpha.20241101.1.tgz","_integrity":"sha512-6BYU5MjF1lTlvy2VzIXDx7/vf9ZX0g/PdsOIlIbjeSglfp0Q7/7R/i4KtC7WltKfrsCMpwmLgz8X/9YgtDZ+zQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241101.1_1730471413545_0.6008373023044937","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241111.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241111.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ef3b1840ae705a7cd669bb759eb03a331c3a3a6","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241111.1.tgz","fileCount":46,"integrity":"sha512-D+1qw0Q7R3RZrnH1B5/caAhpdIqOWDmtjeYQcOXjKs7Cp/GkBChjNwWwJ7MmkE4Upj2l5EudBHo/i7/aD8VMiw==","signatures":[{"sig":"MEUCIQDtkE3HRaqOK/CnLlhIycuE9b83Sz2x39fZwY1qNvE8qQIgbSAkvuVwf7aPJpL6tX+DfXkUbOO34IPF6ntMG28P/5Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211780},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\49d28644-589a-48cb-8459-90d2c00834dd\\azure-communication-email-1.0.1-alpha.20241111.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\49d28644-589a-48cb-8459-90d2c00834dd\\azure-communication-email-1.0.1-alpha.20241111.1.tgz","_integrity":"sha512-D+1qw0Q7R3RZrnH1B5/caAhpdIqOWDmtjeYQcOXjKs7Cp/GkBChjNwWwJ7MmkE4Upj2l5EudBHo/i7/aD8VMiw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241111.1_1731339148834_0.7467517318699171","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241111.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241111.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20241111.2","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"064d37b8eaaf3467b082b9a7030445b281ed03cb","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241111.2.tgz","fileCount":46,"integrity":"sha512-H8lfiAwfoGxMXP66HODtL+/gLq0GfWdU/J1CBuk3r0865uhz3NLZEZGty3ljBBj+suNM758WpLiztbMVkPI6Xw==","signatures":[{"sig":"MEUCIE7GNFZAbMQKCHcVEWPy3gdLJpCIxFBVDNxHLlnVITcUAiEAotr5xMH15Hw0Q3riWapyDMVWJq+r/2xmmmYNw9USfxg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211780},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5c0ad2c9-991b-4409-82c3-763e8ef8229d\\azure-communication-email-1.0.1-alpha.20241111.2.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\5c0ad2c9-991b-4409-82c3-763e8ef8229d\\azure-communication-email-1.0.1-alpha.20241111.2.tgz","_integrity":"sha512-H8lfiAwfoGxMXP66HODtL+/gLq0GfWdU/J1CBuk3r0865uhz3NLZEZGty3ljBBj+suNM758WpLiztbMVkPI6Xw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241111.2_1731349640443_0.12273672133547131","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241112.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241112.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"af1bfc36ffa41c87717cad4b28226342e3d4cb24","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241112.1.tgz","fileCount":46,"integrity":"sha512-dhD8bkZjgGa9YdMJ+pZnJ0IPbTJKxoSpp+2pHGRhGVI6Bvkz03vVXCHiyeelbHuLaO4AtRSN9WxucnEZAHnzcA==","signatures":[{"sig":"MEQCIEEM/Enz8SQPtIim4mIb7fZZ8nFWTbJn5dNQbp22PjW3AiBjpCEyvtg/0J3SeC3Bnd3c2Woe6HPp41/E+PzihYundQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211780},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2a1ea345-9a4f-45a0-954a-689df094c32d\\azure-communication-email-1.0.1-alpha.20241112.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\2a1ea345-9a4f-45a0-954a-689df094c32d\\azure-communication-email-1.0.1-alpha.20241112.1.tgz","_integrity":"sha512-dhD8bkZjgGa9YdMJ+pZnJ0IPbTJKxoSpp+2pHGRhGVI6Bvkz03vVXCHiyeelbHuLaO4AtRSN9WxucnEZAHnzcA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241112.1_1731429128082_0.7261076203047936","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241113.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241113.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ed80f3b1826d69ec9c5334f107ad79519bb6b560","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241113.1.tgz","fileCount":46,"integrity":"sha512-eZRCEGsE6Ivhl/krAlWwcoIRoUshCpuuiT0Q6XAQhnDO8oJRSAdtdF0hjkSOFlAJv/tbPyx8h/b4OiR2kNWxvg==","signatures":[{"sig":"MEUCICNGiAaTrrWNvGG59D77HH88xulehlBKElHXffcVYgW0AiEAmAIqdWR7rlAJWRrGq8VnJW6SrmeuesJb5PvTziDQ9QA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211780},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2d5d7a3e-45e7-446e-ac3d-1bdd94f60c3d\\azure-communication-email-1.0.1-alpha.20241113.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\2d5d7a3e-45e7-446e-ac3d-1bdd94f60c3d\\azure-communication-email-1.0.1-alpha.20241113.1.tgz","_integrity":"sha512-eZRCEGsE6Ivhl/krAlWwcoIRoUshCpuuiT0Q6XAQhnDO8oJRSAdtdF0hjkSOFlAJv/tbPyx8h/b4OiR2kNWxvg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241113.1_1731512072240_0.8977396793954517","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241114.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241114.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd6fda475b694719612c92903b3e9361ee10dab5","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241114.1.tgz","fileCount":46,"integrity":"sha512-Uf5waLUC3vQgLehpSU3WDJabAeiGVlagXtQxfl3ufv1/n3OvYmyMNGL53ZM1Wdt/aVwL6z3Y6VsSn/C/g7u7IQ==","signatures":[{"sig":"MEUCIQD0CYTTBq+o3yWTMAtwuYkdjAdxGT2Rb4TXhYSMtI8CwgIgbfW4pQ36cpwFYbwKYhXyKGSoM5sFVR5HrJiiMhuQnfk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211780},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\65fda5fe-fd30-432f-ac9b-70abd394f599\\azure-communication-email-1.0.1-alpha.20241114.1.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\65fda5fe-fd30-432f-ac9b-70abd394f599\\azure-communication-email-1.0.1-alpha.20241114.1.tgz","_integrity":"sha512-Uf5waLUC3vQgLehpSU3WDJabAeiGVlagXtQxfl3ufv1/n3OvYmyMNGL53ZM1Wdt/aVwL6z3Y6VsSn/C/g7u7IQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241114.1_1731598486898_0.8664255624340802","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241119.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241119.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d47813e2b062194cdb498d6418e2d189d8e04e9e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241119.1.tgz","fileCount":233,"integrity":"sha512-XcbCeChHLTpiqN2dlMMd7FsMzAq+O/zk2hwuOkbzU06yX19BNCxMgJAvFsDqQB/wZfl41/3c7xI6e4hYFD98DA==","signatures":[{"sig":"MEQCIEc42qC//kGxN+jTkO5olknRh2VZX5gHNG+bcar/45SWAiBmOJEcPUM2wuvSjAKBZ8BDw1yChh45tIzN5PM8TQ0tag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":458197},"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\\88b66f45-be16-47c6-afe9-8f4477250a81\\azure-communication-email-1.0.1-alpha.20241119.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && rushx 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\\88b66f45-be16-47c6-afe9-8f4477250a81\\azure-communication-email-1.0.1-alpha.20241119.1.tgz","_integrity":"sha512-XcbCeChHLTpiqN2dlMMd7FsMzAq+O/zk2hwuOkbzU06yX19BNCxMgJAvFsDqQB/wZfl41/3c7xI6e4hYFD98DA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":">=1.18.0-alpha <1.18.0-alphb","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241119.1_1732030516903_0.32579677299580245","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241122.8":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241122.8","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20241122.8","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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b5d130a179ca8ea0583b2a1241e691d50c47adc8","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241122.8.tgz","fileCount":46,"integrity":"sha512-ENwZBWZ7Zo/riB6HxNqTMk+wfmZ4HEJWtwgEzUZIpyjU8SvjtQT280ujcfguoHCwF6GThI4f9gtqi8YKDkf+8Q==","signatures":[{"sig":"MEYCIQCWkTmW1SJloQ7ILtH4qJFVv4HwjruJheJZ8q/mOX4UsgIhAPFS6V5PWNMqRvjnDZ/Sq2r4CNVAVO2g20T2eJfHIN4D","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":211780},"main":"dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\43fee235-0324-41de-9efe-7f72a7ac7278\\azure-communication-email-1.0.1-alpha.20241122.8.tgz","types":"types/communication-email.d.ts","module":"dist-esm/src/index.js","engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","build":"npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"tsc -p . && dev-tool run bundle","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","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 && rushx 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\\43fee235-0324-41de-9efe-7f72a7ac7278\\azure-communication-email-1.0.1-alpha.20241122.8.tgz","_integrity":"sha512-ENwZBWZ7Zo/riB6HxNqTMk+wfmZ4HEJWtwgEzUZIpyjU8SvjtQT280ujcfguoHCwF6GThI4f9gtqi8YKDkf+8Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^1.9.3","@azure/logger":"^1.0.0","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.3.0","@azure/core-util":"^1.6.1","@azure/core-client":"^1.3.2","@azure/core-rest-pipeline":"^1.8.0","@azure/communication-common":"^2.2.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","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","@azure-tools/test-utils":"^1.0.1","karma-json-preprocessor":"^0.3.3","@azure-tools/test-recorder":"^3.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241122.8_1732338294538_0.313982810062174","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241203.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241203.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0d4c42657914ddaf64204dbe06059e554a5798fd","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241203.1.tgz","fileCount":232,"integrity":"sha512-69SGzmXk87v/PSPrwF2AxYQdbtMC79cOu6FCeY7QvZ0Bd1vSST5pd2T0LO12f/A+jfeGMZaVNh3crQ7rRBPYQA==","signatures":[{"sig":"MEUCIEZUtPlLW63LnU+jhLk2b/FBws9x7YT2klvnE1N1IU5AAiEAvGoSEIE/xhpkda0n9vhe8VSfksQqytc3ZjECE46X/x0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450061},"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\\6b102d2c-52c0-4bb4-b4d9-56cc3b2092a7\\azure-communication-email-1.0.1-alpha.20241203.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && rushx 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\\6b102d2c-52c0-4bb4-b4d9-56cc3b2092a7\\azure-communication-email-1.0.1-alpha.20241203.1.tgz","_integrity":"sha512-69SGzmXk87v/PSPrwF2AxYQdbtMC79cOu6FCeY7QvZ0Bd1vSST5pd2T0LO12f/A+jfeGMZaVNh3crQ7rRBPYQA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241203.1_1733240246077_0.7742836973718537","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241205.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241205.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"01539a1e5d4c836dc3828f869b60ea53ca6cdd93","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241205.1.tgz","fileCount":232,"integrity":"sha512-m0dS5xKZpw0t7oEvF6OyTE/x0qudLppa/qMTA/FtDUCvPUunl3J6KGKx9KFrsh+00K0m0iUM8nEYxjgLeyMlEQ==","signatures":[{"sig":"MEYCIQCf3OlXlE9JCzH0JZGxOBtwb48e/xPx0/+ZhLSkzYPvHwIhAJ9JgUOSay8gqLqUHp3FBcRdxUfDbdumUVW+qQQ6Cz8v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450094},"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\\ac822a9a-491a-4bd2-8132-3f1b5f1db001\\azure-communication-email-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\ac822a9a-491a-4bd2-8132-3f1b5f1db001\\azure-communication-email-1.0.1-alpha.20241205.1.tgz","_integrity":"sha512-m0dS5xKZpw0t7oEvF6OyTE/x0qudLppa/qMTA/FtDUCvPUunl3J6KGKx9KFrsh+00K0m0iUM8nEYxjgLeyMlEQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241205.1_1733413224920_0.6482203911774216","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241206.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241206.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"20fc3162f63931a82b076942ce8c289562491f8a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241206.1.tgz","fileCount":232,"integrity":"sha512-QepliZCazVTNZB+Nos49T36VTiNQY+NsbB6h+koKTgT7iVpVmK1QAHWgtKP1qKv6CAR+mNe96bZUyyuKUAeNvw==","signatures":[{"sig":"MEYCIQDkmhOdqa5o1/IkT/hSpjfQxU11UBy6zwsWir4PDGEBLAIhANT3cy13aCQRv3dTtddeQpuSWMTr/LLbZPNNV+QxwBqf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450094},"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\\4c05dac6-2147-4cf6-a508-d3ecc6379ad9\\azure-communication-email-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\4c05dac6-2147-4cf6-a508-d3ecc6379ad9\\azure-communication-email-1.0.1-alpha.20241206.1.tgz","_integrity":"sha512-QepliZCazVTNZB+Nos49T36VTiNQY+NsbB6h+koKTgT7iVpVmK1QAHWgtKP1qKv6CAR+mNe96bZUyyuKUAeNvw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241206.1_1733499237723_0.4548256839481797","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20241209.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241209.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9616ca2e562b4d6011a104f3380316ce42a09ff3","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241209.1.tgz","fileCount":232,"integrity":"sha512-RTjqnS3z5sjDPG1XG6uBEaXDONr6TIK8VGPqEDZNQQkCVBCgE4nqXR0S95Hg0CCeXuNYOX0DhU8ryWuMYO2X/A==","signatures":[{"sig":"MEYCIQC4AFNyXxDCi9Hr8tzBX/k+0KBm/WRB27T04SewQffNWQIhAOF2hrt2K6dCVRtFuYlYQDqAeaoa3LAucIjVw3Uz2BAt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450094},"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\\be481259-0199-40ca-832d-c37dc0bce791\\azure-communication-email-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\be481259-0199-40ca-832d-c37dc0bce791\\azure-communication-email-1.0.1-alpha.20241209.1.tgz","_integrity":"sha512-RTjqnS3z5sjDPG1XG6uBEaXDONr6TIK8VGPqEDZNQQkCVBCgE4nqXR0S95Hg0CCeXuNYOX0DhU8ryWuMYO2X/A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241209.1_1733758401644_0.7320801132456747","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241210.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241210.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9da70e665c0df76191d4dd6f36d5e9171ec00259","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241210.1.tgz","fileCount":232,"integrity":"sha512-gUDhacRBEMKWTQ3a9SppMhYjBS/lznoa03y8yF9xbrowBqA61fhjIoghnZ4CwnmQd9S8iZpFiQCd8PjGMiTK3A==","signatures":[{"sig":"MEQCIDJbDCdeuWXRCTYjd5NanHNIXI5P08BnXsBqPcVTs2Q2AiA6kOV/0Nii4R5V7ud3+LK30n7e4fqvdn+WkzMmltW5Yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450138},"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\\e3ab442b-a1d2-4db7-ba9d-ff7edecd73e8\\azure-communication-email-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\e3ab442b-a1d2-4db7-ba9d-ff7edecd73e8\\azure-communication-email-1.0.1-alpha.20241210.1.tgz","_integrity":"sha512-gUDhacRBEMKWTQ3a9SppMhYjBS/lznoa03y8yF9xbrowBqA61fhjIoghnZ4CwnmQd9S8iZpFiQCd8PjGMiTK3A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241210.1_1733844731998_0.3336046152194092","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241211.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241211.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20241211.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a028979666f9f2f1a48f736585ee1484b60bffe","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241211.2.tgz","fileCount":232,"integrity":"sha512-+UizJJCJ7AHUxsfSIjMLy834BG9DvridJlSNEJ0vEb7gtLOrGDz5F73NDGrydXIRn6lNlQb7CXMzO4E/h1nBVw==","signatures":[{"sig":"MEUCICJFsUUX6pPPJgaVUTn2reuF5Gp/7sm9OoyySpTB8MFIAiEA5wBpAlFnMkMOL1lFrLSTmKbHMF91ePExPY8U+PKQY9M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450138},"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\\b57dc5a7-644a-40de-875a-0e2543c67255\\azure-communication-email-1.0.1-alpha.20241211.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\b57dc5a7-644a-40de-875a-0e2543c67255\\azure-communication-email-1.0.1-alpha.20241211.2.tgz","_integrity":"sha512-+UizJJCJ7AHUxsfSIjMLy834BG9DvridJlSNEJ0vEb7gtLOrGDz5F73NDGrydXIRn6lNlQb7CXMzO4E/h1nBVw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241211.2_1733931290855_0.4776054478871463","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241212.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241212.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c8c6b994f687c77c10dd0e3db8090a4cdbbf78f2","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241212.1.tgz","fileCount":232,"integrity":"sha512-0MZMzSX4CLlmv448agNHCtz9wyHy1nmiuqZhSKUxwt2cEUfASmFkopKGZ4xcYAKWnPjKi8fIbgVmZg0xuShc/A==","signatures":[{"sig":"MEQCICRjKPx3G3PtmdpbzDvYcG+0+M74lDUBpIJak2cNV5n0AiBF/qWmjPJm3buzKIhEx3sFar0YfnKcYBDbNtgsityY+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450138},"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\\45de3217-c4b2-4bda-8253-61ce904e7e08\\azure-communication-email-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\45de3217-c4b2-4bda-8253-61ce904e7e08\\azure-communication-email-1.0.1-alpha.20241212.1.tgz","_integrity":"sha512-0MZMzSX4CLlmv448agNHCtz9wyHy1nmiuqZhSKUxwt2cEUfASmFkopKGZ4xcYAKWnPjKi8fIbgVmZg0xuShc/A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241212.1_1734017782185_0.52291410142031","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241213.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241213.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7007f8c7912c13651c726354fa8529b6fbcf14b9","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241213.1.tgz","fileCount":232,"integrity":"sha512-n19ebXgc3sh5BuDgJf6KdDKI01auqnGd9TYkduIEQoHtW9R/9L/xZcbJ20nMZpxPnKHhlXMXZZbBHg7cIdkPEw==","signatures":[{"sig":"MEUCIEgHt3J+NxWpFHVXM/u27ubW9FZGykd0i3KMZI886O1QAiEA9g41nBMKlvO/q474oITx03M3JY4KKj++mF2LFvIm0XQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450138},"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\\097390e3-87b3-4586-aeb1-30e7a5e1a991\\azure-communication-email-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\097390e3-87b3-4586-aeb1-30e7a5e1a991\\azure-communication-email-1.0.1-alpha.20241213.1.tgz","_integrity":"sha512-n19ebXgc3sh5BuDgJf6KdDKI01auqnGd9TYkduIEQoHtW9R/9L/xZcbJ20nMZpxPnKHhlXMXZZbBHg7cIdkPEw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241213.1_1734103980424_0.37903881849887","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241216.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241216.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4665b79b7cbe5581b0e56ae16ffa22eeb3cbbe6b","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241216.1.tgz","fileCount":232,"integrity":"sha512-6ktQjM4q0WmdhPid1HYl95OuQn6o/ZQ4rstHs6Y3169UK6BLOQPROMU9EywnQ+EbFHtLkC12LHTF9kkklicm0g==","signatures":[{"sig":"MEUCIQDMcs3rm2OSq4sPW9A3EjzGpTrDBC7VH2obvjFAk6rVpgIgcqneNlsgwZoVZIXDTiBvA9L7hmMhW10EseGTaAtDMjU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450138},"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\\63e1aaf7-d40e-4152-9ed3-7b722672660c\\azure-communication-email-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\63e1aaf7-d40e-4152-9ed3-7b722672660c\\azure-communication-email-1.0.1-alpha.20241216.1.tgz","_integrity":"sha512-6ktQjM4q0WmdhPid1HYl95OuQn6o/ZQ4rstHs6Y3169UK6BLOQPROMU9EywnQ+EbFHtLkC12LHTF9kkklicm0g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241216.1_1734363166842_0.21943415203562666","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241218.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241218.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"31a2f7868e764e8cef9eebfc0a7fbd262d473242","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241218.1.tgz","fileCount":232,"integrity":"sha512-A4QF75wikiw4n9Ofsl4epQ+wT0v82J9WWqd5yXzGSgXNE3M63SN7BCxrbzVyQb6gj57vkql5CZv2H4snnhSqMA==","signatures":[{"sig":"MEQCIHBSqNinoLFQEymV8cTSbp6GLlI+2TXsbGwVYRkGisQTAiBRl2tfpkLWfzs4JhWCLSFyzaZM717CcCZWfHpg1CtNiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450142},"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\\1605c9c6-67cd-4d47-802b-37918a2fec0c\\azure-communication-email-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\1605c9c6-67cd-4d47-802b-37918a2fec0c\\azure-communication-email-1.0.1-alpha.20241218.1.tgz","_integrity":"sha512-A4QF75wikiw4n9Ofsl4epQ+wT0v82J9WWqd5yXzGSgXNE3M63SN7BCxrbzVyQb6gj57vkql5CZv2H4snnhSqMA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241218.1_1734535892024_0.9578589580231205","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241219.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241219.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2bf67ecb5423a6db4e9cda7007deee782d293aa5","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241219.1.tgz","fileCount":232,"integrity":"sha512-f9pshdZPsQ7NCNTDhFwQF0b6iUSWE9ZjoD4CgzVNgmjDruE1AYwUv+TVWIyY368OvJF0fuIVqnJMd4hSVNrtiA==","signatures":[{"sig":"MEQCIF14u51NoFMQQH5g1wplIDbDCPsvO6A5vkuKkPn1WhXfAiAKOzrTMp31Ft+ySPJc/8jRtFBmbLp/jgzIkVQkKA7NpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450142},"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\\69fa0c86-a82f-4ef2-881e-2aac0041dfc6\\azure-communication-email-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\69fa0c86-a82f-4ef2-881e-2aac0041dfc6\\azure-communication-email-1.0.1-alpha.20241219.1.tgz","_integrity":"sha512-f9pshdZPsQ7NCNTDhFwQF0b6iUSWE9ZjoD4CgzVNgmjDruE1AYwUv+TVWIyY368OvJF0fuIVqnJMd4hSVNrtiA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241219.1_1734622444850_0.9768082532021556","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241220.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241220.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20241220.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a947596207dc3f3e8e1aac16aa028e36799baaa3","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241220.2.tgz","fileCount":232,"integrity":"sha512-NDb15APCSTZEOeZYhl3dqHXVbau8HsIYK2wc/NnEeqetwfnIdV5R7q6WD8g76DmQG3oG0CzATdz7uVzxgnvxvA==","signatures":[{"sig":"MEUCIC58r8VdllY/xr/RBG/BjiK1SujkYmFZdoz9GP0Zn5UZAiEAwR+dvxCsJRWzTzYVyNKU16ZcCS9eEWJ746jH1SB+E9M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450142},"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\\6baaff11-b7e9-43bd-b791-fbfbf181d9ef\\azure-communication-email-1.0.1-alpha.20241220.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\6baaff11-b7e9-43bd-b791-fbfbf181d9ef\\azure-communication-email-1.0.1-alpha.20241220.2.tgz","_integrity":"sha512-NDb15APCSTZEOeZYhl3dqHXVbau8HsIYK2wc/NnEeqetwfnIdV5R7q6WD8g76DmQG3oG0CzATdz7uVzxgnvxvA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241220.2_1734708961579_0.6058077164307627","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241223.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241223.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4e8a9414d62715d3d8f1437f6a67390ef5fb32a1","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241223.1.tgz","fileCount":232,"integrity":"sha512-KuYY5pKwMeiFiiGPDzRqForZk/Gc/Gfn658397lkcdP16dSJGQiD/UAgtJ7+QDyx1/b+aDQ7mXZaipNS8JAGMQ==","signatures":[{"sig":"MEQCIG+/FBPcLFDR8pKEJLKOpgVWGJ30dcf0xy3WuITZxD6fAiBdtK/lgu5x1YomvBEoS38c6V2pERzd8iGvj5hUE6x6Hw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450142},"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\\166a13ce-03aa-427a-b505-4a923dc7e375\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\166a13ce-03aa-427a-b505-4a923dc7e375\\azure-communication-email-1.0.1-alpha.20241223.1.tgz","_integrity":"sha512-KuYY5pKwMeiFiiGPDzRqForZk/Gc/Gfn658397lkcdP16dSJGQiD/UAgtJ7+QDyx1/b+aDQ7mXZaipNS8JAGMQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241223.1_1734968103276_0.7703537149409818","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241224.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241224.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa9a17b497f8fb3ed7f3b05b64f71020ad79f9dc","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241224.1.tgz","fileCount":232,"integrity":"sha512-IOtdFl9tb5VVaEG6kVIWZXQWn26hjhjenAVTyZzc46jsnTma53P7iYr7Lt3ugSyo5MzweCEZT2Ebf486cXDXdA==","signatures":[{"sig":"MEQCIC5CAVxqXi/HCcLx/Lf+lrQnoM6agO8WcDIRqgF3BOn6AiAeOVG0uKweTQJyBChJ0U0F0Xl8mbVrUHFjhvlrF/G5nw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451147},"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\\04810002-cfa1-48e9-a3c7-dfd14c21c931\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\04810002-cfa1-48e9-a3c7-dfd14c21c931\\azure-communication-email-1.0.1-alpha.20241224.1.tgz","_integrity":"sha512-IOtdFl9tb5VVaEG6kVIWZXQWn26hjhjenAVTyZzc46jsnTma53P7iYr7Lt3ugSyo5MzweCEZT2Ebf486cXDXdA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241224.1_1735054362493_0.9607246851492617","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241225.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241225.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c27435fe4bbcb9703a3b005e7a0d0fa3b257849","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241225.1.tgz","fileCount":232,"integrity":"sha512-ZxFWMEvadIIzkJPPMsh3EDwgwcJOO5C2L3kk3E+zWonimitVXfgWJpHJHqkh3T9OyjCgLWqdagh5fNRr/UN36Q==","signatures":[{"sig":"MEYCIQCpwFEP5XYkhc4ZIHggAGyg2hGqoVyckR/SMFv36BoX/gIhAJbGgwFdOsCmhmIUie/6C9stbkXAOUERh4ogxg96dcuW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451147},"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\\81e4b2a5-f64c-4acc-9222-69c2393670c3\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\81e4b2a5-f64c-4acc-9222-69c2393670c3\\azure-communication-email-1.0.1-alpha.20241225.1.tgz","_integrity":"sha512-ZxFWMEvadIIzkJPPMsh3EDwgwcJOO5C2L3kk3E+zWonimitVXfgWJpHJHqkh3T9OyjCgLWqdagh5fNRr/UN36Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241225.1_1735140786675_0.5891821436928839","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241226.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241226.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9f8bb619a7c8e2872233d30dd85ea175905ff459","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241226.1.tgz","fileCount":232,"integrity":"sha512-YBYeL8ZF48YnmodoyfvNGj8kxrUewZ8X8xr0VLnNVjrRqE4f4gw66tzxDQeN2C7Vm5Ww9KxRgROWNca4LNae3Q==","signatures":[{"sig":"MEQCICWD21+MYxHdrShwy4zK5PV8dg7l/zyLZuig+yd9d2ajAiBffsdEOrJU/3+2h5k/mW6TE/BocFk3BkcBxQDSaKZuOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451147},"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\\1a30651a-3ff1-4ca0-b896-20a1a830ed30\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\1a30651a-3ff1-4ca0-b896-20a1a830ed30\\azure-communication-email-1.0.1-alpha.20241226.1.tgz","_integrity":"sha512-YBYeL8ZF48YnmodoyfvNGj8kxrUewZ8X8xr0VLnNVjrRqE4f4gw66tzxDQeN2C7Vm5Ww9KxRgROWNca4LNae3Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241226.1_1735227303568_0.38504853420778073","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241227.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241227.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8195aa332af2a3fc84abc5a9bbc1b28320965c9f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241227.1.tgz","fileCount":232,"integrity":"sha512-oXoeP8CcNcUMVFVZUJ02Xk2qnE7g249Ln7R1xjApeDLzBdxluVnMiLYPTJAQUN8g8qfGm+qhHt9/4O0V3RbypA==","signatures":[{"sig":"MEYCIQD51NMFvRWmFbLo/S8vQGhkasQEtyet721SuVblLGGTdwIhANEUEyGzPeh9YXBbbpFuR4oiUJ2+eG94yBvaJBjpCaCq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451147},"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\\6b9a948e-e358-4b6c-890f-3c9f7e538766\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\6b9a948e-e358-4b6c-890f-3c9f7e538766\\azure-communication-email-1.0.1-alpha.20241227.1.tgz","_integrity":"sha512-oXoeP8CcNcUMVFVZUJ02Xk2qnE7g249Ln7R1xjApeDLzBdxluVnMiLYPTJAQUN8g8qfGm+qhHt9/4O0V3RbypA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241227.1_1735313789718_0.29510749213439746","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241230.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241230.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c1bd9dafd83a21d674a8a54ed03f2c90e595a9c1","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241230.1.tgz","fileCount":232,"integrity":"sha512-DTsiMyXvU2aB4u8SlTbGtZ8ZpR/WamcHQ+xPEkCnYaSZzBYg7B6wVPP7rXGwxd2/9yMDH+RRyAQsHQ8JHIlSBQ==","signatures":[{"sig":"MEYCIQDNt198vW9ETfRpFAe4tTxGUUby4L8phku78fvBdYMIPgIhAOWjDdaZuys7EcDTXDmk/9Yh+MFIsL8hFypTgSlqSSIK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451147},"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\\975ecb31-187f-4ad7-a2f1-6644fcbea2ec\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\975ecb31-187f-4ad7-a2f1-6644fcbea2ec\\azure-communication-email-1.0.1-alpha.20241230.1.tgz","_integrity":"sha512-DTsiMyXvU2aB4u8SlTbGtZ8ZpR/WamcHQ+xPEkCnYaSZzBYg7B6wVPP7rXGwxd2/9yMDH+RRyAQsHQ8JHIlSBQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241230.1_1735572974183_0.48316487359120464","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20241231.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20241231.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20241231.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b94ea61ce2fb7768a768cb7a6812499837d8b9d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20241231.2.tgz","fileCount":232,"integrity":"sha512-jDNo3vL37Qy7rFFxv4N3TmbWAriQ6bcxlH6VGBxaVVhnPiJIG2dFnmVjEpA4zBiDx9yNSIdDXkZh8ak/glSPvQ==","signatures":[{"sig":"MEUCIDEWw/ja0oUnoTz3h6KLCdOc9eH07R62yS+KJlmOSUt5AiEA7JJkQgiGAS+qvYl/bNNIe8/uQij7TkUHKffcOhc4a0M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451147},"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\\ecfe7f4e-cdb6-46ad-9529-96e3812f51c1\\azure-communication-email-1.0.1-alpha.20241231.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\ecfe7f4e-cdb6-46ad-9529-96e3812f51c1\\azure-communication-email-1.0.1-alpha.20241231.2.tgz","_integrity":"sha512-jDNo3vL37Qy7rFFxv4N3TmbWAriQ6bcxlH6VGBxaVVhnPiJIG2dFnmVjEpA4zBiDx9yNSIdDXkZh8ak/glSPvQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20241231.2_1735659220562_0.0115015021708611","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250108.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250108.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"868fcd8981846878fbea747c2bd681b66dd89b40","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250108.1.tgz","fileCount":232,"integrity":"sha512-VNDQ9xgsSvSuhUHBWK9kTGD1SOMkgT1oaEK3LXU7A3Ay9ha0eHK3nHlHySVQZ7FUSKGX0NAYBzEyW2X3JTGqWg==","signatures":[{"sig":"MEUCIQDbSZNE1buZ2xV1+LpEuZBa9Ounk7RISQUSgkKp2WbgiAIgeF/sLJR1cUN5zQG/9zvytG+xVbjk1CS6xn4YbJddV+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451147},"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\\d56a8a8e-6dbe-4090-9d7a-01f26399f37f\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\d56a8a8e-6dbe-4090-9d7a-01f26399f37f\\azure-communication-email-1.0.1-alpha.20250108.1.tgz","_integrity":"sha512-VNDQ9xgsSvSuhUHBWK9kTGD1SOMkgT1oaEK3LXU7A3Ay9ha0eHK3nHlHySVQZ7FUSKGX0NAYBzEyW2X3JTGqWg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250108.1_1736350255329_0.7876826495981291","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250109.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250109.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68eb091285bd247781038386ac17b29e73eb1636","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250109.1.tgz","fileCount":232,"integrity":"sha512-uJCGvwCFNLxtR9LsiU9yKWfw7wt5QOQvcgW9uX+fXtU7icCdo+HnpgOzD1B+5YYGlrkfEP77R948qBPe9iFgLQ==","signatures":[{"sig":"MEUCIBb56KSFNurxxwiyq0zwQbmBZx4gQ4bodhlX/obytAuXAiEAwd7TWEwWOqGPLGgqAryryqEGOAlVL1uaWoOLA/5vdYc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451147},"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\\a1807e08-e583-44d9-9c71-ecf12059a666\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\a1807e08-e583-44d9-9c71-ecf12059a666\\azure-communication-email-1.0.1-alpha.20250109.1.tgz","_integrity":"sha512-uJCGvwCFNLxtR9LsiU9yKWfw7wt5QOQvcgW9uX+fXtU7icCdo+HnpgOzD1B+5YYGlrkfEP77R948qBPe9iFgLQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250109.1_1736436624519_0.21873498891873555","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250110.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250110.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250110.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14027871dc33a938566af31a498059ae876263ae","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250110.2.tgz","fileCount":232,"integrity":"sha512-GixGlPy4mgg8YIskhT8EE+DICOaliA8D/8qMVeyPi7OQxoGh1Px5xIZesqn07OK5Ww46CTRScwJx5hjOWJ4/cQ==","signatures":[{"sig":"MEUCIGDBKMEPaLwTg2fxutcXI97KIQCVrFIcqt+Oe2BtfLInAiEAujSiSPJqfMnOrFAaDVJreSuACsn6BGPSbGZfnIf5qmg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451148},"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\\fad489b5-25e4-484d-99b4-e0085e4907cf\\azure-communication-email-1.0.1-alpha.20250110.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\fad489b5-25e4-484d-99b4-e0085e4907cf\\azure-communication-email-1.0.1-alpha.20250110.2.tgz","_integrity":"sha512-GixGlPy4mgg8YIskhT8EE+DICOaliA8D/8qMVeyPi7OQxoGh1Px5xIZesqn07OK5Ww46CTRScwJx5hjOWJ4/cQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250110.2_1736523054886_0.6587195757158908","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250113.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250113.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f3d44875a078d08ab6b924e8ee28c089000f7c46","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250113.1.tgz","fileCount":232,"integrity":"sha512-lWsu7/U91IZOhlVLcqu1gxLA+UFnYIeSneCffFKC0Of3QRW1MicITjUQy9x3u5npKlthmXjhtyV66ovUp/A9bg==","signatures":[{"sig":"MEQCIBv0FvEl/fxRZYFBoGg1r38g+pJTqsUyf9+QvBCS0B5oAiARdUzzet/qX0JkzGQ2bV2pVeyDhMGF3T2pXOWFAgTgQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451148},"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\\09a7cf1c-230d-4d7e-b64d-7320577cee74\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\09a7cf1c-230d-4d7e-b64d-7320577cee74\\azure-communication-email-1.0.1-alpha.20250113.1.tgz","_integrity":"sha512-lWsu7/U91IZOhlVLcqu1gxLA+UFnYIeSneCffFKC0Of3QRW1MicITjUQy9x3u5npKlthmXjhtyV66ovUp/A9bg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250113.1_1736782444296_0.2932323403702106","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250114.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250114.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250114.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2b56d440c70333fe1fa561e3f2b1afed7730ec7d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250114.2.tgz","fileCount":232,"integrity":"sha512-TaMFebi2EMClCfI25Y62rRn86gq8eHWxwV/GjvLHCjBA5Q6ERRy4alh0aNboVUy4dUWqVZ5YkOSf//TtvoS/7Q==","signatures":[{"sig":"MEUCIQCoG6kkNZEDjkN85HkSeE6H6qwW5Obf47v6m8r9YxfjRwIgZVFYT//K7GcHqpydEIIHTayJt9bQSDko4MRiAG9DCI4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451148},"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\\5b395444-645e-4c6f-9c7c-7ff97111eba9\\azure-communication-email-1.0.1-alpha.20250114.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\5b395444-645e-4c6f-9c7c-7ff97111eba9\\azure-communication-email-1.0.1-alpha.20250114.2.tgz","_integrity":"sha512-TaMFebi2EMClCfI25Y62rRn86gq8eHWxwV/GjvLHCjBA5Q6ERRy4alh0aNboVUy4dUWqVZ5YkOSf//TtvoS/7Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250114.2_1736868736945_0.6346011147951285","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250115.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250115.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bca5077bfec0565e102c593c32fd45e4f9216ab8","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250115.1.tgz","fileCount":232,"integrity":"sha512-qm2YXQwATT9gs0i22wGuwVoWmvZD9oKucwOXyUkxrgdxrb2R2Uin5LJEU8lbTbQS/IuNe3qMn2UcBcvc4z1Kvw==","signatures":[{"sig":"MEUCIFuwtBYW3xPIqpoxHBV/aH4o70lfO+kXJGuHlpaHFrqZAiEA1kBN0OViYC8D1SHrRH3zZpubfmB2bNoHXULAPHgltnQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451148},"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\\ec2c1626-6f64-4ee8-992d-a94f9e4963b1\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\ec2c1626-6f64-4ee8-992d-a94f9e4963b1\\azure-communication-email-1.0.1-alpha.20250115.1.tgz","_integrity":"sha512-qm2YXQwATT9gs0i22wGuwVoWmvZD9oKucwOXyUkxrgdxrb2R2Uin5LJEU8lbTbQS/IuNe3qMn2UcBcvc4z1Kvw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250115.1_1736955276722_0.46709217087972643","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250116.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250116.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8c0c96a9b8e9e920e841d2fb141bd1bc7cc999b","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250116.1.tgz","fileCount":232,"integrity":"sha512-+Dt5Zfk/WlYYUKNEkdpKFW+nDlYrm7iM4eNPxjw3YSOAUPEHUilgL2Pf6CPbIrJrH9oiyWT8/MzDxKwj+QBujA==","signatures":[{"sig":"MEUCIQC17e/w4uSpjUazX5WMCfF4LnVYvX//umnBblArBeGbJgIgRkU9vTdsTnx4kpRd9yNNKtOjfqYNvOSX6FmyJXhJKR0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451148},"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\\924f0e43-636f-4969-a6e8-92bd63bca0f6\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\924f0e43-636f-4969-a6e8-92bd63bca0f6\\azure-communication-email-1.0.1-alpha.20250116.1.tgz","_integrity":"sha512-+Dt5Zfk/WlYYUKNEkdpKFW+nDlYrm7iM4eNPxjw3YSOAUPEHUilgL2Pf6CPbIrJrH9oiyWT8/MzDxKwj+QBujA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250116.1_1737041735416_0.8152863446123637","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250117.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250117.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b9070fa4fcdc991b9eb32fb5033c72bba2563342","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250117.1.tgz","fileCount":232,"integrity":"sha512-2auPiPnik3bwO92KKCbRVNj8Eg1X7PtS5habPNGnOL1fhqCpmQeoMUEFcHNMGVsGMIkpvV3rNxR3kNyeJBZHcw==","signatures":[{"sig":"MEUCIQCaP5AUv0OU7nTr7GiLLtkjMNm/EtLXGXi4GPadKTDf5wIgM3F/XugNVMsScEn9ZEIVOjvl2RoKeWMOGP3oMOGvW4M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451148},"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\\0eb5bfeb-bc75-44ad-8e49-dad06abb8b46\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\0eb5bfeb-bc75-44ad-8e49-dad06abb8b46\\azure-communication-email-1.0.1-alpha.20250117.1.tgz","_integrity":"sha512-2auPiPnik3bwO92KKCbRVNj8Eg1X7PtS5habPNGnOL1fhqCpmQeoMUEFcHNMGVsGMIkpvV3rNxR3kNyeJBZHcw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250117.1_1737127965762_0.768115760226435","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250120.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250120.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aa248a743deda513d0450370ec7b445d2f4f6a8c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250120.1.tgz","fileCount":232,"integrity":"sha512-JkAjfkpuSxT/mtecP1dw3zbwZY4LuUCUQjoHfy0/yYo5JyxGQy0EC3R7TZhjBFuYbU6sIjXE7P3hE9EM+Hj/0w==","signatures":[{"sig":"MEQCIBnrFNEIGgNS4vxEDmeJw2W6s2ASr7nhk6QOmSgATvVXAiAVcIk4P26n364cfKW21rlC+8HX3mgRrLkW0B3Pt++wHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451148},"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\\14a43b05-b46b-4ff1-9dc8-9d37be44b17a\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\14a43b05-b46b-4ff1-9dc8-9d37be44b17a\\azure-communication-email-1.0.1-alpha.20250120.1.tgz","_integrity":"sha512-JkAjfkpuSxT/mtecP1dw3zbwZY4LuUCUQjoHfy0/yYo5JyxGQy0EC3R7TZhjBFuYbU6sIjXE7P3hE9EM+Hj/0w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250120.1_1737387308245_0.8224979814786644","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250121.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250121.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e3e1127283c7ace6c8344ece250545c6acd68c02","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250121.1.tgz","fileCount":232,"integrity":"sha512-K/BM9YMDSPd/NjxsZXM+0C9V2okQfTiH8WzzSgratHDdEK6MX7FC2t/NbS4ZnltRF9LygTu7gvQ4pBTvRS6Dcg==","signatures":[{"sig":"MEQCIC2MTiP1ms/ojHlBxKRTA/FvE/XI2N4UkulxyRuZfVDjAiBpLGms8EL2YEIMbCau4qeaV3K3Lcdfm2qOK/4aaXlgKQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451148},"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\\1ec88466-4cce-498b-beef-76cf0847c984\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\1ec88466-4cce-498b-beef-76cf0847c984\\azure-communication-email-1.0.1-alpha.20250121.1.tgz","_integrity":"sha512-K/BM9YMDSPd/NjxsZXM+0C9V2okQfTiH8WzzSgratHDdEK6MX7FC2t/NbS4ZnltRF9LygTu7gvQ4pBTvRS6Dcg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250121.1_1737473583192_0.10683988914034726","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250122.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250122.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250122.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d7e500803fc4a3b00cb947cf193ee1e4afd0ee7","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250122.2.tgz","fileCount":232,"integrity":"sha512-ILlEIeNiN9XkXyX0I2mGKIztf1Vun64UUYv7nDBSh+qT2VXieF5NEXFafOyRNoDf3I+iGhcT9UoZFoEZZyRtbQ==","signatures":[{"sig":"MEYCIQCX7vkVx9uftzxd3jArWUQ9Db9Scm9vjf1jXUrHu8FLfgIhAP5TZHwx3uXEhqHZpR8WuMBSQu2qB75Zy5VQU2MNR0EX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451148},"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\\8976b3bc-7471-4d5f-a953-19e15254769f\\azure-communication-email-1.0.1-alpha.20250122.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\8976b3bc-7471-4d5f-a953-19e15254769f\\azure-communication-email-1.0.1-alpha.20250122.2.tgz","_integrity":"sha512-ILlEIeNiN9XkXyX0I2mGKIztf1Vun64UUYv7nDBSh+qT2VXieF5NEXFafOyRNoDf3I+iGhcT9UoZFoEZZyRtbQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250122.2_1737560184885_0.9033310972388924","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250122.7":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250122.7","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250122.7","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d5609820b7f7545ec076281cdcf8bb721c06dce","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250122.7.tgz","fileCount":232,"integrity":"sha512-NU3gKuJeACFmExrZ6ixx89p5jAxX2UdUEo+QvKT8ctkCPFoJ6bMGF4hplNKCkWcQUWU20qn6YyXRQZ7J5pJ3hw==","signatures":[{"sig":"MEUCIEItL2nacXgH30t/4Kf+3fVA+F2yTeAx4RLqT4y5auQsAiEAm5oDJEbP/zNWACt4ZFr23yPVUeNDKKk+81vVMAJJtkw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451148},"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\\11ab34c4-3fb8-4d5d-858b-235d9ca5b5a2\\azure-communication-email-1.0.1-alpha.20250122.7.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\11ab34c4-3fb8-4d5d-858b-235d9ca5b5a2\\azure-communication-email-1.0.1-alpha.20250122.7.tgz","_integrity":"sha512-NU3gKuJeACFmExrZ6ixx89p5jAxX2UdUEo+QvKT8ctkCPFoJ6bMGF4hplNKCkWcQUWU20qn6YyXRQZ7J5pJ3hw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.5","playwright":"^1.48.2","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@vitest/browser":"^2.1.5","@vitest/coverage-istanbul":"^2.1.5","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250122.7_1737564184378_0.46749852633668265","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250127.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250127.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a7ee498b11b86785fe263b50ee55562b0d65a87","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250127.1.tgz","fileCount":232,"integrity":"sha512-zNGMo4HwN+OEVARgMUVceLi8p5WayK0nQo7CdyZuHrpNlq40YgQ1fUOo7ZNjdvizyOlqCluY2U4LPc2t4NEFyg==","signatures":[{"sig":"MEQCIHMDCPjBItKAMwNp76qfZvurBr7yNf0WLsEiagOisNiqAiBjkdi771eFrPgumX+f1ZxjR7qYgr3MHbugJJcuHDUOWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452907},"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\\66f73c18-35bf-4d34-8ce1-cecc75e6f431\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\66f73c18-35bf-4d34-8ce1-cecc75e6f431\\azure-communication-email-1.0.1-alpha.20250127.1.tgz","_integrity":"sha512-zNGMo4HwN+OEVARgMUVceLi8p5WayK0nQo7CdyZuHrpNlq40YgQ1fUOo7ZNjdvizyOlqCluY2U4LPc2t4NEFyg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250127.1_1737991880679_0.6111409897021476","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250129.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250129.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2382c16ce11e7e4df324ab8f52cedf89c8723a0e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250129.1.tgz","fileCount":232,"integrity":"sha512-1AyklrdtEq/6GNAy3m5i7C8oBzQPREvJQa+TE3KFrAwrloFJCYzgMHuvXeeNPsUiU/GGKRmp6uA+o+/hIqUuZA==","signatures":[{"sig":"MEUCIBMsy9uca9/fqiGmHJIHJNyXE/eUoVrdOj7coMZfkbaVAiEAygFGyiLgOZrsYSw2pWgQ3Vrqn2hMFCMlyJRE4OvwwdY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452907},"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\\29e5c35e-b66b-4b98-84be-c5faf3ed6a5a\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\29e5c35e-b66b-4b98-84be-c5faf3ed6a5a\\azure-communication-email-1.0.1-alpha.20250129.1.tgz","_integrity":"sha512-1AyklrdtEq/6GNAy3m5i7C8oBzQPREvJQa+TE3KFrAwrloFJCYzgMHuvXeeNPsUiU/GGKRmp6uA+o+/hIqUuZA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250129.1_1738164834007_0.6825689911128512","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250130.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250130.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"307d9045fe7ec46fd34fcb2153afefda1e1a4cd5","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250130.1.tgz","fileCount":232,"integrity":"sha512-NOW63gC1M/0aRs/Zrt/4HTMafEr/QT9IqZ61we5OG4xhBde4KCQZ2vNwu+/BplHk9Wi3IrKjdU4gHMxFs1eGmg==","signatures":[{"sig":"MEQCICUqIlgyODJ48xX5/uWOBDrI+VaJnqM4ipUMLSbIgfM2AiAO4EMYWiQ/8I3J0BOiQWrplM6bxT73i1xU7ypZheN7Xg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452907},"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\\0d13b1e8-9b07-44c0-bce5-49fdd527d3e5\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\0d13b1e8-9b07-44c0-bce5-49fdd527d3e5\\azure-communication-email-1.0.1-alpha.20250130.1.tgz","_integrity":"sha512-NOW63gC1M/0aRs/Zrt/4HTMafEr/QT9IqZ61we5OG4xhBde4KCQZ2vNwu+/BplHk9Wi3IrKjdU4gHMxFs1eGmg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250130.1_1738251131587_0.5620359306235714","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250131.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250131.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b0010b8e5d33b7f9b9f678a8ebbddaa99c7ce894","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250131.1.tgz","fileCount":232,"integrity":"sha512-Xj1kj8q/28mJq+ZkBy6Z383b7+taK/xLzjJNe7fIW1bzN1fOUJpAxHu2w6/t81OTBQNr+Frsz/Jlsm7fQv/+0A==","signatures":[{"sig":"MEUCIB5YOcgqkJuOSWMfdmGu9vfvWCbOFd0/xTGPi6zekrVNAiEAgI3eYcJ6ZgYBhbpuxQ+sl6DbjXoQLS2AQvCJnsc5jUA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452907},"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\\0529c2f9-3b12-407d-a889-e8f46a365848\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\0529c2f9-3b12-407d-a889-e8f46a365848\\azure-communication-email-1.0.1-alpha.20250131.1.tgz","_integrity":"sha512-Xj1kj8q/28mJq+ZkBy6Z383b7+taK/xLzjJNe7fIW1bzN1fOUJpAxHu2w6/t81OTBQNr+Frsz/Jlsm7fQv/+0A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250131.1_1738337723744_0.9670519702473852","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250203.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250203.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"817bdfac7e203942825fcbd46cb9afbaca88682b","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250203.1.tgz","fileCount":232,"integrity":"sha512-JZIpAz/8Bo4EiqQJChBDOqa9wQBwZAZevFkh/zpmiFu6kXNLBV5U4AfNuBPDrqz1lfYInI2/rYrm+sgx9WwD+w==","signatures":[{"sig":"MEUCIHGdRoP7MN6u5f7rFhwZU/wKWcIxuW+HQ8H+xUCZhe0PAiEAyEMfJckgtPzY31atKLYhBCmTtkmEPynQx3YG7oi/Xqc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452907},"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\\a52baa50-8ded-4155-9739-253099e3605b\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx 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\\a52baa50-8ded-4155-9739-253099e3605b\\azure-communication-email-1.0.1-alpha.20250203.1.tgz","_integrity":"sha512-JZIpAz/8Bo4EiqQJChBDOqa9wQBwZAZevFkh/zpmiFu6kXNLBV5U4AfNuBPDrqz1lfYInI2/rYrm+sgx9WwD+w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250203.1_1738597015032_0.07433968529115176","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250204.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250204.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eac02685404b542f73991c0b72643909d7ab8d21","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250204.1.tgz","fileCount":232,"integrity":"sha512-L78+dvipZK/mL1ZhmaomPA6RDe4xUNUVmQgNEQcSH1c7XBfmCxTtyo29gd/icOCrLOA9u0RGnw+7Yc/of9/FgQ==","signatures":[{"sig":"MEYCIQCWuaZBi3yYvjPeAzJ5jOtLM8pI31NuWjK7Dk3khQu8kwIhAIpVuCg/LV35i80/uo0yzyDFuiWGZI1hDCUx5JpFd4Su","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\59271079-f0c3-4729-8ef8-79a149660c5b\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\59271079-f0c3-4729-8ef8-79a149660c5b\\azure-communication-email-1.0.1-alpha.20250204.1.tgz","_integrity":"sha512-L78+dvipZK/mL1ZhmaomPA6RDe4xUNUVmQgNEQcSH1c7XBfmCxTtyo29gd/icOCrLOA9u0RGnw+7Yc/of9/FgQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250204.1_1738684238119_0.0027759097759771922","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250205.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250205.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0aef7d2a994fe92c4607e9cb3aae9429e00b9d15","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250205.1.tgz","fileCount":232,"integrity":"sha512-u3aBlWQZvJNY0h2KV9APkFiwf1apTfucBSAbE0mAMUXeSsTU32JXrztg4uZW4jo4lX0U4jIPo56/UlXrOAVmqA==","signatures":[{"sig":"MEQCIDlnqubgB+1FqyyIkHNrx3Z0y/wYkymYajRiR2wcodJrAiAujJdRSMoZKLJFKB+vzRZnAVpzOU7V1EaJti7FzlXzvA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\22e82117-501b-48e0-81da-ec2d5d1e0f6f\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\22e82117-501b-48e0-81da-ec2d5d1e0f6f\\azure-communication-email-1.0.1-alpha.20250205.1.tgz","_integrity":"sha512-u3aBlWQZvJNY0h2KV9APkFiwf1apTfucBSAbE0mAMUXeSsTU32JXrztg4uZW4jo4lX0U4jIPo56/UlXrOAVmqA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250205.1_1738769633472_0.7514079929218576","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250210.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250210.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e9af41062ffbab71fca1da618baee5daefa8560","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250210.2.tgz","fileCount":232,"integrity":"sha512-z2JA/UBBDfUZbFKDQlc/Gon5AiGc1IzReoLpsZIpq17zYBY59cHK87/J2vpss9OoIG7kmkwmwg5KqnaSyxrqLA==","signatures":[{"sig":"MEQCIGMDBIPLQlIK1cM/1ADGJ9WPzrvLi42iSDegohN+us/3AiBaphRKcHJGg6M6C9mieqE8QPF3RfCRtVQq7QP73Jvdqg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\d15c49cd-0675-4618-ae1e-163c35187298\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\d15c49cd-0675-4618-ae1e-163c35187298\\azure-communication-email-1.0.1-alpha.20250210.2.tgz","_integrity":"sha512-z2JA/UBBDfUZbFKDQlc/Gon5AiGc1IzReoLpsZIpq17zYBY59cHK87/J2vpss9OoIG7kmkwmwg5KqnaSyxrqLA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250210.2_1739201753606_0.7783569031028092","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250211.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250211.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"19b092ca2ce04b28872ff9d625b8f6884955c7d7","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250211.1.tgz","fileCount":232,"integrity":"sha512-DuSiumS094z5CWVpL/vC5BUjJszB2x040iKHVg6xvakrBgJKATWVHuPwXvxtxi6q0CwzdA+32XlgaFPIgcecVg==","signatures":[{"sig":"MEUCIQDsN2H1dBsuaew81hTtLpDHw+JprlzPW4pegwvMtkINVwIgQ/tYESQU+1F0D1dmsL7SOaJDZfxBsaF2OV3eAaOU4i4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\3caee4bb-47e4-46c0-8d30-318e5d40d839\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\3caee4bb-47e4-46c0-8d30-318e5d40d839\\azure-communication-email-1.0.1-alpha.20250211.1.tgz","_integrity":"sha512-DuSiumS094z5CWVpL/vC5BUjJszB2x040iKHVg6xvakrBgJKATWVHuPwXvxtxi6q0CwzdA+32XlgaFPIgcecVg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250211.1_1739287969601_0.12061817934522434","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250212.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250212.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ec067be20e21a6b485f20f2222c5c9ecb94b61ef","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250212.1.tgz","fileCount":232,"integrity":"sha512-K857Mx6aI4/v12vtLjPc23P7ykqd3nn5mOnbgf0FitgaJBnA7rEX9QymFtGW5OPw1GO3JjgvzRzASkijYABy1w==","signatures":[{"sig":"MEUCIF1hBG7wnSclE5i/91y07+LT5YBHamnrK+JXIMymI9LQAiEAgwhQYjphwSU/jUtxImSgHRC7OnNJegJKurF5dIM/Ae8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\09da6beb-9d7c-4396-be25-d05bd5f0e8f2\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\09da6beb-9d7c-4396-be25-d05bd5f0e8f2\\azure-communication-email-1.0.1-alpha.20250212.1.tgz","_integrity":"sha512-K857Mx6aI4/v12vtLjPc23P7ykqd3nn5mOnbgf0FitgaJBnA7rEX9QymFtGW5OPw1GO3JjgvzRzASkijYABy1w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250212.1_1739374626432_0.058063510492352144","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250213.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250213.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2f858d2da1497c93b522e9e5ddec33fc160bacd4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250213.1.tgz","fileCount":232,"integrity":"sha512-AKCfCvhxdkb3Dm/NlU6Dd6Q5tSbThTimKUi83jSqc4ltH0hzQTrDguAWFoWoERdO6CqjjF/WLARkaMzx2H00Yg==","signatures":[{"sig":"MEYCIQDsoIL0WIemSkReiWrhyiVksoQQj/snBY2tJDDvBRG8YgIhAIpDEQME/puOTiMVtrb1piS7Ub+ZUy+w4uLIThUuNoGd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\5fed3cbd-0310-414c-8b3b-335d428fb2a9\\azure-communication-email-1.0.1-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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\5fed3cbd-0310-414c-8b3b-335d428fb2a9\\azure-communication-email-1.0.1-alpha.20250213.1.tgz","_integrity":"sha512-AKCfCvhxdkb3Dm/NlU6Dd6Q5tSbThTimKUi83jSqc4ltH0hzQTrDguAWFoWoERdO6CqjjF/WLARkaMzx2H00Yg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250213.1_1739460994273_0.0038997861445151383","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250214.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250214.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4ab010225509f0a3d8b3f564a319def6018f3c1e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250214.1.tgz","fileCount":232,"integrity":"sha512-3OJMJgGKzJ5W9ASZ4Sx6s+stbvJ45i8/PRJhQHArS4EA24eWZbLVVxWRzrb5ng5KiiQNSA3FfyZ+1RExiEN/kA==","signatures":[{"sig":"MEUCIQDarPuKJxzdDzJIAdUOr6v6bWvTk7v7Bn4WSZC12y+eKwIgKMLIl/t3MlqRtdMczkG3+5YsRiYNUz1nshcO+2KG1WI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\d34c107e-af9d-4a2a-b92b-abdc41225750\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\d34c107e-af9d-4a2a-b92b-abdc41225750\\azure-communication-email-1.0.1-alpha.20250214.1.tgz","_integrity":"sha512-3OJMJgGKzJ5W9ASZ4Sx6s+stbvJ45i8/PRJhQHArS4EA24eWZbLVVxWRzrb5ng5KiiQNSA3FfyZ+1RExiEN/kA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250214.1_1739548869367_0.034447356014568165","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250217.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250217.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5dbf1ebc384c5ad65877f28481c40ef2cbbbc57","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250217.1.tgz","fileCount":232,"integrity":"sha512-JUaSKttWlSLy6OaN7TQYENv8guEuMJffS0+rl/d0D5yY4bkv2t+URfqmf5xx1poKz7PEvMI4lliug06S6Cd+nQ==","signatures":[{"sig":"MEUCID+16V4ODwoEPds2BEuuaHcjzBHf6TLajKzGwaTimb4GAiEAtXXX7P+tGhXbdWJFQTS1dyZLFAuKC5OFN8//BKhUcC8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\35f7cdfb-3700-4231-b273-a17873424d27\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\35f7cdfb-3700-4231-b273-a17873424d27\\azure-communication-email-1.0.1-alpha.20250217.1.tgz","_integrity":"sha512-JUaSKttWlSLy6OaN7TQYENv8guEuMJffS0+rl/d0D5yY4bkv2t+URfqmf5xx1poKz7PEvMI4lliug06S6Cd+nQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250217.1_1739806267677_0.2888382631366073","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250218.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250218.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cdc304fc36b60c91e6c230a81517aa9e7d4df387","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250218.1.tgz","fileCount":232,"integrity":"sha512-LwoJCA26qZ88yf9Owa0izKKiFZRcMtwBEWr/f9/687JI30LcM7tL/rDx2B62Pc1+M3ncJa3SqLGXNcMN913Dow==","signatures":[{"sig":"MEUCIQDw39Ox5LnuypGpNM6Y363W7fzfZLvK/0v8CABVuQ3tbgIgaM/xkkpj1KSnZ9TgbxWjHt5rMbrIU58exKj3iPYk+no=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\59924df8-a8e6-44f4-b01f-96ae292d39bd\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\59924df8-a8e6-44f4-b01f-96ae292d39bd\\azure-communication-email-1.0.1-alpha.20250218.1.tgz","_integrity":"sha512-LwoJCA26qZ88yf9Owa0izKKiFZRcMtwBEWr/f9/687JI30LcM7tL/rDx2B62Pc1+M3ncJa3SqLGXNcMN913Dow==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250218.1_1739892812922_0.28722009666381565","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250219.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250219.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fb7450cbe3c8b73d07cbb48eeb03b7f762978192","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250219.1.tgz","fileCount":232,"integrity":"sha512-KYg8escAMA8CVHtHWvsFMvk1C4EpLEQrn9PNoUsN/qmRJB9gUSNNg/ZNeqaegmumveYKJFXfpKYpBBCtsTw2JQ==","signatures":[{"sig":"MEUCIQDJ4TGmZYp336x4BcWBu3G1GFrPMO8duoOPfACidKc2egIgeLp8Ht6aeVbDI7HBiQLgtWlC8HdigjWEgPWIzdfUzr4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\df498536-1546-4450-9a5e-e384c0431327\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\df498536-1546-4450-9a5e-e384c0431327\\azure-communication-email-1.0.1-alpha.20250219.1.tgz","_integrity":"sha512-KYg8escAMA8CVHtHWvsFMvk1C4EpLEQrn9PNoUsN/qmRJB9gUSNNg/ZNeqaegmumveYKJFXfpKYpBBCtsTw2JQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250219.1_1739979317471_0.973445521254183","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250220.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250220.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8119136e7177131b38fe51a9ce6b9399490a374a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250220.1.tgz","fileCount":232,"integrity":"sha512-5516qGd3Oeqk90fS72WtJuTPSw25sjru8nS8DhvkAT+3F6KNfOIcP729rIWUE2YQEmbJYr3xNKznzVxpxDVl1w==","signatures":[{"sig":"MEQCIGIf4HPufma4PgVQmaSogFVXSJNNLQwWzzB4q2O5trRxAiATzyg9LTsZNHvx2B+BByfoj9Ij2meMWon0tAVWtld+sQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\bfe6f738-11b4-467c-8b2b-2812ab257e49\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\bfe6f738-11b4-467c-8b2b-2812ab257e49\\azure-communication-email-1.0.1-alpha.20250220.1.tgz","_integrity":"sha512-5516qGd3Oeqk90fS72WtJuTPSw25sjru8nS8DhvkAT+3F6KNfOIcP729rIWUE2YQEmbJYr3xNKznzVxpxDVl1w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250220.1_1740065732037_0.8562814820943558","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250221.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250221.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ef42ac9667d850671252d15d816412dba058d9c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250221.1.tgz","fileCount":232,"integrity":"sha512-KIKh2DNkI2n/8Nkk2j9I4VuI2JXh3WOJ0/zZoZEYO006VunlMfY8g4IbnrS2qLKeqNLBwafZQx1DYtClU4yjVw==","signatures":[{"sig":"MEYCIQDC1Ich8qxtGoW35/ld2cHznLnBO/QhokekFToOVWSRmQIhAN0T3Xm58eq+Ug7OE2ha1B9hB2oWvDUDkfuf/3DzK2bO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\98d8eb53-6fd8-4471-9d8c-d9657f246596\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\98d8eb53-6fd8-4471-9d8c-d9657f246596\\azure-communication-email-1.0.1-alpha.20250221.1.tgz","_integrity":"sha512-KIKh2DNkI2n/8Nkk2j9I4VuI2JXh3WOJ0/zZoZEYO006VunlMfY8g4IbnrS2qLKeqNLBwafZQx1DYtClU4yjVw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250221.1_1740152097278_0.2262806972265785","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250224.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250224.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fc633d72d86e255f0db915cd0743cee1aa1225ea","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250224.1.tgz","fileCount":232,"integrity":"sha512-Lh++NvztLviK35/KpCeNtpuCuu1oPDiZX7sclHoSOvPrXO/WznwSRWAGnBJ/om76m0I/CWRGvbtI9PcnigFqEA==","signatures":[{"sig":"MEYCIQCeen4I7JEt0qtvaP82hZN+8OB7RmeWSx1RC/yVgwl0mgIhAL4tVMXaFbARFRBJBp6V96wk4GpM7HcuFf77XfTtQQMZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\f5b355a0-1ba4-4afb-9b92-619758801d8b\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\f5b355a0-1ba4-4afb-9b92-619758801d8b\\azure-communication-email-1.0.1-alpha.20250224.1.tgz","_integrity":"sha512-Lh++NvztLviK35/KpCeNtpuCuu1oPDiZX7sclHoSOvPrXO/WznwSRWAGnBJ/om76m0I/CWRGvbtI9PcnigFqEA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250224.1_1740411346749_0.6207005766520528","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250225.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250225.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d9c86240b0d98f2ce279b54537257c6bf95949b4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250225.1.tgz","fileCount":232,"integrity":"sha512-xVYiooK29r/vkXJro74Ca1yk3u824KUvWncJljZN9jrbxXuWcoDKCn2X1VyJNP4shIonfgwQuk+aDlzmRNsPDg==","signatures":[{"sig":"MEUCICqxLd7Xt+dwGXKA2GOrHAommSJFcizjHHaXQUWlu7aoAiEA+aoGMTQtrvPdNTwq9JstNJ8lvdeeZI/Cl5BpxiiMe8M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\8b3ac1aa-362c-4e56-94f1-902c7c0ebfc3\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\8b3ac1aa-362c-4e56-94f1-902c7c0ebfc3\\azure-communication-email-1.0.1-alpha.20250225.1.tgz","_integrity":"sha512-xVYiooK29r/vkXJro74Ca1yk3u824KUvWncJljZN9jrbxXuWcoDKCn2X1VyJNP4shIonfgwQuk+aDlzmRNsPDg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250225.1_1740497795396_0.10312242080353462","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250226.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250226.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fb36598c2ebb886836efd997935633c0a3b5d223","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250226.1.tgz","fileCount":232,"integrity":"sha512-Q5kabZivFWy1WxBBYgRsHBDfBOhde+e1TiJ1N/mguSNv+tqp1vcKnf84Hi6pzGQ02McJ7DAA4ryn2GuQe4NacA==","signatures":[{"sig":"MEUCIQDA3UnU7JhtYnwzCkopbfaJQyzCwxjfx2TpamM0yZt/UgIgAyQzAQsUcDuAARhM60/j1pDv6G73LrsGYFUROzYWARI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\cb83c122-65ad-43a6-8f82-5aacb0e27734\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\cb83c122-65ad-43a6-8f82-5aacb0e27734\\azure-communication-email-1.0.1-alpha.20250226.1.tgz","_integrity":"sha512-Q5kabZivFWy1WxBBYgRsHBDfBOhde+e1TiJ1N/mguSNv+tqp1vcKnf84Hi6pzGQ02McJ7DAA4ryn2GuQe4NacA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250226.1_1740584161063_0.3838893322636845","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250227.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250227.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2cc76daa27b7247aebc1cb5e69a04280fbcc259c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250227.1.tgz","fileCount":232,"integrity":"sha512-NKe2jENPUBSjcfv0+ctIBR2CFScgcO5TEohOUI12GPIcoqXQCHkIGu1Ja5B7ZES1e4ZTghQ6tP3cM7y3B+QJqA==","signatures":[{"sig":"MEYCIQD0v/q7osujIawR9BAY4tW4sVXlSUJtTdAgyyAEgH/bTAIhALR7uL/tPk8MVMvVWLchgPTuNlbjenCHuyRa4WYGKcQ6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\3bc42a34-6d74-49d3-a256-fdf3b3fac47e\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\3bc42a34-6d74-49d3-a256-fdf3b3fac47e\\azure-communication-email-1.0.1-alpha.20250227.1.tgz","_integrity":"sha512-NKe2jENPUBSjcfv0+ctIBR2CFScgcO5TEohOUI12GPIcoqXQCHkIGu1Ja5B7ZES1e4ZTghQ6tP3cM7y3B+QJqA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250227.1_1740670603176_0.5530464271058597","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250228.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250228.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"35267411a3ad0702de87ce2706429a6326968356","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250228.1.tgz","fileCount":232,"integrity":"sha512-ZDrLosWnvuB7ZFmb4rq8lMDLH/PdDfwyi6mZVM186L6vIFnqY9gYvLmSYZCv7tHhanPTCtR1MTLXMsZ1RKBrtQ==","signatures":[{"sig":"MEQCIB0mTEtlc+HwAPCepOCvr3O52sa7P+rTrBzT60mpmz8EAiAR8xFNRP8JDXbKTE5NX1g+KsOOmyWLRdhiBpXHoMOq4A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\720879ca-b237-4502-9554-d72673244541\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\720879ca-b237-4502-9554-d72673244541\\azure-communication-email-1.0.1-alpha.20250228.1.tgz","_integrity":"sha512-ZDrLosWnvuB7ZFmb4rq8lMDLH/PdDfwyi6mZVM186L6vIFnqY9gYvLmSYZCv7tHhanPTCtR1MTLXMsZ1RKBrtQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250228.1_1740759514764_0.06034461385027101","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250303.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250303.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f954cb8578650b181e7d370ba283d691e702dcc3","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250303.1.tgz","fileCount":232,"integrity":"sha512-79IJcH527vJtg2JIRp/0nhZJo9dHqgPglEPCl4+TtmZrA9wFC3L6yWLdD3iEI3omEBKE3flKDs3+Jf5AFQT80A==","signatures":[{"sig":"MEUCIBltNVIkp9e1xhW7FzwLNzk2gWSp59HzepNESnnjOupFAiEAkHScytfk9vEoIGo/Ena4+qsYM8DiE2QjDqjjBr3eONs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\ce5f920c-3b7b-4009-946a-16f3100214e9\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\ce5f920c-3b7b-4009-946a-16f3100214e9\\azure-communication-email-1.0.1-alpha.20250303.1.tgz","_integrity":"sha512-79IJcH527vJtg2JIRp/0nhZJo9dHqgPglEPCl4+TtmZrA9wFC3L6yWLdD3iEI3omEBKE3flKDs3+Jf5AFQT80A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250303.1_1741016380511_0.7056589909038049","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250304.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250304.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"36c06c803fd9f78bf66d2571897091b7e241786f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250304.1.tgz","fileCount":232,"integrity":"sha512-kQAzZIK5P7TjW4u4oLbmqc7dF0HXeJ4p33eUSIzwZYDZRezk2MX4Xdv3nv3FRkxjcQu2N8t4Wim8WH+GgaPpXw==","signatures":[{"sig":"MEUCIQDF5harhaWAFv9CGILF8MQoYvuLhVGYIfyUFhD5N2/0KwIgUatqGkaAOkHZx37eYzM6NAXC1ux1hB+p35qqvE2zFYs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\f7cfac56-0e0b-4cd1-a9d9-926b93082a80\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\f7cfac56-0e0b-4cd1-a9d9-926b93082a80\\azure-communication-email-1.0.1-alpha.20250304.1.tgz","_integrity":"sha512-kQAzZIK5P7TjW4u4oLbmqc7dF0HXeJ4p33eUSIzwZYDZRezk2MX4Xdv3nv3FRkxjcQu2N8t4Wim8WH+GgaPpXw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250304.1_1741102327758_0.5108664017799727","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250305.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250305.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e1c1314e1b75e96db52bc51c97f0b107e0eb97b","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250305.1.tgz","fileCount":232,"integrity":"sha512-UG0tlhoiGprUpZs6TC5uA0E7rc5tCv4guw6zUGJGQFQ5rScnzzp5+TMHbZOdd6pQwS7kSCGRQUz9YLVT6v0boQ==","signatures":[{"sig":"MEQCIFjI0WrSnSgee6H7tHiyigLCpu1rUdNKEQSP0KcN7XArAiAug83HiF18Wo8xIVR4gFeIzM00Yq9uji669PJC/QPGig==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\b3a914bf-3f99-47f7-a53b-d1fb5ef2655d\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\b3a914bf-3f99-47f7-a53b-d1fb5ef2655d\\azure-communication-email-1.0.1-alpha.20250305.1.tgz","_integrity":"sha512-UG0tlhoiGprUpZs6TC5uA0E7rc5tCv4guw6zUGJGQFQ5rScnzzp5+TMHbZOdd6pQwS7kSCGRQUz9YLVT6v0boQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250305.1_1741188930711_0.546771923079022","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250306.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250306.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3270658a3f16dbc5acae512da1acbbeb5a763970","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250306.1.tgz","fileCount":232,"integrity":"sha512-vkz/mcTQzvD2U1Abu2wNQ+UgmhR5CaUM+Ae8LVPxn3+zI6CWtiyVxr+ByTHZZciifhT2bVWZ37fMbNXj8uLfSQ==","signatures":[{"sig":"MEUCIQDXlj9Y54Sfh5IN2oiXHvB1xRAfsZTQkn8WDce//s7S7AIgNmHpnZptnJQ+3HzEoHHESfrAX5E5Z32pBHp5wXtYW3c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\0bfeb2b5-0593-4625-a55f-abadfcf8ba34\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\0bfeb2b5-0593-4625-a55f-abadfcf8ba34\\azure-communication-email-1.0.1-alpha.20250306.1.tgz","_integrity":"sha512-vkz/mcTQzvD2U1Abu2wNQ+UgmhR5CaUM+Ae8LVPxn3+zI6CWtiyVxr+ByTHZZciifhT2bVWZ37fMbNXj8uLfSQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250306.1_1741275365732_0.9811511201540117","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250307.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250307.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f290d7576a0c0ab4b9074052ebc54d8da715c70","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250307.1.tgz","fileCount":232,"integrity":"sha512-6ZCL2bBDfw1XQfGL7Gqlwh9l3xSeV+VusfN2BUUngTHBYeDVGKvS53W45kQ6OM+AGQMF5vglX+SuaRs2LKxbmQ==","signatures":[{"sig":"MEUCICzT5EdE46jQaU+mrqG6f72m3zJMCdwyEAN8NIubfN/wAiEA99xFbTkeveykcdL/M2p1r6AAZdNMX821ZvL2rsBnHu4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\d1683962-fe26-468f-a79e-c1fe2ab67e11\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\d1683962-fe26-468f-a79e-c1fe2ab67e11\\azure-communication-email-1.0.1-alpha.20250307.1.tgz","_integrity":"sha512-6ZCL2bBDfw1XQfGL7Gqlwh9l3xSeV+VusfN2BUUngTHBYeDVGKvS53W45kQ6OM+AGQMF5vglX+SuaRs2LKxbmQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250307.1_1741361717022_0.09165877934766087","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250311.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250311.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"91a38aaea6ba70ba88da4548af524213c2da93d0","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250311.1.tgz","fileCount":232,"integrity":"sha512-EkeHXby/3vzgFjIZe3B1/B83L/kv2mniMhyNNP/JrwrSPryHVOyUitDgSBN8Pd+2FWDNc2m1dDyldaNbdtqmVQ==","signatures":[{"sig":"MEUCIBdcHFBKlP8jHiplRCY6CDfiC9TUliHn9JGlna6hTubnAiEAq4moC171nrw15c+EO3/S5+0ZV4wROBYtSjBo3CRbOEk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\d0c31117-a43b-4f12-b054-1dceb25073f2\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\d0c31117-a43b-4f12-b054-1dceb25073f2\\azure-communication-email-1.0.1-alpha.20250311.1.tgz","_integrity":"sha512-EkeHXby/3vzgFjIZe3B1/B83L/kv2mniMhyNNP/JrwrSPryHVOyUitDgSBN8Pd+2FWDNc2m1dDyldaNbdtqmVQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250311.1_1741703595012_0.7823080083077427","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250312.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250312.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"52ad87996d81db37e86c16db6ceb7ae7586686a0","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250312.1.tgz","fileCount":232,"integrity":"sha512-ZI3mzOclLGeCcrcQIBiOO407alB5kDnBZ4h8r+1xUCglKVghISIz55OjIUKr9AJO4oU7GIssI2J/3gXV7cGPKg==","signatures":[{"sig":"MEUCIGzC8AoUNHNasOvLYRtV+ovwf5ldoGPdHdXMFA8EUgWDAiEAhmrnELsYc2+Y0ELjSvEovAK1yzNeXxp1aWqLd6zF+1g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\c3a238b1-2fd1-4f46-8fc3-7f3ff0770491\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\c3a238b1-2fd1-4f46-8fc3-7f3ff0770491\\azure-communication-email-1.0.1-alpha.20250312.1.tgz","_integrity":"sha512-ZI3mzOclLGeCcrcQIBiOO407alB5kDnBZ4h8r+1xUCglKVghISIz55OjIUKr9AJO4oU7GIssI2J/3gXV7cGPKg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250312.1_1741790052688_0.456501164584439","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250314.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250314.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6cb2057a54217d4dd30b91cec6f2b4a27da2d5a9","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250314.1.tgz","fileCount":232,"integrity":"sha512-aox7DCuEHfWB6sugkoFtFJUu4GYyWqkDDjVl1yY4w1uHJP01ZoVgUA2eoiPAsQ3F8BZFIUksujFX/bjASGHkrA==","signatures":[{"sig":"MEQCIA6ZP+fBbexc8XvmUWBDI3OZdwGlQTg/4977Q9/5Gt+LAiAMfUYu47Xi3sgFwsAgp3ia9LON0SKrpOxKB8hYLG7QYQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\7a7368bc-26cb-4dfb-a82c-456560dbd505\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\7a7368bc-26cb-4dfb-a82c-456560dbd505\\azure-communication-email-1.0.1-alpha.20250314.1.tgz","_integrity":"sha512-aox7DCuEHfWB6sugkoFtFJUu4GYyWqkDDjVl1yY4w1uHJP01ZoVgUA2eoiPAsQ3F8BZFIUksujFX/bjASGHkrA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250314.1_1741962831993_0.7765820948134414","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250317.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250317.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0c732611ad3b4f7d501e8a15e9a97c561fa080a7","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250317.1.tgz","fileCount":232,"integrity":"sha512-9XE+RN60oJ0RbWhNJhqp2gwPjC1Mp9+FCMnmX/ySJJPOR2vWCQ+2fiYuYpCctFDKnp+fiyqSgAHCMfHu68JtKg==","signatures":[{"sig":"MEUCIG14MGQX54AE1GHw+Ba94/2Z9cT0tl8mgb23XSU3+U8ZAiEA5hhn6fX8DyJnH8VB8xuagp95/pKXOTdL1PgHIG2BGfM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\13617d86-f4e5-45e3-8b00-415bcc4d4d1b\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\13617d86-f4e5-45e3-8b00-415bcc4d4d1b\\azure-communication-email-1.0.1-alpha.20250317.1.tgz","_integrity":"sha512-9XE+RN60oJ0RbWhNJhqp2gwPjC1Mp9+FCMnmX/ySJJPOR2vWCQ+2fiYuYpCctFDKnp+fiyqSgAHCMfHu68JtKg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250317.1_1742221900772_0.5011321778234348","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250317.3":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250317.3","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250317.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9333646f327cd3ba61d369b6031f45b7ec55f5fa","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250317.3.tgz","fileCount":232,"integrity":"sha512-5S0AB3uT6XoN8mlsxc1CLWJMCcrdy/rlcDSpjtAzPi+jaSyYrO3TT5l0/RqNgnt8Lzbmvk3P+eZ52yzEpQ4BXw==","signatures":[{"sig":"MEQCIDDfGXnjhSlG86gi9gpe79mlBmBoFrHKqXq9+aiEyC7+AiBza6PCEE1dSELruGTAgTN0sqFthBXkp6UzpzwkYkCeKg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\91b61f12-204d-416f-a79f-4d79f7534c32\\azure-communication-email-1.0.1-alpha.20250317.3.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\91b61f12-204d-416f-a79f-4d79f7534c32\\azure-communication-email-1.0.1-alpha.20250317.3.tgz","_integrity":"sha512-5S0AB3uT6XoN8mlsxc1CLWJMCcrdy/rlcDSpjtAzPi+jaSyYrO3TT5l0/RqNgnt8Lzbmvk3P+eZ52yzEpQ4BXw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250317.3_1742227782740_0.21374115950001893","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250318.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250318.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8ba433bd159c1f32fb403ad21971d56712ea5e4f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250318.1.tgz","fileCount":232,"integrity":"sha512-YZSFIukhKzVi+uZlrQsOQs7RGEXFI50SfLMRnHA1lRpcqTQAtdEDjB/WU8bQVxTM/XXDCWmcwbuBxpDyqUT0tQ==","signatures":[{"sig":"MEQCIAjm0ymLRuFvho6QfwoJVmsLok/7VDRLetyZwvgpcK/lAiBAL9LPHGvfy4WXRlWPw4DG1aeocjfUUnwZWKvzIM27/g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\529b3396-1565-40aa-ad3c-74b58dd5e366\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\529b3396-1565-40aa-ad3c-74b58dd5e366\\azure-communication-email-1.0.1-alpha.20250318.1.tgz","_integrity":"sha512-YZSFIukhKzVi+uZlrQsOQs7RGEXFI50SfLMRnHA1lRpcqTQAtdEDjB/WU8bQVxTM/XXDCWmcwbuBxpDyqUT0tQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250318.1_1742308315555_0.4912185790667287","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250320.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250320.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ab760441b2a05fbaa9801edee10cb3356988599d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250320.1.tgz","fileCount":232,"integrity":"sha512-fiSqswM9xhgcUJ60ELqMNVDe8KXNLQUPWWQYKMHigkGsVXopuhcSaaXuay5CPoIJwQ/mN1aCkGxjdjoXgsuckw==","signatures":[{"sig":"MEUCIDxaPN6uaquITJ2DXxEm1JEhz0FFR0ZA4QabfXg1ItFaAiEAq5qq6Jmq57+N8k48H/KSjSMxmfZW5IQ59jKtaUkTZWE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\d4e64545-6037-4909-b747-cbcf986a0c29\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\d4e64545-6037-4909-b747-cbcf986a0c29\\azure-communication-email-1.0.1-alpha.20250320.1.tgz","_integrity":"sha512-fiSqswM9xhgcUJ60ELqMNVDe8KXNLQUPWWQYKMHigkGsVXopuhcSaaXuay5CPoIJwQ/mN1aCkGxjdjoXgsuckw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250320.1_1742481221854_0.24196801372534193","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250321.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250321.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e874656c9826cd465e1367f125c18e853dbc968a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250321.1.tgz","fileCount":232,"integrity":"sha512-dhbH1bjAhBTLcTNxW8zEvfQfZoUwvpoyXkbUvpLSojh/0SEnyjImUIkOjVMZLvL2OXSM8+EjgQyj0LJhK5deIA==","signatures":[{"sig":"MEYCIQCon5LdmBVNyBAAZbtEDidIoK0pChfN5nkrAeXvWp+bNwIhAPurtrtGGMAa6z21Nhsy92Y2c6KtnSkz0P5keSzTwKOL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\d9435d16-dcab-4a5a-b11d-eb010c5edd54\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\d9435d16-dcab-4a5a-b11d-eb010c5edd54\\azure-communication-email-1.0.1-alpha.20250321.1.tgz","_integrity":"sha512-dhbH1bjAhBTLcTNxW8zEvfQfZoUwvpoyXkbUvpLSojh/0SEnyjImUIkOjVMZLvL2OXSM8+EjgQyj0LJhK5deIA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250321.1_1742567535473_0.3911739765011033","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250324.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250324.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dce5e1c783fd6af3ffcc325498d47b700bc6af9f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250324.1.tgz","fileCount":232,"integrity":"sha512-WoqJf19iCdBDJGCgREqDvZGd0jA/thzLu1Gp47psyziTnt9XT/XuV0ph5xbRQQgCU/hcMDP/vKkwk2hEF75WMA==","signatures":[{"sig":"MEYCIQCbZoqIGPouezO7L0O7bretjcYQJX4Rr+31rrCRQ4UxmAIhAIfHpus8fUUhgFrTfwr/OGa3Lw/majuP0Nxlj+AWVpIE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\2a2dd562-5407-48d1-ab11-a74c5ec3fcdf\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\2a2dd562-5407-48d1-ab11-a74c5ec3fcdf\\azure-communication-email-1.0.1-alpha.20250324.1.tgz","_integrity":"sha512-WoqJf19iCdBDJGCgREqDvZGd0jA/thzLu1Gp47psyziTnt9XT/XuV0ph5xbRQQgCU/hcMDP/vKkwk2hEF75WMA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250324.1_1742826932305_0.41640012693144124","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250325.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250325.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c98095898b4c585ec4cd29df6d5c27bc4fbf0247","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250325.1.tgz","fileCount":232,"integrity":"sha512-d86LqTnQ1Z49XEM5VhHWTyf+voho5NDqs85C2KrXGU85+qN9UP0OC7XNXdQy71pUXU4JIxuBFKyj3/75eZjVNg==","signatures":[{"sig":"MEUCICLPnVqwm/n8kJh2xo9T4JGpnSnSvi4Nn8dI6YqnAYysAiEAtdV8dZadMyISAQpzVdQatrV8abYxeliW+bRhuPohcIA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\1cd21817-9464-42bf-9750-df5f397d7c13\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\1cd21817-9464-42bf-9750-df5f397d7c13\\azure-communication-email-1.0.1-alpha.20250325.1.tgz","_integrity":"sha512-d86LqTnQ1Z49XEM5VhHWTyf+voho5NDqs85C2KrXGU85+qN9UP0OC7XNXdQy71pUXU4JIxuBFKyj3/75eZjVNg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250325.1_1742913663562_0.2472735249987419","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250326.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250326.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cfd0be162b5cbf1a793d5f77a5d0a0dbd7fea961","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250326.1.tgz","fileCount":232,"integrity":"sha512-wLyHwxBFhDwGW+SHXA8fIKnIXFmCSubTWOLwu0yh+Pm+bhOwwaHeyuUIDMj0OTdOkyPzmB1trUHgvD/9Q+YRLw==","signatures":[{"sig":"MEYCIQDn88mVLwy16LuAQwqXdvSZWttI41LUqQM9LsBtANMWLgIhAPjln3X5rZLxuIY5hBiin8Mkd/TClAWf9H9ckCu7fPEj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\eeece89e-5d24-42d2-85c5-fb60b1eaf9ca\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\eeece89e-5d24-42d2-85c5-fb60b1eaf9ca\\azure-communication-email-1.0.1-alpha.20250326.1.tgz","_integrity":"sha512-wLyHwxBFhDwGW+SHXA8fIKnIXFmCSubTWOLwu0yh+Pm+bhOwwaHeyuUIDMj0OTdOkyPzmB1trUHgvD/9Q+YRLw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250326.1_1742999633913_0.5199196349385422","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250327.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250327.2","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250327.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"91d49e142ecdadd68d659766f540e35b42db7338","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250327.2.tgz","fileCount":232,"integrity":"sha512-E+T2iQww9Y6EPJELQ5NYzIhZPepGtvXNwFOfH1sa5PIY88Gr+sqopUV4TsXAKjNmdS4km7Q4PTo+Eu9BmZawew==","signatures":[{"sig":"MEQCIH7qC5XloG1ZyUUgL3VPIbqNt6KokosdPayJXhe6TNSlAiAd4y3M8c5jncbRFys4ug47AJHfjvpxGwpmIJ5BYbuSiQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\6538cb95-308c-43bd-9061-f2e63b43861b\\azure-communication-email-1.0.1-alpha.20250327.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\6538cb95-308c-43bd-9061-f2e63b43861b\\azure-communication-email-1.0.1-alpha.20250327.2.tgz","_integrity":"sha512-E+T2iQww9Y6EPJELQ5NYzIhZPepGtvXNwFOfH1sa5PIY88Gr+sqopUV4TsXAKjNmdS4km7Q4PTo+Eu9BmZawew==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250327.2_1743086040958_0.9023591148630237","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250328.4":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250328.4","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250328.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9aaf456fc0c9cea5489f9635120d769265f9cc37","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250328.4.tgz","fileCount":232,"integrity":"sha512-nWCwEKlsCQVRw017bh+GC2s7t9+SeH2dJcHPUKcL4xJYPgzQxgknGo26b71DSER7ZIMpKHdTUdEf7BPSzbAEFA==","signatures":[{"sig":"MEQCIHGtYOoKUAe2kaXFcbEBcrmR2disZBgqj1pTDfNoLTjjAiAgSMK9MXwyLC1U2zVN6J+TTn15NPTfQESQJMBLXhMllQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\69ac50f2-d66a-4443-bbd7-c18e84c00597\\azure-communication-email-1.0.1-alpha.20250328.4.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\69ac50f2-d66a-4443-bbd7-c18e84c00597\\azure-communication-email-1.0.1-alpha.20250328.4.tgz","_integrity":"sha512-nWCwEKlsCQVRw017bh+GC2s7t9+SeH2dJcHPUKcL4xJYPgzQxgknGo26b71DSER7ZIMpKHdTUdEf7BPSzbAEFA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250328.4_1743172359639_0.5687369504679083","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250331.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250331.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"101d02379b99e0b4d2e9237177253bdffd9f38d6","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250331.1.tgz","fileCount":232,"integrity":"sha512-nb0SbVhhkV3sX3441C/Jc/iZarzQ/5tyqAkUpgI9T/0COydZN31KQJU3w46qpLdQpO5WXSu0hDm5cxYxiqlWUg==","signatures":[{"sig":"MEUCIQD9ppScx0wU3onFBfhIaF82oxuYYxLhK26fGUFE8wArkAIgY8KqnslsEQhNrCo8Fk8FKNIQtKdOe84ICYTPzw2KKvQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\e60a40bf-f8b8-439e-95cc-8eff12d44ff8\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\e60a40bf-f8b8-439e-95cc-8eff12d44ff8\\azure-communication-email-1.0.1-alpha.20250331.1.tgz","_integrity":"sha512-nb0SbVhhkV3sX3441C/Jc/iZarzQ/5tyqAkUpgI9T/0COydZN31KQJU3w46qpLdQpO5WXSu0hDm5cxYxiqlWUg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250331.1_1743431630648_0.9879786294222919","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250401.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250401.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250401.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5faf12060d847b45d5e10382ebd2b469b2a4c640","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250401.1.tgz","fileCount":232,"integrity":"sha512-CcZYb1F2KsAMJIcaPe2aOKFEUy48eDVffHux+mGPCsx7z10Fv0UYmcqSkPkXpkKfIfvnHzqDRdcm+jm1wyKlbA==","signatures":[{"sig":"MEQCIGa8qehRvt8DFc9tcEvBL8mXNr+mICYv1/D8FwAHGZd4AiB1WYNgyZ4hq9Wx0aOmc/yj42Cbmb/tpTFzUWpgEGBdeA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\ea6d83fe-58e8-42c1-a23d-dd8aad660353\\azure-communication-email-1.0.1-alpha.20250401.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\ea6d83fe-58e8-42c1-a23d-dd8aad660353\\azure-communication-email-1.0.1-alpha.20250401.1.tgz","_integrity":"sha512-CcZYb1F2KsAMJIcaPe2aOKFEUy48eDVffHux+mGPCsx7z10Fv0UYmcqSkPkXpkKfIfvnHzqDRdcm+jm1wyKlbA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250401.1_1743518057898_0.7830202084519375","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250402.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250402.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"86ba6f53b7fd561d696e484d719100054c3db70a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250402.1.tgz","fileCount":232,"integrity":"sha512-0NG7Ar3d7d950C2siQtX0h5h35+EswCL9+LGHYC+ISnEgn/wSLrx5AzTBGV8U2R7ClbI6xspVK4IjcCQ797dvw==","signatures":[{"sig":"MEQCIDTFjw1d9JiKWu+9JdZmsExOwrJOAXo5JiqAUaQ3ZmScAiBQt8mGcE2LTwyf1G9Fw0JoQXr/lIR77x4KAgz4niyv+w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\9a1c9e77-b32b-4549-b687-4361acc05e52\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\9a1c9e77-b32b-4549-b687-4361acc05e52\\azure-communication-email-1.0.1-alpha.20250402.1.tgz","_integrity":"sha512-0NG7Ar3d7d950C2siQtX0h5h35+EswCL9+LGHYC+ISnEgn/wSLrx5AzTBGV8U2R7ClbI6xspVK4IjcCQ797dvw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250402.1_1743604395761_0.7485092022928521","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250403.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250403.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"149aac64217252b157dfa81b65d506ba484d1bc2","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250403.1.tgz","fileCount":232,"integrity":"sha512-EgbMZXWLsjsnJ84H2C+8PzVbgD7QyZTWKu9h4tGzSiHXZqaV983EWq1nEPRRLMHd8po8dYaUT1Aw9c/pVx8YlQ==","signatures":[{"sig":"MEQCIG0SdKo2RVAh7GEsaBlcYFdpeoa3O3Us5jy1aguiwvqaAiBVrN5Wk9wtsijR/IDV2ftvayuUHlraLYmC1nt6Hc0Q7Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\03d0225c-151e-4b5f-8a1d-31e2b6861446\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\03d0225c-151e-4b5f-8a1d-31e2b6861446\\azure-communication-email-1.0.1-alpha.20250403.1.tgz","_integrity":"sha512-EgbMZXWLsjsnJ84H2C+8PzVbgD7QyZTWKu9h4tGzSiHXZqaV983EWq1nEPRRLMHd8po8dYaUT1Aw9c/pVx8YlQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250403.1_1743690717417_0.8737877297989387","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250404.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250404.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"247479b99f5812476e5307b2b45d18689cb75267","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250404.1.tgz","fileCount":232,"integrity":"sha512-nuAqDF252Fv3TxLy+AMmWnkmPyWMZJUGvBSIQ9PT7suA63Whq4Jv/dA4DUOVYGCnLyYLmkBcfw/PD4Z4vJtODw==","signatures":[{"sig":"MEUCIFITZU1aY1E0hDj4UzAs2e0scUmpjnAW74MGSC9D28HLAiEA3XWkZD6XqwW4NollU70kbEyVpVGN3uF7p+Hh38ecgQc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\735b2970-5bdc-4b4b-ac27-b892c2b86170\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\735b2970-5bdc-4b4b-ac27-b892c2b86170\\azure-communication-email-1.0.1-alpha.20250404.1.tgz","_integrity":"sha512-nuAqDF252Fv3TxLy+AMmWnkmPyWMZJUGvBSIQ9PT7suA63Whq4Jv/dA4DUOVYGCnLyYLmkBcfw/PD4Z4vJtODw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250404.1_1743777079452_0.3650232763915877","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250407.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250407.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6bd2aac16fd8ff3f5a95040b3f55933c664166c2","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250407.1.tgz","fileCount":232,"integrity":"sha512-6e9+4JGUBF9bkB+yZc7A6Oow72MYNM0d3LSiXZ19MJMrQmmPVOvMgpcxlJ/emwP7eFH/MHYclsQD2J5anJt9Iw==","signatures":[{"sig":"MEYCIQCT98AkVk6CMOB+OoKAimVrKsG7uOmexoAHXxpRntu1mAIhAKwJe+zEN3mApGaRxUkoPq6TelfBK2AgrwZ72sC9X5aX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\e430d353-66e7-4784-8937-ce1d71f8f2c1\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\e430d353-66e7-4784-8937-ce1d71f8f2c1\\azure-communication-email-1.0.1-alpha.20250407.1.tgz","_integrity":"sha512-6e9+4JGUBF9bkB+yZc7A6Oow72MYNM0d3LSiXZ19MJMrQmmPVOvMgpcxlJ/emwP7eFH/MHYclsQD2J5anJt9Iw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250407.1_1744036548125_0.19462352243122938","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250408.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250408.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1e1cd588f6a248cd54f1c727482dd3b198d1c049","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250408.1.tgz","fileCount":232,"integrity":"sha512-T2K6/WgykA1z+LAGXbEdeXvP6wnV48OokXBSZQPWOi4GIWzuS4magF1VmuUD6MrOfojWUjHriygB+lcQSRVzOw==","signatures":[{"sig":"MEUCIQD2Ev0A1pG08NVbXO/0G3sr9kcqKZ7ZMGX4b8+GwZ4roAIgFTGCp1o6edl2TxPQE0qW0r43evCSMVAi5VefrfCTgoA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\b288ff90-cedd-40a7-a897-936bf53f8e03\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\b288ff90-cedd-40a7-a897-936bf53f8e03\\azure-communication-email-1.0.1-alpha.20250408.1.tgz","_integrity":"sha512-T2K6/WgykA1z+LAGXbEdeXvP6wnV48OokXBSZQPWOi4GIWzuS4magF1VmuUD6MrOfojWUjHriygB+lcQSRVzOw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250408.1_1744122784342_0.776562982068489","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250409.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250409.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"506e616eaab44fd5479b595614a4ca1302c8bed9","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250409.1.tgz","fileCount":232,"integrity":"sha512-f0m57xtcI03jBj/ikGDy8b9/LNyJ+QY0Wo5D69GPNVg6EZJ2PPp8I2LIcUTxOr28IY62ObaaHD9asx/QFvOxpA==","signatures":[{"sig":"MEUCIQCqFZ13y18IvK5HMglNxG4DYMU/yXwKygoVdCBQD/1T8gIgLBcKsD2Qn+siMoDx7bbva+lUZey30s9kS7pJ6mtNnHc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\8c533b95-7f46-4dd7-bb61-b7625a7e877f\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\8c533b95-7f46-4dd7-bb61-b7625a7e877f\\azure-communication-email-1.0.1-alpha.20250409.1.tgz","_integrity":"sha512-f0m57xtcI03jBj/ikGDy8b9/LNyJ+QY0Wo5D69GPNVg6EZJ2PPp8I2LIcUTxOr28IY62ObaaHD9asx/QFvOxpA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250409.1_1744209039622_0.18093927921954367","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250410.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250410.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf9cb700e80dadad505997c6d66c33c28a22965c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250410.1.tgz","fileCount":232,"integrity":"sha512-quVE4uNdTw3/Qkmi6O1n9Wwo60Gx+KH8lV98XQIZh6IdkYH18UKXhKYH7sZMHBFtYwxEyQLrVj0RZu1r+m7zHw==","signatures":[{"sig":"MEQCIAJ8NEFrHWD282+hZzCjCVOnxZsOaTSDO8njRGaovMu7AiAlsKSJ2kDA4bOaKwemPmhmh9irKwe8YYv7uunq0Xp7qA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452857},"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\\59814487-ef31-4efc-8ec5-a26cb97b9582\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\59814487-ef31-4efc-8ec5-a26cb97b9582\\azure-communication-email-1.0.1-alpha.20250410.1.tgz","_integrity":"sha512-quVE4uNdTw3/Qkmi6O1n9Wwo60Gx+KH8lV98XQIZh6IdkYH18UKXhKYH7sZMHBFtYwxEyQLrVj0RZu1r+m7zHw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.5.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@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":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250410.1_1744295607425_0.028749519298254977","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250411.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250411.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ed4aa885df7a6b203b1ec46923fd5070981db7a5","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250411.1.tgz","fileCount":232,"integrity":"sha512-bT4hTLjxSRcD2uUlSplrQuQryIEFUDLUcXEUNJVJvqH5E5ji5F1l1B1bTcaJ6Zbj3+q6k3F1ajXW5L4bh1ErlQ==","signatures":[{"sig":"MEYCIQDoHFOEw/p9xt98qFcoPK+oRj8tXdXAbYg9x/DcK4WeHAIhAP9bYHI6Ma5JQTC3icnBfIzGCc3BKJNLVEFMxVWgTu77","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452877},"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\\1f95e798-5ec1-42dd-8949-d2a607a93a7e\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"dev-tool run build-package && dev-tool run bundle","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\1f95e798-5ec1-42dd-8949-d2a607a93a7e\\azure-communication-email-1.0.1-alpha.20250411.1.tgz","_integrity":"sha512-bT4hTLjxSRcD2uUlSplrQuQryIEFUDLUcXEUNJVJvqH5E5ji5F1l1B1bTcaJ6Zbj3+q6k3F1ajXW5L4bh1ErlQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250411.1_1744381898226_0.12471029906410669","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250417.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250417.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"87e47ef1083bb22a791da6418d8f763e9e784f19","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250417.1.tgz","fileCount":232,"integrity":"sha512-O2VNMWLm+hJ5w9/Ve3YJ3mLv17v6ng18cFyJN4HH44hLTVQHB/tjuD9N6SyfmqeK2e/N57Fj57WDkFx8iaA17w==","signatures":[{"sig":"MEUCIAHhqUOp+XAFMKcU80w+3rALmLOurQYOlq4CPDSfjbH+AiEA1a5O1JMmDM2Luyp0siH3vqe+HuONO0Q5WbCKh8GXgtI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452841},"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\\41d7afb1-d3e4-46eb-af5e-de71090c1619\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\41d7afb1-d3e4-46eb-af5e-de71090c1619\\azure-communication-email-1.0.1-alpha.20250417.1.tgz","_integrity":"sha512-O2VNMWLm+hJ5w9/Ve3YJ3mLv17v6ng18cFyJN4HH44hLTVQHB/tjuD9N6SyfmqeK2e/N57Fj57WDkFx8iaA17w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250417.1_1744900041940_0.3065329062396509","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250418.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250418.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ed72e4da956c405efc4c668ae6e4384ddced2e9d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250418.1.tgz","fileCount":232,"integrity":"sha512-YLsm3ykCRFx5W7M+exGLCyAd+xnMn027bI+uqdDoEX6vpUBBLQDdhx7Kft52+m7QhbpqHrbZmeRCIRpi95lpNw==","signatures":[{"sig":"MEUCIA77LlHQa/u76YU6HFPXkJrfx7iiJ0r8UvEFvIbZ+vmBAiEAxVubl/uDvKVrYZ/smEWtNR8QDeZaAEC1RHvEm4yCAXg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452841},"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\\b12bc423-3804-42b3-bede-aa1b69811d27\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\b12bc423-3804-42b3-bede-aa1b69811d27\\azure-communication-email-1.0.1-alpha.20250418.1.tgz","_integrity":"sha512-YLsm3ykCRFx5W7M+exGLCyAd+xnMn027bI+uqdDoEX6vpUBBLQDdhx7Kft52+m7QhbpqHrbZmeRCIRpi95lpNw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250418.1_1744986458415_0.5220970685997304","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250421.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250421.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"628d9200ea3fdf15928c5c1af98b0642561ac652","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250421.1.tgz","fileCount":232,"integrity":"sha512-aU5UxKTrDz2DPGmRmFzFgwlBUUNX6XhBeN2tA6mXzi4TttZ+PORPn6qz0MF3DAmaXY0E3gJpsYzNymw4PVVY5w==","signatures":[{"sig":"MEQCIBsiKRo2ZFQo0aCQABVT3FHKJ6bNqRZk4qg06iHxUK2qAiArTwJjuEZ2jbjkS/9V5lI3qp5c5MADCDUGlGI9wlGY9A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452841},"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\\323d4a77-503a-45dc-b346-f77a5a117475\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\323d4a77-503a-45dc-b346-f77a5a117475\\azure-communication-email-1.0.1-alpha.20250421.1.tgz","_integrity":"sha512-aU5UxKTrDz2DPGmRmFzFgwlBUUNX6XhBeN2tA6mXzi4TttZ+PORPn6qz0MF3DAmaXY0E3gJpsYzNymw4PVVY5w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250421.1_1745245645146_0.38062231366999555","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250422.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250422.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5fd540cdae6eacb3f4d2eccd355734631344573a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250422.1.tgz","fileCount":232,"integrity":"sha512-iKz1jc8+K/pTEaMPh3mCVWcoldzU9dXHymtes2buiPnudRdAifRAvk/PccsPW94u/f/wq1TI+sUW/4xWbcLVwA==","signatures":[{"sig":"MEUCIGJZkEbQFdzrUmzZYGtZkyXXqhTBd0rMvcTjk77bPtmTAiEAvZnlquqdq4F1YL6mDhcOLdPCAnTqe6kJKdoJViGutV0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452841},"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\\fe0cb21b-075e-4174-ac67-39eab0ce4d30\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\fe0cb21b-075e-4174-ac67-39eab0ce4d30\\azure-communication-email-1.0.1-alpha.20250422.1.tgz","_integrity":"sha512-iKz1jc8+K/pTEaMPh3mCVWcoldzU9dXHymtes2buiPnudRdAifRAvk/PccsPW94u/f/wq1TI+sUW/4xWbcLVwA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250422.1_1745332182244_0.3034886351066488","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250423.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250423.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a98ca8c323980a6a0c0f8280ef3076789b9ae22f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250423.1.tgz","fileCount":232,"integrity":"sha512-hn8nUbCl7ZhXuBcIalVJNUy5xcxciwZI8mZbFT6xiM0wq4GByfj5rxTy9Cj1FTeHEfGML7PEnibXjipXsdMvNw==","signatures":[{"sig":"MEYCIQDopi8RfxvaPb5sFFdirQc3YkgJn+xgKNkt+S2Mex5HlQIhALq9urhjpXyMDCjzR1mrh4yZQ2Iz44AFM/ySVlYKMOLT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452841},"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\\7cfd0627-bc37-4f14-b029-3c9da74f2aba\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\7cfd0627-bc37-4f14-b029-3c9da74f2aba\\azure-communication-email-1.0.1-alpha.20250423.1.tgz","_integrity":"sha512-hn8nUbCl7ZhXuBcIalVJNUy5xcxciwZI8mZbFT6xiM0wq4GByfj5rxTy9Cj1FTeHEfGML7PEnibXjipXsdMvNw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250423.1_1745418439841_0.7206864678747404","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250424.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250424.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a4b647b28e05d72ce738afc4055c439291b0c9a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250424.1.tgz","fileCount":232,"integrity":"sha512-73BwgXXnI2kmq0hWgrRgmJUAtkhChbFF9DZvvBxGi1s9gtUggiZUR/gb7jjUEF/uv4jONoCCG9QUDNEjHGM0/w==","signatures":[{"sig":"MEUCIQCF5/nz8Lz9+jVd1I/CgSgAlEWtwPjLdUBPEQ5o5spG3AIgLdt97XBlytimlab9dmRNeg6ItFWfu1tJzhClaVO2Bw0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452841},"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\\fc19cc65-9f7d-4754-8544-9a128c08477b\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\fc19cc65-9f7d-4754-8544-9a128c08477b\\azure-communication-email-1.0.1-alpha.20250424.1.tgz","_integrity":"sha512-73BwgXXnI2kmq0hWgrRgmJUAtkhChbFF9DZvvBxGi1s9gtUggiZUR/gb7jjUEF/uv4jONoCCG9QUDNEjHGM0/w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250424.1_1745505090236_0.7467649033389772","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250425.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250425.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3187cb275322ac647295c9ca8734e2641b441eab","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250425.1.tgz","fileCount":232,"integrity":"sha512-hAcixSoSAqtpWmUEcC+r/s4AizveJoKoKRo8SSzjpN9oFT10aH9uNIPX7JM+U3fhfJhlNHwhyjCAyzjMLkKKdw==","signatures":[{"sig":"MEQCIFm1E/66ISybQrnkFrk2asQxSMEF2pEnx3Mu8oXSf6cjAiA4w5HX3vJ2OihI6mbfpQN/DKGFS9fQepHP+qgdeG2Ehg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452841},"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\\c9cdc675-4ae9-4635-9919-4d9cf3184b9e\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\c9cdc675-4ae9-4635-9919-4d9cf3184b9e\\azure-communication-email-1.0.1-alpha.20250425.1.tgz","_integrity":"sha512-hAcixSoSAqtpWmUEcC+r/s4AizveJoKoKRo8SSzjpN9oFT10aH9uNIPX7JM+U3fhfJhlNHwhyjCAyzjMLkKKdw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250425.1_1745591236543_0.06561570555179008","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250428.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250428.1","keywords":["azure","cloud","communication","email"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac7142080d8e5b64f4e9111c085a645c7746fe0a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250428.1.tgz","fileCount":232,"integrity":"sha512-8bXRPRpGYzf7dqOTpkoFkgCAy6v22mRujL+/1O2HP6ziGYOa/dF1TdjG0KhCyV0McFDwRmkJ511pzE9x6PdiOw==","signatures":[{"sig":"MEYCIQDwuWhjjyhIpMdMqcTsEBmDxMhkk5KBpX5tQv19qA443gIhAJ4uze3KWcOEFlBssNGW4EaxmCCXF6Dlzh58i7rYv1vB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452841},"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\\604c079c-3f04-4415-aba9-8da56d044d2f\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\604c079c-3f04-4415-aba9-8da56d044d2f\\azure-communication-email-1.0.1-alpha.20250428.1.tgz","_integrity":"sha512-8bXRPRpGYzf7dqOTpkoFkgCAy6v22mRujL+/1O2HP6ziGYOa/dF1TdjG0KhCyV0McFDwRmkJ511pzE9x6PdiOw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250428.1_1745850448610_0.8798580188713907","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250429.5":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250429.5","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250429.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7b56e062bf4960c91ae5d6c9ade945b6f5b36c49","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250429.5.tgz","fileCount":232,"integrity":"sha512-E1amf0hGl9+VZu3hEV37KOv0yOiCjl58Jeu4ZlG0ZYUt6uT0O3HISyUaWH0+QgdfqPz/PKmSCZAMqauA2TGmyg==","signatures":[{"sig":"MEUCIQCGIy0rBscOV1ROcpJoxSxG7+OBCxzsWp/PeRn81gcqAAIgHMwEapby+6sO45JaWEFjg4DUYd4nW6a0Zys5Rmvb6Pw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452841},"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\\17bbddf7-b8cf-4108-a81c-d8e58ce091d6\\azure-communication-email-1.0.1-alpha.20250429.5.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\17bbddf7-b8cf-4108-a81c-d8e58ce091d6\\azure-communication-email-1.0.1-alpha.20250429.5.tgz","_integrity":"sha512-E1amf0hGl9+VZu3hEV37KOv0yOiCjl58Jeu4ZlG0ZYUt6uT0O3HISyUaWH0+QgdfqPz/PKmSCZAMqauA2TGmyg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250429.5_1745937189069_0.03204942801802768","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250430.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250430.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"47681d2889af3962d5677ec91fc772c34319e91d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250430.1.tgz","fileCount":232,"integrity":"sha512-Y/qWP3yACO0YO8rGJh8jOsPTvI116qGAW4+peKwlqkW7XtDjzIhirSSWnY5Mey5HDssgcusub626/jevO4N8xg==","signatures":[{"sig":"MEQCIA+93WWm7AlTisPqciP84u6eFxLxX3A+9LHY8OxfN+GgAiBzwd1sJBK92+GsMoW9/RudN2riQBCpKYYz49EjgbbTdQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452841},"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\\c8476ac9-2e8b-4fb8-90b6-747c4c90026f\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\c8476ac9-2e8b-4fb8-90b6-747c4c90026f\\azure-communication-email-1.0.1-alpha.20250430.1.tgz","_integrity":"sha512-Y/qWP3yACO0YO8rGJh8jOsPTvI116qGAW4+peKwlqkW7XtDjzIhirSSWnY5Mey5HDssgcusub626/jevO4N8xg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250430.1_1746023617204_0.5683217622681833","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250501.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250501.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"df4da5db70db2868c634fe39c3cd0bb4c9cfea62","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250501.1.tgz","fileCount":232,"integrity":"sha512-o343uRkgfblJ+mYobXsUgKcafhmTXbI/yC1Fa2Uz7b2aPtIgzqW1RuPbdDjQZTZm6WRRFQnYZUqWQN9cShcazA==","signatures":[{"sig":"MEQCID4+AR0yDTmW6trT8AehRYECa3/pgypRlfyOkODBX73BAiAeSo+LqWKORZAdQw+Tx6U9Ze5upAJ2fbX+V/q+PWiJJw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452841},"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\\eaa2b93c-0ee9-46bf-83ef-9be013e4707f\\azure-communication-email-1.0.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 build:test && npm run unit-test && npm run integration-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:samples":"dev-tool samples publish -f","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\eaa2b93c-0ee9-46bf-83ef-9be013e4707f\\azure-communication-email-1.0.1-alpha.20250501.1.tgz","_integrity":"sha512-o343uRkgfblJ+mYobXsUgKcafhmTXbI/yC1Fa2Uz7b2aPtIgzqW1RuPbdDjQZTZm6WRRFQnYZUqWQN9cShcazA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250501.1_1746109695543_0.8241383996669362","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250513.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250513.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf50f690d99b7e0fe6ceee8b63c19146b03cd718","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250513.1.tgz","fileCount":232,"integrity":"sha512-of0MnYIDLCrCZAt7t/BmzQTJlzpxj/0Q9QjCUSYe3qyR35KfQHgQNu7hzFc4ZBCZINWbFT7GA4xjI1JobPlsGg==","signatures":[{"sig":"MEQCIC8dAm2rkUOuDjnS+QQoc8in5nbwN9UE3mYgWrXpiKRNAiBLyhqI77Ln+4RYNEQXXE5sp/ncOwwJsX5yJCljqyCZfQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\ed497088-c3fa-43c7-a67a-a892fdb767a1\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\ed497088-c3fa-43c7-a67a-a892fdb767a1\\azure-communication-email-1.0.1-alpha.20250513.1.tgz","_integrity":"sha512-of0MnYIDLCrCZAt7t/BmzQTJlzpxj/0Q9QjCUSYe3qyR35KfQHgQNu7hzFc4ZBCZINWbFT7GA4xjI1JobPlsGg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250513.1_1747146546354_0.2785175242046005","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250515.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250515.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7cd6a0fe24c58e02a93e95200108f13c47c0b320","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250515.1.tgz","fileCount":232,"integrity":"sha512-AWePQ5nv5DACrfsNgAPs8PGOtUiKkbdZMiUXmxEsQcgYO+W1gkJiiwZ403XNIZ1wX6FPp8EycHhTYTFm+U58fA==","signatures":[{"sig":"MEUCIBqq2ByOc6ak/EVDyxG3u0OHjoCrBJtCIznq8x/QPdGvAiEA2BOjvk3WsSTC826mIk8V4DYvF2ao5A8mVZv3bBEU264=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\14221edf-0f69-4ac1-b0dd-e4ee175d8bcd\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\14221edf-0f69-4ac1-b0dd-e4ee175d8bcd\\azure-communication-email-1.0.1-alpha.20250515.1.tgz","_integrity":"sha512-AWePQ5nv5DACrfsNgAPs8PGOtUiKkbdZMiUXmxEsQcgYO+W1gkJiiwZ403XNIZ1wX6FPp8EycHhTYTFm+U58fA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250515.1_1747319355724_0.6403020466352531","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250516.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250516.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250516.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"094273b4ba841ba75f2927e863e15ff64efa7923","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250516.2.tgz","fileCount":232,"integrity":"sha512-9/h9b2RHwE8PEgrrE9EaYnGvTQMZ78BdawomDHbbmax2JC6bzVlCg8qX0tLfZse+vLbWKad4zx1BtGISUQcDVQ==","signatures":[{"sig":"MEUCIQDGYXPQY6Lo9epBWlprwk0RtIMsoe4+uWx3Ksy59edHAgIgBGozYMYPs12Vr7PEBVIpNnzK98uCZDfdIG3vV+RGKfQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\5e22455e-45db-4416-89e6-465560686d88\\azure-communication-email-1.0.1-alpha.20250516.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 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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\5e22455e-45db-4416-89e6-465560686d88\\azure-communication-email-1.0.1-alpha.20250516.2.tgz","_integrity":"sha512-9/h9b2RHwE8PEgrrE9EaYnGvTQMZ78BdawomDHbbmax2JC6bzVlCg8qX0tLfZse+vLbWKad4zx1BtGISUQcDVQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250516.2_1747402293039_0.6941134047269488","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250516.3":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250516.3","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250516.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"62d09af39dfc440fec57c96ac2272d51be70b4de","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250516.3.tgz","fileCount":232,"integrity":"sha512-NDYDHlT4D8Rx7eLlJP+RUN444KhXgOkNd/FJCt5pUVktGPbkxUCKIq3YEvTj13Eo8T+QRK8er4Uws5QtIq2zeg==","signatures":[{"sig":"MEYCIQCiApfFYDns/HNrfFdWCZYVb7t3BRoXtfhRufvwvwBGVAIhANIcbQf2djWWgQRYFXaZZMCFtgBY8asJbpFoOx33ITxw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\6bb9adf8-1d2e-4d6d-9558-c2f5bcea73a1\\azure-communication-email-1.0.1-alpha.20250516.3.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\6bb9adf8-1d2e-4d6d-9558-c2f5bcea73a1\\azure-communication-email-1.0.1-alpha.20250516.3.tgz","_integrity":"sha512-NDYDHlT4D8Rx7eLlJP+RUN444KhXgOkNd/FJCt5pUVktGPbkxUCKIq3YEvTj13Eo8T+QRK8er4Uws5QtIq2zeg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250516.3_1747405685744_0.9471606749730843","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250519.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250519.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c9e505ae15e4a6a7a0a487bb1dc6647d641c073","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250519.1.tgz","fileCount":232,"integrity":"sha512-//Gi7S4zmf/oa4/s8kk3HW36YCFH/X3EbwtlP3vqjxsnOXGpJmG66T/Nz4AglF+oh0fDE4qLTMk3+KdG0TQ/Gg==","signatures":[{"sig":"MEUCIB5Hkrd+xxUeBXuJQE+V4n3gM7G8XPH0HYRW7noX8OFhAiEA851A8ke/IPiZ1hN28KSmWPZUYGdl+WX7xJIenmERxCw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\6d8169aa-2f94-411c-8982-e89a4712debf\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\6d8169aa-2f94-411c-8982-e89a4712debf\\azure-communication-email-1.0.1-alpha.20250519.1.tgz","_integrity":"sha512-//Gi7S4zmf/oa4/s8kk3HW36YCFH/X3EbwtlP3vqjxsnOXGpJmG66T/Nz4AglF+oh0fDE4qLTMk3+KdG0TQ/Gg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250519.1_1747664983635_0.2659896319688928","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250604.4":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250604.4","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250604.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7717011a2da804fafdac6e37eccddec1b5744d6a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250604.4.tgz","fileCount":232,"integrity":"sha512-t3QOOE7UksgmRgut3UqnmnEwbvya6xSL0pi/dq9Tk0HPIrI2ihfV1SNtM0arLT6C7WhJ4/mHBeHdJT/BI5jcjQ==","signatures":[{"sig":"MEYCIQD4404fwl2rGwCmZLTtgC1Ilk/+QJIyCWI7a5oKdG8FzQIhAJ/6dbkzyEdZkuKtk4nE7rZ0X1DjkXFxNFSVRJh3vk79","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\6c0aaae1-16ad-4ad5-ba84-3810ea32a83b\\azure-communication-email-1.0.1-alpha.20250604.4.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\6c0aaae1-16ad-4ad5-ba84-3810ea32a83b\\azure-communication-email-1.0.1-alpha.20250604.4.tgz","_integrity":"sha512-t3QOOE7UksgmRgut3UqnmnEwbvya6xSL0pi/dq9Tk0HPIrI2ihfV1SNtM0arLT6C7WhJ4/mHBeHdJT/BI5jcjQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250604.4_1749066162814_0.5742472493141939","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250605.6":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250605.6","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250605.6","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"00e5bd04cc9faef8b3dd76bdf85903be0636dd55","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250605.6.tgz","fileCount":232,"integrity":"sha512-fg2EpZdcaF3AgUnTnM8ggB5c/3sLU+qhp6R85fyWq35GBHT26oU+GaggVe51ZMqOQR6aJ2SjWIlrQueQPM+k/Q==","signatures":[{"sig":"MEYCIQDG+q9pkKxjIy4gNhnzhEHjOYP10S38zEv3+NBNqYkkAQIhAO9p0havppnkpPsQ2phWxbJqBZ1pjIk0LzvDn5jrb4IE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\0aaab54d-e8fb-4910-9e75-f7ff3940ae75\\azure-communication-email-1.0.1-alpha.20250605.6.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\0aaab54d-e8fb-4910-9e75-f7ff3940ae75\\azure-communication-email-1.0.1-alpha.20250605.6.tgz","_integrity":"sha512-fg2EpZdcaF3AgUnTnM8ggB5c/3sLU+qhp6R85fyWq35GBHT26oU+GaggVe51ZMqOQR6aJ2SjWIlrQueQPM+k/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250605.6_1749134043502_0.35123678735664243","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250606.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250606.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1545b362fe991398f390eb6d7fe14a7d2d8fdac1","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250606.1.tgz","fileCount":232,"integrity":"sha512-GpFF3kEOvTIhkiwx/KnstbmmOwG+puXejInEyTzG+hXFEV9+ygmmz2J3a54L3osGbD9rqwQgtorU5sCR02z5Dg==","signatures":[{"sig":"MEUCIFd01uaA39zoOMhJ0S7h6dfNynU/PWVMX/pAthe86BUOAiEAleXpMsd9NfwqT+n8IT/UdCD0TcVTZd2GM5qN9ArFTJM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\ea4752da-520b-4bed-82b5-5ba4b9ccee41\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\ea4752da-520b-4bed-82b5-5ba4b9ccee41\\azure-communication-email-1.0.1-alpha.20250606.1.tgz","_integrity":"sha512-GpFF3kEOvTIhkiwx/KnstbmmOwG+puXejInEyTzG+hXFEV9+ygmmz2J3a54L3osGbD9rqwQgtorU5sCR02z5Dg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250606.1_1749220166232_0.8100702419932886","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250609.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250609.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"94382f0c6cf6ab8fdfb35824f4eea016000cbeb4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250609.1.tgz","fileCount":232,"integrity":"sha512-BVy6iteM1DE6uSYhpgSMw6XaKJXBWjyhXGLGighRqOvmBB/F956lUgqLIY4e0TxRV+bBVc3aeZK/Dq528FYYaw==","signatures":[{"sig":"MEQCIAxVAXIKAiSo5k1wahG2zUn0h5LNr+OqaVMw9UOLUCjJAiAeZgTjvgVcGdx0QLZqT7IJv6WfsUK3GQWPyISZ58Xahw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\f8454bea-fa65-45bc-9641-24db0c149598\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\f8454bea-fa65-45bc-9641-24db0c149598\\azure-communication-email-1.0.1-alpha.20250609.1.tgz","_integrity":"sha512-BVy6iteM1DE6uSYhpgSMw6XaKJXBWjyhXGLGighRqOvmBB/F956lUgqLIY4e0TxRV+bBVc3aeZK/Dq528FYYaw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250609.1_1749479310772_0.1697470081032344","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250610.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250610.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c21b3e45bbd9c7b3b95d3d7726037af70cb46f52","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250610.1.tgz","fileCount":232,"integrity":"sha512-CCzTtgM4EVUBR6G/iJn0yZiHj4Pf4ZfSJ4XJt1ny9xcXOsE1KcTZixVUYkIZ0wA+wjR8hBxRRxe0f4Z2354nfQ==","signatures":[{"sig":"MEUCIQC/F1LA82yaI0sdB2afSadXeNdOL3ZC4ZZ+RCQE0e0nowIgOftgFW0ncKXacIqn9Se0i5ybz70rN5ABGVk4k7wcW8U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\3739da2f-08a7-4b9b-abac-2513f9eb1ae5\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\3739da2f-08a7-4b9b-abac-2513f9eb1ae5\\azure-communication-email-1.0.1-alpha.20250610.1.tgz","_integrity":"sha512-CCzTtgM4EVUBR6G/iJn0yZiHj4Pf4ZfSJ4XJt1ny9xcXOsE1KcTZixVUYkIZ0wA+wjR8hBxRRxe0f4Z2354nfQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250610.1_1749566498068_0.6758481094366227","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250616.3":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250616.3","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250616.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ed5ab2498e92e924e7358acca21f874eb3345c4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250616.3.tgz","fileCount":232,"integrity":"sha512-Jy9M2wJRqUiWYicX58G4yLAu2T0gOLtEjbydu4ZEppMnIfZwyST9KoUVl2z0HJeBd4TrssRH00VCYMeKmMFFGQ==","signatures":[{"sig":"MEYCIQCw6KyKI9osthKRkGuxrtLrUWA5xI1uunDK4RLjzUUJqgIhAJU+o3iW9k3CI6bDvnOBCFOBmPPbK0ns0micOr7ehfCM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\d4220f38-972f-4059-bbdc-4dc3eac49d4b\\azure-communication-email-1.0.1-alpha.20250616.3.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\d4220f38-972f-4059-bbdc-4dc3eac49d4b\\azure-communication-email-1.0.1-alpha.20250616.3.tgz","_integrity":"sha512-Jy9M2wJRqUiWYicX58G4yLAu2T0gOLtEjbydu4ZEppMnIfZwyST9KoUVl2z0HJeBd4TrssRH00VCYMeKmMFFGQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250616.3_1750083885920_0.4473394181310648","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250617.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250617.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"36973fa4dd1be45773bd073d59ba453ea49e0924","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250617.1.tgz","fileCount":232,"integrity":"sha512-2X944+3wmvlahr9VCo8pWagzZyC5Ttfkib4F8+lKoY3Kw1QZ+EI4hW9nXvRHfxRHInBErVvahkt3JM0njwKQXg==","signatures":[{"sig":"MEQCIBFoNvuCPZYiKu7zf4J0I6akz1+EsBPydXWeyIrECMekAiBG6q/PuOYtsYB6/qsB8vNO/yqn9B20Lfmrl6z15pSMcQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452248},"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\\6ccfb5a4-0eb0-41b3-8cb9-4b28d42e0554\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\6ccfb5a4-0eb0-41b3-8cb9-4b28d42e0554\\azure-communication-email-1.0.1-alpha.20250617.1.tgz","_integrity":"sha512-2X944+3wmvlahr9VCo8pWagzZyC5Ttfkib4F8+lKoY3Kw1QZ+EI4hW9nXvRHfxRHInBErVvahkt3JM0njwKQXg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250617.1_1750170233752_0.817810951602848","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250618.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250618.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3b797246c02abeb77d0762460bd1b852cdaa5b29","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250618.1.tgz","fileCount":232,"integrity":"sha512-tNnbNniaBlKwY2VqFe6mcRb1xD4uvY7dd/HOVexKuOtR1wVlncI743toUK9PAq4Tycqs6i/6MR0UlGBh3mbPIQ==","signatures":[{"sig":"MEQCICgiPS8+whcn8Kg3ifgEyvuwuSSLCOpH1iv8uaxUI4xhAiA0I2ejeicpLVC0enLkLaT46Yiv66p8B4aaWrsbgYocfw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452210},"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\\3388576c-dda7-4c81-8637-9aa4caab43f8\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool 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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\3388576c-dda7-4c81-8637-9aa4caab43f8\\azure-communication-email-1.0.1-alpha.20250618.1.tgz","_integrity":"sha512-tNnbNniaBlKwY2VqFe6mcRb1xD4uvY7dd/HOVexKuOtR1wVlncI743toUK9PAq4Tycqs6i/6MR0UlGBh3mbPIQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250618.1_1750256612458_0.9712614337817544","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250620.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250620.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b949c618f837fb8cf64ceba29eed3694c1db61fe","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250620.1.tgz","fileCount":232,"integrity":"sha512-zsPGVCkXMaQYt03MWbvDNajEAD4qBw07czISwMGd+DgjAvjdQEPhDvq9vVu7cwG1vN5xMrVnAvNUYUcP5yPpHQ==","signatures":[{"sig":"MEYCIQCpIMAE31219mgbE7SgMWytyu4gmXuux9RwuzIUQ/hJ7QIhAJy2ii9C5uvbwMfC/iaROX3oJXPOrdwk76zmf0z+CmDw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452210},"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\\b2dfd6c0-0ff5-400a-951a-c79764b13ff0\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool 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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\b2dfd6c0-0ff5-400a-951a-c79764b13ff0\\azure-communication-email-1.0.1-alpha.20250620.1.tgz","_integrity":"sha512-zsPGVCkXMaQYt03MWbvDNajEAD4qBw07czISwMGd+DgjAvjdQEPhDvq9vVu7cwG1vN5xMrVnAvNUYUcP5yPpHQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250620.1_1750429758893_0.9761311094460985","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250723.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250723.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250723.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6477cae76536dcaadb5d798fc8ee483e7cc8ff12","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250723.1.tgz","fileCount":232,"integrity":"sha512-kV7K8IR646on0B9U/yQulotPIzqReBFgB2ayi/BC93pSXcZIojEmhlm3cIBZL8ajCO/xOhGsRDaSdglWb6FVUg==","signatures":[{"sig":"MEQCIE16zH9LrF298dVpLkW8ryWrOygiLNHJ0dU9oSariChVAiBwf1Wokveav1xbNF8hiQshymi0+t5VZS1kS+aUZY0TrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451877},"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\\d83c3601-e1ed-4951-a91b-2fd2fc3a6a5c\\azure-communication-email\\azure-communication-email-1.0.1-alpha.20250723.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-* temp types *.tgz *.log","format":"dev-tool 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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\d83c3601-e1ed-4951-a91b-2fd2fc3a6a5c\\azure-communication-email\\azure-communication-email-1.0.1-alpha.20250723.1.tgz","_integrity":"sha512-kV7K8IR646on0B9U/yQulotPIzqReBFgB2ayi/BC93pSXcZIojEmhlm3cIBZL8ajCO/xOhGsRDaSdglWb6FVUg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250723.1_1753280609380_0.7594869534824245","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250730.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250730.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d885a6483045462194e1d6febef42f95a9ece207","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250730.1.tgz","fileCount":232,"integrity":"sha512-emX1X5OShgTQVLHN+Z+ayHX4woaDxH8mvdx7UBWe5cIN4fWjW7mvS71qHzI4r18wTDkldtabpcVJMRF6G1A1lg==","signatures":[{"sig":"MEUCICZ4Wrc1Y8pxHkmFc2V4qxckqtFFRR8z5GyV8JX5R2bnAiEAs9CO0+whr6fuexgpH+LtMFl0uPp0D63B01HnoEakgy8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451877},"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\\dbdb378d-2a80-4b77-addc-bd328ebcbec5\\azure-communication-email\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool 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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\dbdb378d-2a80-4b77-addc-bd328ebcbec5\\azure-communication-email\\azure-communication-email-1.0.1-alpha.20250730.1.tgz","_integrity":"sha512-emX1X5OShgTQVLHN+Z+ayHX4woaDxH8mvdx7UBWe5cIN4fWjW7mvS71qHzI4r18wTDkldtabpcVJMRF6G1A1lg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250730.1_1753885602602_0.5357212764760915","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250805.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250805.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"85fc0e53f1456fbc8a7e796ac61ab51d822c295a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250805.1.tgz","fileCount":232,"integrity":"sha512-IDQA1AvpISGrXJGTqrHDUq4rFY+EGXz6vRv5YkPvEx1P1Suh4YKY3tCOlCy7DNhbCrRy6O3U3/jtl8/l4nmlIw==","signatures":[{"sig":"MEQCIFIFYJz0OsJP4w3UYQ8fuo7S3eTrUaSJjn1G+8XYVphrAiAw0/4Hr8L8G7KjWwNfTX0XWaAbyzhUvZatYvZVNo9wFw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451878},"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\\3f82badc-bfbf-4251-b07a-d60f7eebdbda\\azure-communication-email\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool 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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\3f82badc-bfbf-4251-b07a-d60f7eebdbda\\azure-communication-email\\azure-communication-email-1.0.1-alpha.20250805.1.tgz","_integrity":"sha512-IDQA1AvpISGrXJGTqrHDUq4rFY+EGXz6vRv5YkPvEx1P1Suh4YKY3tCOlCy7DNhbCrRy6O3U3/jtl8/l4nmlIw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250805.1_1754404076229_0.13601079443575936","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-beta.2":{"name":"@azure/communication-email","version":"1.0.1-beta.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-beta.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"111f3841b744d0db518de14eb3cd1954c3d8a916","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-beta.2.tgz","fileCount":232,"integrity":"sha512-YipxZ5XMN6Tu2qh1yfbM9cfkAmcY4RVsdpgT+nLtmD3fAmC/f/KJNnZBVlxt/XSoYyKnwwYR/tieJQJ7pRZyNQ==","signatures":[{"sig":"MEQCIE5RfqQ+vcoVlNF2HCnpyHWAT50U8ivrFYvaAJGIOBu6AiB2iXEgU6K50D3T4gg5eWgRzZk+lFy2Ap2V1ki5oHrpCQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451810},"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\\b067de97-6642-4dab-af2a-46947f28521c\\azure-communication-email\\azure-communication-email-1.0.1-beta.2.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-* temp types *.tgz *.log","format":"dev-tool 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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\b067de97-6642-4dab-af2a-46947f28521c\\azure-communication-email\\azure-communication-email-1.0.1-beta.2.tgz","_integrity":"sha512-YipxZ5XMN6Tu2qh1yfbM9cfkAmcY4RVsdpgT+nLtmD3fAmC/f/KJNnZBVlxt/XSoYyKnwwYR/tieJQJ7pRZyNQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_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/arm-communication":"^4.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-beta.2_1755873500661_0.03233861939362437","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250825.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250825.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"61f80b8fbfc66c10c962868c359b2d7942e78a95","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250825.1.tgz","fileCount":232,"integrity":"sha512-ITxqdW57wE3FcERJ+PzleMJqOjShNE3aBgpWRokCv2q6AEeAAaM8MrdleBAvKISJ3uNlwtCAyu3Yju9EK/0G3Q==","signatures":[{"sig":"MEUCICJLwgB9IzscLkMHt16guEbTOxf5ZnY8cqa9gBQxqV6yAiEA7H1wu7gCwEByYOQjBS1TgyNmGbqVZb2HepmFWGSo7LE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451810},"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\\70549072-0af6-4a0a-8ebe-a5ef74aa5a36\\azure-communication-email\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool 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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\70549072-0af6-4a0a-8ebe-a5ef74aa5a36\\azure-communication-email\\azure-communication-email-1.0.1-alpha.20250825.1.tgz","_integrity":"sha512-ITxqdW57wE3FcERJ+PzleMJqOjShNE3aBgpWRokCv2q6AEeAAaM8MrdleBAvKISJ3uNlwtCAyu3Yju9EK/0G3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_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/arm-communication":"^4.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250825.1_1756132499859_0.336031634401911","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250826.1":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250826.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c2d407a1a85e7481957c23512eec43cfa6fde1a4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250826.1.tgz","fileCount":232,"integrity":"sha512-CaZ1YMH/I4+Ex86/u6a/y+5h5uvEiYOSV6Xi5kzt0dBZ3W/zTotWZCTSRIUyO60mIjKZuvTqDFpghwcmeXZI7w==","signatures":[{"sig":"MEUCIAMY2JpsHm5XKc1m8P03688IfAoEdrJ+7oBNP4O5u7FQAiEA7sgA8cDwZ99F3SJNxy44cAf7/+7KtgLxg3/vd9ChYyg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451810},"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\\99a65b36-4c63-42c3-a0aa-c916d963bb65\\azure-communication-email\\azure-communication-email-1.0.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-* temp types *.tgz *.log","format":"dev-tool 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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\99a65b36-4c63-42c3-a0aa-c916d963bb65\\azure-communication-email\\azure-communication-email-1.0.1-alpha.20250826.1.tgz","_integrity":"sha512-CaZ1YMH/I4+Ex86/u6a/y+5h5uvEiYOSV6Xi5kzt0dBZ3W/zTotWZCTSRIUyO60mIjKZuvTqDFpghwcmeXZI7w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_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/arm-communication":"^4.1.0","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250826.1_1756218800763_0.31145866329657435","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250901.2":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250901.2","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250901.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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d7c459c36272132fcfda76a4eb2f98facff2a58c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250901.2.tgz","fileCount":232,"integrity":"sha512-mB+3Dp4uhVqFZ6tISncKyjNKrAA/bwsYW7ZvWnvHcrxHSqb+lPdEoo6UTVzOEN4c4oX7USYGXlqU93dd6GxpXw==","signatures":[{"sig":"MEQCIC/q6zg62kxR1aQ/Hev16jpIj9qF7OtYGv70Ym8/Yr00AiAeIanlMhm7Fy24EmVxgCX9FHQtSpIJ/aRtppcOCRn+yA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":452210},"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\\33a01e14-5a87-4274-9879-f32502e97952\\azure-communication-email\\azure-communication-email-1.0.1-alpha.20250901.2.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-* temp types *.tgz *.log","format":"dev-tool 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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\33a01e14-5a87-4274-9879-f32502e97952\\azure-communication-email\\azure-communication-email-1.0.1-alpha.20250901.2.tgz","_integrity":"sha512-mB+3Dp4uhVqFZ6tISncKyjNKrAA/bwsYW7ZvWnvHcrxHSqb+lPdEoo6UTVzOEN4c4oX7USYGXlqU93dd6GxpXw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.5.0","@azure/core-auth":"^1.9.0","@azure/core-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.49.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.8.0","@vitest/browser":"^3.0.9","@azure/arm-communication":"^4.1.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/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250901.2_1756740632436_0.7067278929737599","host":"s3://npm-registry-packages-npm-production"}},"1.0.1-alpha.20250930.3":{"name":"@azure/communication-email","version":"1.0.1-alpha.20250930.3","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.0.1-alpha.20250930.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ffff789fa780a53b7f2ae06f2552ee976b267fb8","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.0.1-alpha.20250930.3.tgz","fileCount":232,"integrity":"sha512-n4i/wNVh7dhjgke0Dr3GMkNC+P36+7Tn3A5oe7bj6vRBSXcQ+jNjRWYGUaCeQMBBQT7WUfrWZSOIZFxiLuiu0A==","signatures":[{"sig":"MEYCIQDsEFjIWHV/q8A8/5TKunwwh5YmAUlkihWms6VOCOC2vwIhAL9uF2EtDv45qDypO0PXFOVaOBsoJxdaS6z1ZB9uOxOM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451956},"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\\073410f9-f9c6-4d2b-9dcc-c1917c86aa6d\\azure-communication-email\\azure-communication-email-1.0.1-alpha.20250930.3.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-* temp types *.tgz *.log","format":"dev-tool 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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\073410f9-f9c6-4d2b-9dcc-c1917c86aa6d\\azure-communication-email\\azure-communication-email-1.0.1-alpha.20250930.3.tgz","_integrity":"sha512-n4i/wNVh7dhjgke0Dr3GMkNC+P36+7Tn3A5oe7bj6vRBSXcQ+jNjRWYGUaCeQMBBQT7WUfrWZSOIZFxiLuiu0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.5.0","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":">=4.1.2-alpha <4.1.2-alphb","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.0.1-alpha.20250930.3_1759264417527_0.7004289079647756","host":"s3://npm-registry-packages-npm-production"}},"1.1.0":{"name":"@azure/communication-email","version":"1.1.0","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"latest","dist":{"shasum":"8488d017f1d2c88d04f08af4b1bd9dfc36c0c16d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0.tgz","fileCount":232,"integrity":"sha512-n9ATpXyxb4MIhEp/Vtv5BU8GdUZH0vYpm/1pKXVu9AeiQ78MG3OIaiQQ2PmQfA0XPdTx5/g+tUxkwVuD6U4u4w==","signatures":[{"sig":"MEUCIQD+d9980V3YyBZ2SckKUIw3o6fnkfICsB1z9YnmB+9FLQIgVfuQADKGN2uhSxLqZY8Xi6x0IIMfxJ4Eddn+YC2mGW4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451454},"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\\ef8ce6bf-c57a-458a-9452-a071328e5711\\azure-communication-email-1.1.0.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-* temp types *.tgz *.log","format":"dev-tool 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 build-package && dev-tool run extract-api","check-format":"dev-tool run 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\ef8ce6bf-c57a-458a-9452-a071328e5711\\azure-communication-email-1.1.0.tgz","_integrity":"sha512-n9ATpXyxb4MIhEp/Vtv5BU8GdUZH0vYpm/1pKXVu9AeiQ78MG3OIaiQQ2PmQfA0XPdTx5/g+tUxkwVuD6U4u4w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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-util":"^1.11.0","@azure/core-client":"^1.9.2","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0","@azure/communication-common":"^2.3.1"},"_hasShrinkwrap":false,"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/arm-communication":"^4.1.2","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0_1759901580652_0.7846433357305043","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251021.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251021.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5415b380babbb296ce6a94096462510f45b87e7","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251021.1.tgz","fileCount":232,"integrity":"sha512-3/DxLQa3c5SI7FfnRMRGrF3H9ZQeOp4qRDeB/DBdPqP0ZhahRmBJCZUb3F3tbhA6usAThihXVnFLtj8AQ8OqQQ==","signatures":[{"sig":"MEQCIHPbbDRQd58B7/6PHD+FBSK8rliFRisL37kNC+3K53PyAiAlGQxeD8RFDptJhYc2vDlyP9Q7iCusrbs2qFsTraIzxA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451667},"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\\7c915344-7c1c-4ad4-8d57-983e5e1fd056\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\7c915344-7c1c-4ad4-8d57-983e5e1fd056\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251021.1.tgz","_integrity":"sha512-3/DxLQa3c5SI7FfnRMRGrF3H9ZQeOp4qRDeB/DBdPqP0ZhahRmBJCZUb3F3tbhA6usAThihXVnFLtj8AQ8OqQQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251021.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251021.1_1761056815803_0.9353821063089032","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251022.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251022.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"241df5879a93019d6d4601ed1b572c226ddbda7f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251022.1.tgz","fileCount":232,"integrity":"sha512-Mj1FCAdYg7E65cAD3hGeaeaLa9Ti0mUS3SvaB5nOtRRybpHp89JS1gPh4LZ04rPRQSi2nJDvUPKiNOvr44g6ow==","signatures":[{"sig":"MEUCIHvEJs9xy6mgZJqT0GwHMgF7RGMZ+f+fN0wPZ+LzXojKAiEAtDp4c0PVbxvD/CzZzJ47GQL+QK+BTKN1MX6ku4yEfXw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451667},"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\\2194f7c6-a6c7-4c9d-b3bc-f74c1b5816a7\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\2194f7c6-a6c7-4c9d-b3bc-f74c1b5816a7\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251022.1.tgz","_integrity":"sha512-Mj1FCAdYg7E65cAD3hGeaeaLa9Ti0mUS3SvaB5nOtRRybpHp89JS1gPh4LZ04rPRQSi2nJDvUPKiNOvr44g6ow==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251022.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251022.1_1761143077333_0.15039718518921408","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251023.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251023.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"58347bf1ca103079606c174ab68a4d020454dcad","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251023.1.tgz","fileCount":232,"integrity":"sha512-8Ozha4qXskJs1sAgCpYvnrEvxqA+UMcCmg6ECUdQbmTSbwcN8UjlXZvKrkYe7+IFoDzMGjd/IyjLBidPMpWFRw==","signatures":[{"sig":"MEUCIQCrdK4+vGAjbUKhtFd0QmoTR62ICKLtF/cCJv/YExA/ZQIgJGoenzJBBYl1XWqpPq8kJ5GUtTUC3FCLYyb3mIWHwZE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451667},"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\\02b79052-d5f1-4fd9-ae38-0fb2724e858d\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\02b79052-d5f1-4fd9-ae38-0fb2724e858d\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251023.1.tgz","_integrity":"sha512-8Ozha4qXskJs1sAgCpYvnrEvxqA+UMcCmg6ECUdQbmTSbwcN8UjlXZvKrkYe7+IFoDzMGjd/IyjLBidPMpWFRw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251023.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251023.1_1761229638141_0.24369337042492778","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251027.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251027.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"675e1ba54d5f0b39e2a63469abbddfbacd1ddfad","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251027.1.tgz","fileCount":232,"integrity":"sha512-oycduveGqDw48oXM4CTyBbb1E5AE4x+24nGEVbkFg9+cCsWJJKcjj1u+ta422zeismk2oLpJ21JnDLUVau7bpQ==","signatures":[{"sig":"MEQCIBHttb1sDlahkpCS1LiRBLoGIFknxDrphN+MEBIUIpjbAiBxwP/2SiPp9uvx78wK9IjTexPms5exiwKxnI97MuY1vQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451667},"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\\93328126-6b23-4265-a858-b38983d77085\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\93328126-6b23-4265-a858-b38983d77085\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251027.1.tgz","_integrity":"sha512-oycduveGqDw48oXM4CTyBbb1E5AE4x+24nGEVbkFg9+cCsWJJKcjj1u+ta422zeismk2oLpJ21JnDLUVau7bpQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251027.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251027.1_1761575529339_0.004379698540506016","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251028.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251028.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a0f2b14dc69f828f1ff1f93a6494f286a1c852e8","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251028.1.tgz","fileCount":232,"integrity":"sha512-078s1JaaSMbACJTogcHhghgLfK3UcWMGpTp90vNqtx1EHtzvpE2iTNoOXIAS+PWSpkOllTpmTXjcVY9ps5JCiA==","signatures":[{"sig":"MEQCIDXypLvVgiBkQ7B8NGRBwN25I0vrryHuVyaOKS+JTDtPAiBoa5CPAW7358Y6mmmSoByhgp6pmWsy/LgLkc+NjeTl8A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451667},"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\\306ac9b8-5a38-4fb7-9ec4-e4c49a605a30\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\306ac9b8-5a38-4fb7-9ec4-e4c49a605a30\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251028.1.tgz","_integrity":"sha512-078s1JaaSMbACJTogcHhghgLfK3UcWMGpTp90vNqtx1EHtzvpE2iTNoOXIAS+PWSpkOllTpmTXjcVY9ps5JCiA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251028.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251028.1_1761661842373_0.5763959137004111","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251029.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251029.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-alpha.20251029.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fc91e82f946929886de7fdb60f42db63b054af9d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251029.1.tgz","fileCount":232,"integrity":"sha512-cZg4gZ/FP+TXdlZBldVM5YRWk7ZWIzkGjnFCACPFPlVH2DdrygptHDtvUeEipV5jfPIgIJxZwNeipE1ZTyjCLg==","signatures":[{"sig":"MEUCIB1RPwW7ath7Fx8mBfbT6jOYx0o6yHHhYQATbuAC11pnAiEAmk1gkbLHNIvYNUnke6APq3EynZxaDFWygQAHmpLftL8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451667},"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\\5f8d611e-8e5b-4675-97f8-55afba327eea\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251029.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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\5f8d611e-8e5b-4675-97f8-55afba327eea\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251029.1.tgz","_integrity":"sha512-cZg4gZ/FP+TXdlZBldVM5YRWk7ZWIzkGjnFCACPFPlVH2DdrygptHDtvUeEipV5jfPIgIJxZwNeipE1ZTyjCLg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-util":">=1.13.1-alpha <1.13.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251029.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251029.1_1761748241520_0.6947820003334502","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251030.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251030.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f96c77552d1ed786c4eccb37c02c6b9543fc9d98","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251030.1.tgz","fileCount":232,"integrity":"sha512-gZp+V1E0KSln7GwUGXyinF3R4v7a8JOm4Lr3JBo9rzxayiWvhrbdWk3bUOUT4USE/7xJ/IuwPzTz/zIMYeWszQ==","signatures":[{"sig":"MEYCIQCyoHUfd86IJLcAq3G4a/rJQhRGIu1O29t0yGRj6Zyy/AIhAItLg2nWwCiZia9KyglJRK/K3l4LTcDeCSFQJJwmDkPo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451667},"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\\dad7667b-306e-4793-a00c-5088e026de95\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\dad7667b-306e-4793-a00c-5088e026de95\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251030.1.tgz","_integrity":"sha512-gZp+V1E0KSln7GwUGXyinF3R4v7a8JOm4Lr3JBo9rzxayiWvhrbdWk3bUOUT4USE/7xJ/IuwPzTz/zIMYeWszQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251030.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251030.1_1761834629166_0.8667676814614522","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251031.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251031.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d6bdd9d2892a1025421c8bf65f4ce3940b787ac5","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251031.1.tgz","fileCount":232,"integrity":"sha512-MA+Mhh4gr1JhReueUVsYBaH/NTeDonUrBPPvI9PI6KazTuBZVLzNwuNRoTpYhbjPsl08oLors+8/HrJNWlMb2Q==","signatures":[{"sig":"MEUCIFiuTVD1jjEso8doDlcSBC3wOSZSW0qKAHdkvBT2fZqhAiEA3Xn5wLT0yWaKpgSS3Oejk02P9xJDsgUYfANpEy8Z2lE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451667},"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\\5cd0df1a-b11b-44d2-8d3f-72f532f3f771\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\5cd0df1a-b11b-44d2-8d3f-72f532f3f771\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251031.1.tgz","_integrity":"sha512-MA+Mhh4gr1JhReueUVsYBaH/NTeDonUrBPPvI9PI6KazTuBZVLzNwuNRoTpYhbjPsl08oLors+8/HrJNWlMb2Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251031.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251031.1_1761921089589_0.05795494573918725","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251103.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251103.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1d8a61ec1701814b54394d98bb11182f2cd9159f","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251103.1.tgz","fileCount":232,"integrity":"sha512-plIOvKFME+ti8obAn2vASrUwgarIuA0n13nMOrdvLNqNrYLFn73EHpLUmvbCWsANXwkGeHCXU0gFIO+d6uuSGQ==","signatures":[{"sig":"MEQCICcusIQg+mXyUP839grMHkkHmA7tZ0CPykP70sA6QvWSAiBClYt66cIxFrSfIDynTHCWfBf5l/tKF0yRuDTBsGD6SQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451667},"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\\1d7c8127-2169-46fc-ad39-c3b54e96668c\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\1d7c8127-2169-46fc-ad39-c3b54e96668c\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251103.1.tgz","_integrity":"sha512-plIOvKFME+ti8obAn2vASrUwgarIuA0n13nMOrdvLNqNrYLFn73EHpLUmvbCWsANXwkGeHCXU0gFIO+d6uuSGQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251103.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251103.1_1762183796929_0.5004039964254046","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251104.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251104.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b157ade5265ac2640260efb22829808b14319d1","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251104.1.tgz","fileCount":232,"integrity":"sha512-iI0rsv4tWs4yUEaWf1bCUmkMGUrO94kXtwlLYTSc3nPkgRiiYfEQDff3AjQ1EDQh10zuLj395dnbxzWWIsIAbw==","signatures":[{"sig":"MEUCIFO1k3Sfn6I74bZDlJfYY0hhmYoaF97NjoTuNG1y0QvaAiEA+/PZ+MtSkv/5KjSkqcyKcdE6Mw6oQs6PNlvl6F6qMyg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451667},"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\\fbfb528d-22f1-45ae-8256-e704d738ebf3\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\fbfb528d-22f1-45ae-8256-e704d738ebf3\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251104.1.tgz","_integrity":"sha512-iI0rsv4tWs4yUEaWf1bCUmkMGUrO94kXtwlLYTSc3nPkgRiiYfEQDff3AjQ1EDQh10zuLj395dnbxzWWIsIAbw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251104.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251104.1_1762270087834_0.32033155044219686","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251105.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251105.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45e196894f2d90c59324d90239005f380ab9f12b","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251105.1.tgz","fileCount":232,"integrity":"sha512-SmmB0TUJ+ic2BVH7n7l96Up9rxozSIX47WLQZhiUqr6HGfLLXzkPRFlhgaheMi5cDHsfWU9ITmAFb6Lh7wm8JA==","signatures":[{"sig":"MEQCIAQFFOu/9pg9GYwa6Zx2n3VE1o1Tt8lSsgtFGXaHNEFmAiBCeDMITVV+L7PGrIXUn3HuoNhNNQa5xfQ9EPS7jKI+Jg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451667},"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\\5a923c74-09c7-4a03-a5c2-00995dc5c05f\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\5a923c74-09c7-4a03-a5c2-00995dc5c05f\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251105.1.tgz","_integrity":"sha512-SmmB0TUJ+ic2BVH7n7l96Up9rxozSIX47WLQZhiUqr6HGfLLXzkPRFlhgaheMi5cDHsfWU9ITmAFb6Lh7wm8JA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251105.1","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251105.1_1762356591261_0.22409531314851683","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251107.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251107.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fd5f49110d554c0ecf2ac99e9b8733bd74c38746","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251107.1.tgz","fileCount":232,"integrity":"sha512-ig379VSxOyRF7RGWDS6ha07tXr5zrzeCZo6VPqwoSsjmUQZoEvkHz9yty+heE0ycMGwG8Uwh1MHerjsEALqsOQ==","signatures":[{"sig":"MEQCIFGgYh10Z3no4JwBW9LLT99OISDkFyyrFh8jTCbmsk1+AiAxosD0v2cns1mXg07j62vodgpCmalMTI5a3UnN+Q3sIA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451678},"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\\4da89f67-5ba2-4e91-8d4e-8a15d4963822\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\4da89f67-5ba2-4e91-8d4e-8a15d4963822\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251107.1.tgz","_integrity":"sha512-ig379VSxOyRF7RGWDS6ha07tXr5zrzeCZo6VPqwoSsjmUQZoEvkHz9yty+heE0ycMGwG8Uwh1MHerjsEALqsOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251107.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251107.1_1762530030913_0.13224020794219693","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251110.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251110.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b1db48f222d96e5f1dd3e8a26ea17ed62374790","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251110.1.tgz","fileCount":232,"integrity":"sha512-qFSnsCc7UjsQYj+OolMiP276YGtnnmiImLlSbK4EoB/a0+YRx06OgAmhT2chDy74ooAm+G4/gyFQJy0EP5aa8A==","signatures":[{"sig":"MEQCIH7Yw3CT930OA2xwk5HSSK2Z52v8TbwQT3sgC3jd+3WYAiAPt3YK0Vg38/5rOUiKqhoBZYhvtbhBt9SUj9qEjeOqTA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451678},"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\\c34e3f87-fa8c-4c5d-9af8-394244855574\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\c34e3f87-fa8c-4c5d-9af8-394244855574\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251110.1.tgz","_integrity":"sha512-qFSnsCc7UjsQYj+OolMiP276YGtnnmiImLlSbK4EoB/a0+YRx06OgAmhT2chDy74ooAm+G4/gyFQJy0EP5aa8A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251110.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251110.1_1762789199345_0.8346610703681461","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251111.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251111.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"498265df0a0d942326a3c84b9d07abfe3557cf61","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251111.1.tgz","fileCount":232,"integrity":"sha512-wTemHDpbwD8bBltrJu0RFx+JHQVa0Ri0DnEHO0JmZhl0UBiOhC0CmA7jGyik8kxb1fzmkIVlxM2Q9sj8QOfkSw==","signatures":[{"sig":"MEYCIQDOK69HL1YWC5AoA8j6R2phV81LpHtI61U3VmYhCV9JRgIhAKqs2CPP+RDuiBLEnJDlrfF5ySaFgyeoPcxSNQGW00pR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451678},"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\\a2da9688-56a9-484e-b545-1453c8e633cf\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\a2da9688-56a9-484e-b545-1453c8e633cf\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251111.1.tgz","_integrity":"sha512-wTemHDpbwD8bBltrJu0RFx+JHQVa0Ri0DnEHO0JmZhl0UBiOhC0CmA7jGyik8kxb1fzmkIVlxM2Q9sj8QOfkSw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251111.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251111.1_1762874744483_0.4226921394620582","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251112.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251112.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ff5a27ea6612274ddb674a19294c1e12e857509a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251112.1.tgz","fileCount":232,"integrity":"sha512-vQavyDaPHInEmwHJniwvBaQLoeuWm5JdYOlhlYi1upmSaIvi9Fs/hJftSgNiUhFXSvP+UxsPCda7twJyMRWY9w==","signatures":[{"sig":"MEUCIQCzqmDi5/e5Ip5ad8w/g7DRqBjELeEx3nPMJx2S5xBf1QIgcF0E50IJ45loWqZYdiH+Am7CefVRYZCBiiVwhbXMSLY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451678},"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\\a6d8ead2-987f-4796-b0fb-5ca1eda952ee\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\a6d8ead2-987f-4796-b0fb-5ca1eda952ee\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251112.1.tgz","_integrity":"sha512-vQavyDaPHInEmwHJniwvBaQLoeuWm5JdYOlhlYi1upmSaIvi9Fs/hJftSgNiUhFXSvP+UxsPCda7twJyMRWY9w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251112.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251112.1_1762960987128_0.5847682017719782","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251113.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251113.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"837f3237d0773994860732a9c1ad201ac43b8ba3","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251113.1.tgz","fileCount":232,"integrity":"sha512-ugfgq5MY+skCCZKwV/UYdbkCyCyLf8HmKwP+ki2YO6ryCX4LFWDdlu4/OI2ySEi1muGOz9kFLT2WZiatHpysgA==","signatures":[{"sig":"MEQCIBTpDuJ6MyE/cKjiZKUoh12jt6SsTD7E0w50nJgAyI9JAiBfp1NYOFdefw3isNYCYPC+T8vGFFUJCqHNTYc+0QvMAg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\020b7c7c-5e26-4781-a1b2-76c26d54c64a\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\020b7c7c-5e26-4781-a1b2-76c26d54c64a\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251113.1.tgz","_integrity":"sha512-ugfgq5MY+skCCZKwV/UYdbkCyCyLf8HmKwP+ki2YO6ryCX4LFWDdlu4/OI2ySEi1muGOz9kFLT2WZiatHpysgA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251113.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251113.1_1763047758548_0.49746504753124365","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251117.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251117.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c51cd7d3c1f9adf605df416f1b2bcbd307fb9c9c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251117.1.tgz","fileCount":232,"integrity":"sha512-JlIZopymYeMHb1WPqOhxGSbY4I8Ko+9iLDMdsRUCkP8qHr5UlajWFX6ltP/tfhPUEtyf8RVyyN2lSP1kLgn64Q==","signatures":[{"sig":"MEQCIFbzzppiZlTTmkLZwVHvK/0JGqb2dZ3l0ymlhkRPncNnAiBc99GgtVYPcGd1D4Fuyzd9wkPu2oxWfLdse3agBEF6hQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\8272d7c5-b8d5-49cb-8edd-9498059dafed\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\8272d7c5-b8d5-49cb-8edd-9498059dafed\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251117.1.tgz","_integrity":"sha512-JlIZopymYeMHb1WPqOhxGSbY4I8Ko+9iLDMdsRUCkP8qHr5UlajWFX6ltP/tfhPUEtyf8RVyyN2lSP1kLgn64Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251117.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251117.1_1763393465910_0.9005494835933041","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251119.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251119.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f3bc9025ad22c41ed6696278fbaa2402240cc7fd","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251119.1.tgz","fileCount":232,"integrity":"sha512-w0JRRgOlvvVJ/3sPe0TPRtyKg9XLZih9E4RbnCA+7aeM/fJQpc1L1nyHZPkSDZgmJVPm/5n+IzhreP3aXPedVA==","signatures":[{"sig":"MEUCIQDbAaD3SV2X7FKjpzwq7iWnx07yAS6MUWLQ5il1ziLWYAIgBR/N/QpALR2jcQNkSBiLYKtgvPFPLig1+HnHN24bCHw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\96f5e67b-e115-4bac-ac7e-9b24904a9332\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\96f5e67b-e115-4bac-ac7e-9b24904a9332\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251119.1.tgz","_integrity":"sha512-w0JRRgOlvvVJ/3sPe0TPRtyKg9XLZih9E4RbnCA+7aeM/fJQpc1L1nyHZPkSDZgmJVPm/5n+IzhreP3aXPedVA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251119.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251119.1_1763565890171_0.1013452592093449","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251120.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251120.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"07b8f32a5016a238c6a876e584685d16d9dcfd4e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251120.1.tgz","fileCount":232,"integrity":"sha512-doqc8Hj6Uq4CYaQLRoDyPIbIJOv7AEwmUSZNdVqyFMWnafCCMK7vmCGqDqq+YQ7n9LVPehsuzwFF6qiy1FDB/Q==","signatures":[{"sig":"MEUCIQCKtDPSYkCVCIQvEnYSIOBaTOfwSkZs9Hdxc2FslLaWkAIgaQ/v7SJUhsxS2C7q/C4SE4snOKTvFoHEUNAJmlc77Tw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\8cc61a2d-3b7d-4925-b52e-33659f103600\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\8cc61a2d-3b7d-4925-b52e-33659f103600\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251120.1.tgz","_integrity":"sha512-doqc8Hj6Uq4CYaQLRoDyPIbIJOv7AEwmUSZNdVqyFMWnafCCMK7vmCGqDqq+YQ7n9LVPehsuzwFF6qiy1FDB/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251120.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251120.1_1763652630282_0.511070097534972","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251121.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251121.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5483f09b880cb1da79e3ae905a706ebd94756dfa","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251121.1.tgz","fileCount":232,"integrity":"sha512-wlolU90GBhpPnc+K3/L2xWtdPN9KfLuZKfI64ltbZuuyESxfmfcfsw4BtVeRNc/G+zhZDdXYbRsWXHC6W5r4UA==","signatures":[{"sig":"MEQCIBPkGaVnYLOxy2fWH2li5y0o/esHM5oow7hdpwOyz+tqAiAGeaIAwSZsWQJu8sVIZDy+i//eOWlLobGI1LdgoJ5OUQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\6e5d836a-f46c-4c16-a640-0ead953f9bcc\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\6e5d836a-f46c-4c16-a640-0ead953f9bcc\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251121.1.tgz","_integrity":"sha512-wlolU90GBhpPnc+K3/L2xWtdPN9KfLuZKfI64ltbZuuyESxfmfcfsw4BtVeRNc/G+zhZDdXYbRsWXHC6W5r4UA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251121.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251121.1_1763739471702_0.027826807087921956","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251124.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251124.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4222bc8d6eccf9b7afd17e4f06081a2bcdf2f9ea","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251124.1.tgz","fileCount":232,"integrity":"sha512-ZxbS9E4vpf9q8RssJOiF4KzpQ6veRT54QtDTCokDMo+klQewdR31BND89WEMTZ83wT2uxmngZx79oGhGGLy3MQ==","signatures":[{"sig":"MEUCICuhGQ79lAcTaHRg2R2y299gVP2C67yV6+MrUuPE6mIMAiEA7EytceYu5x3n7BJE1vD2b9xGR+Equ8bIxmjVgyIPfo4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\1739194d-633a-4c7d-8371-a20813a7f6b5\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\1739194d-633a-4c7d-8371-a20813a7f6b5\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251124.1.tgz","_integrity":"sha512-ZxbS9E4vpf9q8RssJOiF4KzpQ6veRT54QtDTCokDMo+klQewdR31BND89WEMTZ83wT2uxmngZx79oGhGGLy3MQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251124.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251124.1_1763998532820_0.38902968898232015","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251125.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251125.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"93ee8eb66fcf0e5b738af4cafc1af42a2cfeb1ea","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251125.1.tgz","fileCount":232,"integrity":"sha512-C+aT0wuB6OTqis1nNgNhi8qvNCL6wDbD+mWUysEW0L1D+gOOeQxkfsa9v2L7E5uRWQcOi0+4RcR5GXuOxOTJMQ==","signatures":[{"sig":"MEQCIFCv1zll3gw1xPfqwmpqeqruG6CMQVXI7E2GbY1GidkMAiBH6D6xQGcT1qBHwmZO1CB0j95S34ESfU0mqojokkMgWQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\67e1d12e-4d71-4234-a669-58f4bc4a55cd\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\67e1d12e-4d71-4234-a669-58f4bc4a55cd\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251125.1.tgz","_integrity":"sha512-C+aT0wuB6OTqis1nNgNhi8qvNCL6wDbD+mWUysEW0L1D+gOOeQxkfsa9v2L7E5uRWQcOi0+4RcR5GXuOxOTJMQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251125.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251125.1_1764085004477_0.9321386935045646","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251126.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251126.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"700b2fb495bee1023e427ad3badf65836d046cd5","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251126.1.tgz","fileCount":232,"integrity":"sha512-wovnR84UPsv7cqtRcdWftwor1UgSAOLECYZUMTINc1yrNiuLoW0NIFa5cq467QLqldxdZa/v9acsLCF5s2QWzA==","signatures":[{"sig":"MEUCICZZhtLvi8jCYo+DkQ4rSdOzF2nQpoGJIjZkA/WbnNMbAiEAn56CAC6HlElfwieoiBfftOXNDn97J2cvowrqflLaRr4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\7301d35a-70bf-40fd-9988-f5e7c04ea7fb\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\7301d35a-70bf-40fd-9988-f5e7c04ea7fb\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251126.1.tgz","_integrity":"sha512-wovnR84UPsv7cqtRcdWftwor1UgSAOLECYZUMTINc1yrNiuLoW0NIFa5cq467QLqldxdZa/v9acsLCF5s2QWzA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251126.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251126.1_1764170838484_0.7080707601693954","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251127.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251127.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bd28db32fa91e1ee28d19329be619c893a090af1","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251127.1.tgz","fileCount":232,"integrity":"sha512-gwKDSdTgguaNGt5AaAorNZ02xnAJDRtxYl9rqo7eaHyZ4WnMH/mJ/2vNR6IvHvXcprk8EA0RR8WGc0EubGS9aw==","signatures":[{"sig":"MEYCIQCbRy4sDipvSat52H++CKqxDRX6tVW7Aw81Up54Bpd6kQIhALup+Z/+e7hefaFEocNisPH13k3YfuNRaaRWDH7Si37N","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\62fe3918-759e-4c61-9700-9114ab5e7c11\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\62fe3918-759e-4c61-9700-9114ab5e7c11\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251127.1.tgz","_integrity":"sha512-gwKDSdTgguaNGt5AaAorNZ02xnAJDRtxYl9rqo7eaHyZ4WnMH/mJ/2vNR6IvHvXcprk8EA0RR8WGc0EubGS9aw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251127.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251127.1_1764257268337_0.6897031714966539","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251128.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251128.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c5be0caa18e0a4e4433431ad5d2e67dfd4b3554c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251128.1.tgz","fileCount":232,"integrity":"sha512-4/EWUlrKL1iykoSCS5fymtKgNPEEBlVgIxwR6d3NEby5VEiTxfChhXhLLLnw0lUD3IMa4XVjpuGzl5kieqCjeA==","signatures":[{"sig":"MEQCIH8qu5HZXRspgNYLnLtaIQCZJ9MlOYosF50gt3r8JxJEAiBHMN9Qv//04Wvu5VKfXdmh1FHzjJPGWWrok/6pnyMQDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\0e204021-d17a-464f-a4f6-a6d3fa117e59\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\0e204021-d17a-464f-a4f6-a6d3fa117e59\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251128.1.tgz","_integrity":"sha512-4/EWUlrKL1iykoSCS5fymtKgNPEEBlVgIxwR6d3NEby5VEiTxfChhXhLLLnw0lUD3IMa4XVjpuGzl5kieqCjeA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251128.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251128.1_1764343718479_0.954165037632154","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251201.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251201.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"41cd0bd7f799c0238c85b207483dd39ecd36df78","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251201.1.tgz","fileCount":232,"integrity":"sha512-U2s7SX5VW3zbs/uFbvRTQnKwHvGKsalLsPwnkVwyuigg17gMtnW6YZRyeRowcdy/VzlyJ+p61PeRqSz14FPHug==","signatures":[{"sig":"MEUCIQD55T1E9L/57WVsK1ZA9Yo9MyrmdPmnB44mhOyCfTjALgIgR1DCvieFtGMGcNDqt3qq3vrrdQbGrHv99j14e7rzXHE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\a3bbe6e2-3bf0-4726-a779-c404230bd3e6\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\a3bbe6e2-3bf0-4726-a779-c404230bd3e6\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251201.1.tgz","_integrity":"sha512-U2s7SX5VW3zbs/uFbvRTQnKwHvGKsalLsPwnkVwyuigg17gMtnW6YZRyeRowcdy/VzlyJ+p61PeRqSz14FPHug==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251201.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251201.1_1764603451256_0.22104093553039283","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251202.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251202.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4e00428cba60e0a5b52b16c7da666c389031e519","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251202.1.tgz","fileCount":232,"integrity":"sha512-FPQ1v/fr2lQKmcIydYWUnhS/OIR7z12cl99ztMFd/jzx5k7l57qqhf4xTsee2+HkwE4PTwYmKQ7h+xeZhKC6zA==","signatures":[{"sig":"MEYCIQD7ccO1lgXWtHzsDerLa1BO53JZhfwJwKwfmTsa+B2uqgIhAOG6qzGfdZLgZzA1k14CnwyV8EROsdufj7UApL5BddW+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\2168d9a2-7c89-4ab0-bd7a-17d68bb676cb\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\2168d9a2-7c89-4ab0-bd7a-17d68bb676cb\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251202.1.tgz","_integrity":"sha512-FPQ1v/fr2lQKmcIydYWUnhS/OIR7z12cl99ztMFd/jzx5k7l57qqhf4xTsee2+HkwE4PTwYmKQ7h+xeZhKC6zA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251202.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251202.1_1764689781597_0.3352096938743083","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251203.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251203.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b6081aba714c9301b7c1f27ab1d08e348b5464c6","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251203.1.tgz","fileCount":232,"integrity":"sha512-iXfafbdxz/2kzOCNITj8zw93JFDvxYgagc+DCu5fAOvV7Fh/yv/vXrGBZypwgdM8l4o3GPp+ffTFTR4hnsorfg==","signatures":[{"sig":"MEUCIGgi+zAA1baHmexoYUHhcck6/JwOQeAAkfzsCCZm/jyGAiEAl7G9y/9l6CTAv608Bf2ikx7D+bGtGKV2L9Gty8xjq94=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\2dc91d28-2af1-4928-9147-0a1b96595a90\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\2dc91d28-2af1-4928-9147-0a1b96595a90\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251203.1.tgz","_integrity":"sha512-iXfafbdxz/2kzOCNITj8zw93JFDvxYgagc+DCu5fAOvV7Fh/yv/vXrGBZypwgdM8l4o3GPp+ffTFTR4hnsorfg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251203.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251203.1_1764775971738_0.5962037683366777","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251204.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251204.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4e61b7412367639cec912820fc6c5688222542f8","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251204.1.tgz","fileCount":232,"integrity":"sha512-MJnq1Kbku8sq5MRi9J6e7FOO8n4p59A68XEDYywNR75I0760/DZ4kXZHgE0jkkvzScHxdtlIVusNp21UqHLHLw==","signatures":[{"sig":"MEUCIEkLoreoWRg9QSBZFMqEdAztEbthhtNHGwmEgkOilaNrAiEAhMDnAMNz9BNyRxubbn0mty5dt/CPTBSnFyYfnL5+hRU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\009349b3-640c-46d1-a02a-9f8911339a73\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\009349b3-640c-46d1-a02a-9f8911339a73\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251204.1.tgz","_integrity":"sha512-MJnq1Kbku8sq5MRi9J6e7FOO8n4p59A68XEDYywNR75I0760/DZ4kXZHgE0jkkvzScHxdtlIVusNp21UqHLHLw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251204.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251204.1_1764862269009_0.1316619129993457","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251208.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251208.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"04260ec699df1785e135bf3ce461e96e07b0b7af","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251208.1.tgz","fileCount":232,"integrity":"sha512-GsMDcUoib4YbHg5xPY9WcGY2LGYXbcS7or27mAqnwCfbnfoq4D1YY3vjE3JKcdEKtw1s7onGXJvDg5MPYBO5rA==","signatures":[{"sig":"MEYCIQCeCMkVRLF79aSuYoCz456AilSThb4na75gXTmjgjmpNwIhANgSE7/Qqh6QH0OeQL+DGOW4ECgm8D85rGtVrvWvULpY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\9272592a-79c2-44b5-83bf-a8faa217e372\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\9272592a-79c2-44b5-83bf-a8faa217e372\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251208.1.tgz","_integrity":"sha512-GsMDcUoib4YbHg5xPY9WcGY2LGYXbcS7or27mAqnwCfbnfoq4D1YY3vjE3JKcdEKtw1s7onGXJvDg5MPYBO5rA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251208.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251208.1_1765207824886_0.25631272325524557","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251209.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251209.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5cc9c598228094c44d81de4a056f16ea76102096","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251209.1.tgz","fileCount":232,"integrity":"sha512-VLwqkR/ZHUnjpjuWYDVDcCs/Mrmf5nEQ78HqHAqOdewFzr6DenDw/k4D1lhADOP9W/7qmpV+kreIqeHki6ebLA==","signatures":[{"sig":"MEQCIGdGoS4CstIA69XvSKrDo3+Dc/+lgyTDevyqWpLemlGkAiALvTxGPYYP55n9uiv/KxWyZJ8WyKEQhyUnDS4VSj4hvQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\8b6f61c3-7ec6-4f72-aa2b-4cffaadc5d81\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\8b6f61c3-7ec6-4f72-aa2b-4cffaadc5d81\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251209.1.tgz","_integrity":"sha512-VLwqkR/ZHUnjpjuWYDVDcCs/Mrmf5nEQ78HqHAqOdewFzr6DenDw/k4D1lhADOP9W/7qmpV+kreIqeHki6ebLA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251209.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251209.1_1765294558237_0.5379672747354041","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251210.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251210.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d26b30b013014464661340a8326f3b4190b37cd","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251210.1.tgz","fileCount":232,"integrity":"sha512-R2PvuTlOpdOpeNCr2KMcEX8Vq+dO9pG9aumeLHl1ebhHmyfvwyTBinjx8XH/tqGjE7fmaZdopngUbr+epkyhfg==","signatures":[{"sig":"MEUCIGlFzJk7eyRdPWF5uDi2gn3q8oTTnp1sh3kKBOnCrIRPAiEAseZw7fjbXGBQh2jLkzusgOBEOz6+p7HdkvF65iixQcY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\d1b9927c-5ce8-4755-af07-54949572c904\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\d1b9927c-5ce8-4755-af07-54949572c904\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251210.1.tgz","_integrity":"sha512-R2PvuTlOpdOpeNCr2KMcEX8Vq+dO9pG9aumeLHl1ebhHmyfvwyTBinjx8XH/tqGjE7fmaZdopngUbr+epkyhfg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251210.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251210.1_1765380997610_0.7759242813743918","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251215.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251215.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9740d2f13781a3eb7a71549d6c92a9551e6524b4","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251215.1.tgz","fileCount":232,"integrity":"sha512-nclvbG8qaIuj471+iL1vJCLhezP6jA9w6nisSNeuT3FWqkIFw6daOQMk/TAxma9EplCJTWQ0W/P0iGIABbxErw==","signatures":[{"sig":"MEUCIG+cX8z5fGtgT7AngFLs+5si8HH4HZmdqzye6KBna6hNAiEAm6cCudgRYHSmo32zDJx+RPnEXNgmcVTS7NcxT5MSGnM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\b26e295f-59e6-4578-ba17-58e43b14dd98\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\b26e295f-59e6-4578-ba17-58e43b14dd98\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251215.1.tgz","_integrity":"sha512-nclvbG8qaIuj471+iL1vJCLhezP6jA9w6nisSNeuT3FWqkIFw6daOQMk/TAxma9EplCJTWQ0W/P0iGIABbxErw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251215.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251215.1_1765812618191_0.6709396221418873","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251216.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251216.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c4c3cd7a7a4223af822559ae5a1e413f5e685da2","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251216.1.tgz","fileCount":232,"integrity":"sha512-k4ymbKiGcmlBrVLzxRLo1Huy+ciNYvv8gKMI/hBXft/Lt9pMWSiKko0H5vvUgF9MaPgP8SpPcdkx3OpGVJMJ/g==","signatures":[{"sig":"MEQCID3BzNBBXDo4PZIfIa02y/YFRl0+2v5thFzBW11Xgw05AiBQ/dZro4tNB2LhK6UHI7HjkC8O/DYWvrkjVFjvkdmW4A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\29b24d28-bf4b-49b5-a7c7-27f33855c6a0\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\29b24d28-bf4b-49b5-a7c7-27f33855c6a0\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251216.1.tgz","_integrity":"sha512-k4ymbKiGcmlBrVLzxRLo1Huy+ciNYvv8gKMI/hBXft/Lt9pMWSiKko0H5vvUgF9MaPgP8SpPcdkx3OpGVJMJ/g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251216.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251216.1_1765898972965_0.5688000863941496","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251217.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251217.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"51ff6324a415ec321829d96ff485da2be95abf0d","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251217.1.tgz","fileCount":232,"integrity":"sha512-zTDIuf94zkWiS2H0sJgWh7zUoyZjAOLgLzlmyPRV/DhzXhzY6GiQJIHOo2S6Y0qDea46MnxmVS1fGZ0B3plehg==","signatures":[{"sig":"MEQCIAYzWeo68MN6RmTKlk2vN8GPL3M7t+6gUkLLmtAryfqYAiBOy3Eche4VboNVmeLCmWq12KYw4qdbuDXpVeekZJ9jBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\49af25b5-b655-48da-a0ce-d524db62b299\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\49af25b5-b655-48da-a0ce-d524db62b299\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251217.1.tgz","_integrity":"sha512-zTDIuf94zkWiS2H0sJgWh7zUoyZjAOLgLzlmyPRV/DhzXhzY6GiQJIHOo2S6Y0qDea46MnxmVS1fGZ0B3plehg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251217.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251217.1_1765985125968_0.6322025161771614","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251219.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251219.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c987fc763e10b3c91d916668a68a40a45bd0ce20","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251219.1.tgz","fileCount":232,"integrity":"sha512-sBcF9LGkRE4j1D6NE6/708bLl7ocKygSqvnl4e0Wa0BeDcXQ3QyrFnn+k5ObHhhsrZxfZ2Ugf0zIGVerjYZc8w==","signatures":[{"sig":"MEUCIQDWKnGMZHGv8jm6YxFKesHw0T5C0xZ5+aWK5QEvcj7hUQIgYtz5Tl2DnoEcIyjH3JEZATPVZL8mt7FmH3VmTE85yvw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\6931901c-8acc-47dd-8119-a2ba8af13f3d\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\6931901c-8acc-47dd-8119-a2ba8af13f3d\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251219.1.tgz","_integrity":"sha512-sBcF9LGkRE4j1D6NE6/708bLl7ocKygSqvnl4e0Wa0BeDcXQ3QyrFnn+k5ObHhhsrZxfZ2Ugf0zIGVerjYZc8w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251219.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251219.1_1766158628651_0.4179089375238261","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251222.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251222.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5732369a31e934104c7fb263be2c3cb4a2f80207","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251222.1.tgz","fileCount":232,"integrity":"sha512-CC57+Iqk+3+sJdQBPLle97tqjFqSF1B+h5QHZfvwSSWOhafQenJtyuJDSTdj7wWTkf8idjQz2YrohTWcD7vkqQ==","signatures":[{"sig":"MEYCIQDF3VBvQ6QGUViPiN2jm4vMH/4K6WuRP0RqH3yA3tmHbQIhANwXgNhEEzYcm2M15M3G+PGUMYXV502xzmVPpgpGOx2/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\96fa8938-eb69-43c0-8fe4-0b7360a262a9\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\96fa8938-eb69-43c0-8fe4-0b7360a262a9\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251222.1.tgz","_integrity":"sha512-CC57+Iqk+3+sJdQBPLle97tqjFqSF1B+h5QHZfvwSSWOhafQenJtyuJDSTdj7wWTkf8idjQz2YrohTWcD7vkqQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251222.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251222.1_1766417492722_0.05126416259703204","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251223.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251223.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"98ba2afa0c551c297e360fc5988436f03e30a072","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251223.1.tgz","fileCount":232,"integrity":"sha512-+/4UKgpWNKHSogpL0iXq4BI1DTdho8/kttY/uvVI6y2sb7RZhQOYE52/7XRBEtjLEW5gYA+lgtXaX0DLwRjlgg==","signatures":[{"sig":"MEYCIQCuifWgP0RR0MUE/Nt3HpqMeVVLlXndbdCA96YKjiodQAIhAI8EB5jz0UzrHWWhEoUOJCkRqfKDo/lZeA0BspvwfYSs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\a0443881-cc7d-4184-9a45-1720cc5464cd\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\a0443881-cc7d-4184-9a45-1720cc5464cd\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251223.1.tgz","_integrity":"sha512-+/4UKgpWNKHSogpL0iXq4BI1DTdho8/kttY/uvVI6y2sb7RZhQOYE52/7XRBEtjLEW5gYA+lgtXaX0DLwRjlgg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251223.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251223.1_1766503872343_0.16493180136513086","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251224.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251224.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-alpha.20251224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"04ae1ec0ce379f8cdc389c3a6b22dbe9bde5ab66","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251224.1.tgz","fileCount":232,"integrity":"sha512-OSV/p9CHlaGTHU9+DMYcvunsNAwVx55AkhiNb4IBHJHLZVw6Ta+1akiXOfUd8ofGBKTOSRRy9C+R7gFt21kE2A==","signatures":[{"sig":"MEUCIQCnPq561q2kdhWEQSPIf7bZ656AedVRB/qoN5VbJ07NZgIgRZqjAedAr+fAGcVRNNpmqQkT41m75ZvzYtefPwlXmEY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\4fc35747-cf9e-495d-9218-527e33b80a74\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251224.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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\4fc35747-cf9e-495d-9218-527e33b80a74\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251224.1.tgz","_integrity":"sha512-OSV/p9CHlaGTHU9+DMYcvunsNAwVx55AkhiNb4IBHJHLZVw6Ta+1akiXOfUd8ofGBKTOSRRy9C+R7gFt21kE2A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251224.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251224.1_1766590149801_0.15692311290053884","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251229.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251229.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f1f33949a61cb16a1b8c81e5e8400e3c3b09170","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251229.1.tgz","fileCount":232,"integrity":"sha512-x303k/IeIes/QgZ80/ym4GPh/2GNx4jm/A60VsA+Hvq8sOqjDGuQEC8b2o3rh4eOMblZoBQiEZnZY8Isi/iOBA==","signatures":[{"sig":"MEYCIQCtBxwuHIJvDlIaiOQqk3wDuDMIc+AMSv92e3oogiwZRAIhAIM3+Zc0qIFI2I65MNami9TQq+e6Ps8obtWleisRvD6i","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\ea0d5c52-5323-4307-a52f-6482c647fc9b\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\ea0d5c52-5323-4307-a52f-6482c647fc9b\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251229.1.tgz","_integrity":"sha512-x303k/IeIes/QgZ80/ym4GPh/2GNx4jm/A60VsA+Hvq8sOqjDGuQEC8b2o3rh4eOMblZoBQiEZnZY8Isi/iOBA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251229.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251229.1_1767022348314_0.3852037413227918","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251231.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20251231.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8598de7acb43c9aeec2a70171129cc52785a4edc","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20251231.1.tgz","fileCount":232,"integrity":"sha512-VJvzwPfgkq85h0bCWSJ0d5vtNP+oJ6qBC3J6JRA3g72/hwClnRhYPTxnuWQhd7broyWNJ5tikKUFGBP/ItM4jA==","signatures":[{"sig":"MEUCIQC9o34svNPon6mzYUWG1GhmraPuqhv7t3k6zpvmLtsb0QIgAbLAsMo3Eou2SKwOXbV5iXeoKX7GUf/asxpOddkX0Yk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\074be650-373b-49e5-b358-5f1fd19964c4\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\074be650-373b-49e5-b358-5f1fd19964c4\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20251231.1.tgz","_integrity":"sha512-VJvzwPfgkq85h0bCWSJ0d5vtNP+oJ6qBC3J6JRA3g72/hwClnRhYPTxnuWQhd7broyWNJ5tikKUFGBP/ItM4jA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20251231.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20251231.1_1767194934391_0.18576655990780422","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260102.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260102.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ad85fe127f5363808c438afdaf4167c4c9bd6294","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260102.1.tgz","fileCount":232,"integrity":"sha512-/JdyZ+iooWFfMfLIZhtUOlC9peRNw/423hmpqc+W4hljOe1QMaT5ljRAroBPfZxbudj85NgnhH30RbEJlxSBLA==","signatures":[{"sig":"MEYCIQDJmQXg0zwWJ8GxxT6os3LpdqxDMs2DzGaYOZMNayvB0wIhAOJ9xEEZ8PYXgsF64SEN4w4ZZoWnmbZ6nuwPcuI4Tl11","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\4267d3fd-8ea1-43ec-b956-286fb56d9d21\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\4267d3fd-8ea1-43ec-b956-286fb56d9d21\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260102.1.tgz","_integrity":"sha512-/JdyZ+iooWFfMfLIZhtUOlC9peRNw/423hmpqc+W4hljOe1QMaT5ljRAroBPfZxbudj85NgnhH30RbEJlxSBLA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260102.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260102.1_1767368088112_0.7401065362473822","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260105.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260105.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6325a140a4323ec8bd05a42a813988be1c0d5565","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260105.1.tgz","fileCount":232,"integrity":"sha512-kHjhFFmYYEijEfOT8T5LMukXFNyNDiGn1HUR/AaWeu5WR1bz5xEWoHdqYJ9g15FCg4eHI3jMot5PKJSCoxckqA==","signatures":[{"sig":"MEYCIQDehIKyA8yt88p0Kle4srhcuMs1tWJa6Ip/Rq/k2IAiLgIhANDgtQ/LG9zj2+rdEasmzdoKwkhAeBJouVx6oL+20fqW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\b98e276a-5e13-4e4c-a4c0-6d6137f08009\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\b98e276a-5e13-4e4c-a4c0-6d6137f08009\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260105.1.tgz","_integrity":"sha512-kHjhFFmYYEijEfOT8T5LMukXFNyNDiGn1HUR/AaWeu5WR1bz5xEWoHdqYJ9g15FCg4eHI3jMot5PKJSCoxckqA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260105.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260105.1_1767627393017_0.9317758261457039","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260106.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260106.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"926a4584101ba0a441e11b63b44ce7266b776791","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260106.1.tgz","fileCount":232,"integrity":"sha512-VGEBoUooeNcWeJGJNoUybFgfB7VcVbhWCx/6UhPMU24336tTWVJCcKKv8UvEWk8OYT2vNjUgCXxtMDMVCCF3cw==","signatures":[{"sig":"MEYCIQDqKw3qmCRexHhvJd9ygPgloSqh/3RtRqFxjqtzuzLEjwIhAIVjHK0Xuftj1KCvV4/OpUB1ThAiAVEThGGAZ1VQA0VH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451679},"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\\82a14629-6480-4e5c-8047-dbd251e8e3eb\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\82a14629-6480-4e5c-8047-dbd251e8e3eb\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260106.1.tgz","_integrity":"sha512-VGEBoUooeNcWeJGJNoUybFgfB7VcVbhWCx/6UhPMU24336tTWVJCcKKv8UvEWk8OYT2vNjUgCXxtMDMVCCF3cw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260106.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260106.1_1767713368596_0.6076171020316636","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260108.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260108.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a92170168c8b5c9e183ca9f01bdd03c442f582d5","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260108.1.tgz","fileCount":232,"integrity":"sha512-EM74b9wAqN/9SKH/BSNxdsTybBsYcU+x0vLUVknQS129HP+QdW5Trb1ci1+qySkGnCzHtZfG9nk1vN5X7oXAIA==","signatures":[{"sig":"MEUCIBVTcZxlvwyJ9296k/9Ul+5M5WEu7+m8ovsEK8kzRFC4AiEA4RQns1shU06sar2YBoIcd7kXJ1Vn0tD9zpgVynCakRs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\115d62a1-bd43-4392-8936-03d41e9d6f22\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\115d62a1-bd43-4392-8936-03d41e9d6f22\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260108.1.tgz","_integrity":"sha512-EM74b9wAqN/9SKH/BSNxdsTybBsYcU+x0vLUVknQS129HP+QdW5Trb1ci1+qySkGnCzHtZfG9nk1vN5X7oXAIA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260108.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260108.1_1767886639435_0.6133224050315995","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260109.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260109.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dfb5e9aca1eefe02b9bf1a6d3e3cf221041ffd8a","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260109.1.tgz","fileCount":232,"integrity":"sha512-EEfSybEo3DF7PG2dZYmGADlDNwQCeORTkIZ0bNBPKbXHSaGhn9GqhNvGY6QgjSjaV+VQKeUkOZdl1x/l5R8pkw==","signatures":[{"sig":"MEUCIQCdLKrBcaEZwm0XOMOpNLyZOEuxO122YRIaWQu2Yf6FlgIgTkhs7ZNt3frZXqT2j8OtHdN/UADXCB+f8EUwZm7UXhk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\ef584a08-296e-4dfc-b788-1221a04f6441\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\ef584a08-296e-4dfc-b788-1221a04f6441\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260109.1.tgz","_integrity":"sha512-EEfSybEo3DF7PG2dZYmGADlDNwQCeORTkIZ0bNBPKbXHSaGhn9GqhNvGY6QgjSjaV+VQKeUkOZdl1x/l5R8pkw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260109.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260109.1_1767972557536_0.5797687529483495","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260112.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260112.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c45d6f2354dd44fd9e6d053e2a4a00b9e797947","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260112.1.tgz","fileCount":232,"integrity":"sha512-hhgqnuffxqDYbX6E4JeSFEmeVeDa413WYKnueeFnVt1mrQHWW8mszjNJHdoCajz+PstXrgETMhxECBrxATHNAA==","signatures":[{"sig":"MEUCIQDQKLBo5gZ1Xyp4AFFKwcnyGQYzAJ672cuUwrOIoJ96KwIgYnIb9mZSgb6noli0iGA1eMwtReRux9ywXP/XF9Her1U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\73245738-402b-4c50-ae0f-09aff4260934\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\73245738-402b-4c50-ae0f-09aff4260934\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260112.1.tgz","_integrity":"sha512-hhgqnuffxqDYbX6E4JeSFEmeVeDa413WYKnueeFnVt1mrQHWW8mszjNJHdoCajz+PstXrgETMhxECBrxATHNAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260112.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260112.1_1768231707963_0.2184785909780278","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260113.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260113.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"41726801f0c6f12f15de2755242c4a897f4f3434","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260113.1.tgz","fileCount":232,"integrity":"sha512-jAccLTkB9vF9E3od+MIVmWj0zOWtAO9chnSNZzaShGdnBxa1bA3/tswwX+xsJJTM58lTGHHeBaSiQ3+3YNGu+Q==","signatures":[{"sig":"MEUCIEjnFjQ2iRhvG+za37ToXoxlJFuqiZbWAx4sTtGtEMopAiEA5S2oG0xQ836rAaThfa3MrUz9LgB3cfVTW2yaOW+51lo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\39472065-8ab7-4c96-bbc4-0fa167a9d5b2\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\39472065-8ab7-4c96-bbc4-0fa167a9d5b2\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260113.1.tgz","_integrity":"sha512-jAccLTkB9vF9E3od+MIVmWj0zOWtAO9chnSNZzaShGdnBxa1bA3/tswwX+xsJJTM58lTGHHeBaSiQ3+3YNGu+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260113.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260113.1_1768318294352_0.6955262816289951","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260114.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260114.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c436d597bdba6283cbc508218d79a4250f2bd7e5","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260114.1.tgz","fileCount":232,"integrity":"sha512-vy0AW5CMgwpet9/vtfwilQY4E1N/CfZFXXZwp+JbyHclCn72XcfZ8gzETLQsx9A5bhSSdRKuO4W/dOttzcfgVA==","signatures":[{"sig":"MEUCIQCtU0wDrzoV4TlaHoYBUXZl4Hun2d7wZGOLsCBXhfJptQIgJwgvS52+9cKWyLkXOCkWPY8h7GHCWV8mPCJ76p1JeJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\27545eb2-e78a-46d5-92c8-cc96931b9b07\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\27545eb2-e78a-46d5-92c8-cc96931b9b07\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260114.1.tgz","_integrity":"sha512-vy0AW5CMgwpet9/vtfwilQY4E1N/CfZFXXZwp+JbyHclCn72XcfZ8gzETLQsx9A5bhSSdRKuO4W/dOttzcfgVA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260114.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260114.1_1768404643103_0.30368619889933157","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260115.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260115.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b5177bd805fe62fc6094060d5f6cdfcbfd7485f7","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260115.1.tgz","fileCount":232,"integrity":"sha512-913ZLXssjNqbEnUI7syXubQYWoztmECKw5L0ZfPChoRKvFlx2CG4cG5AUXJYJOvQTUsbvCd8/2goNqe6ycA7bQ==","signatures":[{"sig":"MEQCIFZCru8Q2nS7s+2zC2U9LQaav/7a4NLVfTcmsnaTItXVAiA0fVYGUTj0jLnz+qiXEXZQbSMJPN7pcauKTamMhCH7Vw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\0d60fc85-ca54-49be-a692-0b986e03dcc6\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\0d60fc85-ca54-49be-a692-0b986e03dcc6\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260115.1.tgz","_integrity":"sha512-913ZLXssjNqbEnUI7syXubQYWoztmECKw5L0ZfPChoRKvFlx2CG4cG5AUXJYJOvQTUsbvCd8/2goNqe6ycA7bQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260115.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260115.1_1768491373639_0.31644453762235614","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260116.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260116.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"afc1d3322a21a9272d60d287377d214e7ba2c79e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260116.1.tgz","fileCount":232,"integrity":"sha512-Ts8P2IosvatmFuW7gGSu22IS3cj/A6ZjLY8tXT/KR2nZOyXimTB3ZdCQJKBtW8ncfffms44RkCOLNcVEpH9gBg==","signatures":[{"sig":"MEYCIQC3g6wQ6m9JtmUXBg9TuL1zzws1kCcygOmYC77drxiC4AIhALn54BF7DIYCC2JBNEneENRSuQNb/C+36AQWGTk6QX8o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\dac1cdae-c2a6-41de-ba80-73182d4e2f50\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\dac1cdae-c2a6-41de-ba80-73182d4e2f50\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260116.1.tgz","_integrity":"sha512-Ts8P2IosvatmFuW7gGSu22IS3cj/A6ZjLY8tXT/KR2nZOyXimTB3ZdCQJKBtW8ncfffms44RkCOLNcVEpH9gBg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260116.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260116.1_1768577575040_0.983744130997009","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260119.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260119.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b22f207a9611732f4843d0e67bc9c71474d12eb","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260119.1.tgz","fileCount":232,"integrity":"sha512-5YCnWn7EXclrsvMeHmv5CDyAcGeWgqvlkp4i4U6QSIMot/lzfr+QvPEH+k3rKY7THbiRj4Wi3QWNKlnuvtidHg==","signatures":[{"sig":"MEUCIQD+x4VNPUaMBkzo4pnCfsdX38gc2FhHfqksCpug7WAnewIgaj3Klq2QLLoKf+l3bn2LB1hcEJRd1kScsem49FO1yOo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\6c8c1b6d-b65f-4b1a-9bf9-81ea7b4ea082\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\6c8c1b6d-b65f-4b1a-9bf9-81ea7b4ea082\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260119.1.tgz","_integrity":"sha512-5YCnWn7EXclrsvMeHmv5CDyAcGeWgqvlkp4i4U6QSIMot/lzfr+QvPEH+k3rKY7THbiRj4Wi3QWNKlnuvtidHg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260119.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260119.1_1768836984729_0.60171538946871","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260120.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260120.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"43441d32942c64446b5bf30f8dfa3aebb3ac552c","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260120.1.tgz","fileCount":232,"integrity":"sha512-UyP+vWP0T57HUxiQ9Q8RLPOCJg8+Js6YJK0kvNfwprJWUHrc9LjRAsYzHU/ERsEHIfdm6/KLoYrh41CTV/7YaA==","signatures":[{"sig":"MEUCIQCNbm8IyECZxutrSb1dGBRXVSpjd3zllouEHHjIZ3/byAIgE1xbdiqvcF+iMB1hfPJeZOFNXUcuv731X5SIVhpeX7E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\351f9be5-71cc-43c8-bbb8-b6891192d187\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\351f9be5-71cc-43c8-bbb8-b6891192d187\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260120.1.tgz","_integrity":"sha512-UyP+vWP0T57HUxiQ9Q8RLPOCJg8+Js6YJK0kvNfwprJWUHrc9LjRAsYzHU/ERsEHIfdm6/KLoYrh41CTV/7YaA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260120.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260120.1_1768922698360_0.15563015807589986","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260121.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260121.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f1c301d2195eb9d627a88db0fd193f77da1a177","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260121.1.tgz","fileCount":232,"integrity":"sha512-8Ocw+0W9x7XKnS1NTGaf2X1CPlqLP5wJzSSWFCYjj+6WBzkmLE0ZBpxQCfvJJKX08WQV5Ilcf5uwYNfftISkaQ==","signatures":[{"sig":"MEQCIHi2bCuRjI9TZXo7YvfNhdTqEKigWoAnSExPY/EUH/fgAiA8ajVhAe+m3udyijfRlxN80JC7PDH/+ZqlLsMzKO8QUg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\eec9d2d7-5aef-4da9-985d-7502c84f8634\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\eec9d2d7-5aef-4da9-985d-7502c84f8634\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260121.1.tgz","_integrity":"sha512-8Ocw+0W9x7XKnS1NTGaf2X1CPlqLP5wJzSSWFCYjj+6WBzkmLE0ZBpxQCfvJJKX08WQV5Ilcf5uwYNfftISkaQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260121.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260121.1_1769009630359_0.5918733362483799","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260122.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260122.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1fe6c577ab7cc2512405a347b4514d4242735b77","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260122.1.tgz","fileCount":232,"integrity":"sha512-6T/V09BSXz8j+mbsMBfX+nvAvsq05K2CoOq48W1xbj0dGwnoneqwk4BTGGQjLuVlqXaYwFwFLgectkoqo7wFfQ==","signatures":[{"sig":"MEYCIQCztnSeLKGOOw8wUye5XJMHYhujlJ/aX2Nnnico7FTRqAIhAJ1AhD9WSugeSEo7UvN5uKr21MFhsYFysekEJ9nNwZfn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\272a81fd-d92f-4eb4-9c8a-130f9f03457d\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\272a81fd-d92f-4eb4-9c8a-130f9f03457d\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260122.1.tgz","_integrity":"sha512-6T/V09BSXz8j+mbsMBfX+nvAvsq05K2CoOq48W1xbj0dGwnoneqwk4BTGGQjLuVlqXaYwFwFLgectkoqo7wFfQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.1.2-alpha.20260122.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260122.1_1769095787098_0.5071588825322808","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260123.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260123.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"32796663529820d9a4a9de143dd0e86a5c136dc2","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260123.1.tgz","fileCount":232,"integrity":"sha512-/wp5Txmj3Mc46dUqHV8gSJRUgcyQ9rmm+Wl3nhN1L1PTNBuVqoWt7nNGJ3l3JdRrQJUtogvc91PH8dK9+VxNYg==","signatures":[{"sig":"MEQCIHFarXZqSPyRlUqZSUDxAgGR88DVLHWlMhKn/T8S0uwwAiBVE3wtc3+xUA/BjfCkXHQj8tEBOHqvB0pAK5wSLpBOpQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\beca536f-716c-4d43-919f-1a43ee2bba5a\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\beca536f-716c-4d43-919f-1a43ee2bba5a\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260123.1.tgz","_integrity":"sha512-/wp5Txmj3Mc46dUqHV8gSJRUgcyQ9rmm+Wl3nhN1L1PTNBuVqoWt7nNGJ3l3JdRrQJUtogvc91PH8dK9+VxNYg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260123.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260123.1_1769182454932_0.9510971784391558","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260126.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260126.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"51cde07ed4d6e6a59e453e78867d4515004db659","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260126.1.tgz","fileCount":232,"integrity":"sha512-KbN+85am1laE73/MnFsNL2If81PGmYC8gGC86qTyCORL0HfwmYZ5yRFCj2wEBjzkwIR06WlQ31aAK9ECA7fygw==","signatures":[{"sig":"MEUCIFUaIjcMq/sYnmZYDR4x4iew6l9NOORoA90kTTLMK4W/AiEAu9HsBuro9GbsxXG+v4U0SRQ8Y7JVVcKtLyVq6JUDom4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\60fb4d0a-5ec7-4436-aefc-c9f3dc76f6c5\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\60fb4d0a-5ec7-4436-aefc-c9f3dc76f6c5\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260126.1.tgz","_integrity":"sha512-KbN+85am1laE73/MnFsNL2If81PGmYC8gGC86qTyCORL0HfwmYZ5yRFCj2wEBjzkwIR06WlQ31aAK9ECA7fygw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260126.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260126.1_1769441510980_0.17993953315779665","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260127.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260127.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0983f67da5ebbdb442ba494aa781445a105e3716","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260127.1.tgz","fileCount":232,"integrity":"sha512-EGs9krBcuoyKekzlM1BU1hMJahP/VC42S30/xft7jS/t2QT1jfzFlp52XjT2YYGT9r8JBTXKYg0ArclfOG1krA==","signatures":[{"sig":"MEYCIQCPz+vNAVO8xcsxRDy7+c0+tbu7K+8Q/i+3ioCb3XV6ywIhAKF34z+9wABMfQVqwedOghvroSceycO+RDZOIzQkUKhU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\655c8001-3a80-4e8e-8806-6303d64186ca\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\655c8001-3a80-4e8e-8806-6303d64186ca\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260127.1.tgz","_integrity":"sha512-EGs9krBcuoyKekzlM1BU1hMJahP/VC42S30/xft7jS/t2QT1jfzFlp52XjT2YYGT9r8JBTXKYg0ArclfOG1krA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260127.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260127.1_1769527507891_0.6916161497256594","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260128.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260128.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"675a1058905dc23a1d75093d86ffba8c521d93ad","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260128.1.tgz","fileCount":232,"integrity":"sha512-eUnpIxscz1es8Jw4dHTyfwVIlCY7q2KT144bVvvNiYvMyVEj7RVv4g+Run1TEQwdoyRlBNSDXRcb8ldlbDD6OQ==","signatures":[{"sig":"MEUCIEkIb0qaQd8fgeTHknZ3PcLln6phZ9sQMv1p1PLOp+ABAiEAiBmSDm4sgTPJQrNCBsJyOqd2FymGEqOKHEvLu2jeNfY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\a878a421-1d8d-4042-bf2b-94f7de06b703\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\a878a421-1d8d-4042-bf2b-94f7de06b703\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260128.1.tgz","_integrity":"sha512-eUnpIxscz1es8Jw4dHTyfwVIlCY7q2KT144bVvvNiYvMyVEj7RVv4g+Run1TEQwdoyRlBNSDXRcb8ldlbDD6OQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260128.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260128.1_1769614399729_0.1888191055253814","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260129.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260129.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99cfd1b45916b921edaec63e4cc5c256cb43ce07","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260129.1.tgz","fileCount":232,"integrity":"sha512-l53ob6Ohov1uMFFXBwN2uIJFlJd+ghJd84uboEWk5Ck1+v0dI/yUtGGunZZNRfM6KDfRsTBdzA2P8d/IoIXNRw==","signatures":[{"sig":"MEQCICf0SDAE5acZexxwccDZz7YaqkTjysP6QVRs7dyPEEt2AiBI/r7dmCpNuIkjZMIiEyTcratCvwCMeA0aEYcEQQ5FXw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\6688c72f-1a29-4a50-a2c8-75ae554f6e0b\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\6688c72f-1a29-4a50-a2c8-75ae554f6e0b\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260129.1.tgz","_integrity":"sha512-l53ob6Ohov1uMFFXBwN2uIJFlJd+ghJd84uboEWk5Ck1+v0dI/yUtGGunZZNRfM6KDfRsTBdzA2P8d/IoIXNRw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260129.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260129.1_1769700606545_0.34609796381333613","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260130.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260130.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e3c3360f5e14c23c0f9d1a04fffd7206ddacf3fc","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260130.1.tgz","fileCount":232,"integrity":"sha512-dzl/U3AxtpAqx77OeCFzUOVXIKM/UTunpOJ4GdrK7DyEBvNEXc/PGliKfTDslGqFb3xIgfgcjibD2XyNsIVHXw==","signatures":[{"sig":"MEYCIQCvbymY32S5QS6ppM2hVwAQQ5QfIq8QdM7PYF0D5LuQzgIhAIzSfFpm9FNSNEgpZcbsHJU7S2WKfrNRiuL2WCNXN/I7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\0350d63d-8727-442e-9417-921654916967\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\0350d63d-8727-442e-9417-921654916967\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260130.1.tgz","_integrity":"sha512-dzl/U3AxtpAqx77OeCFzUOVXIKM/UTunpOJ4GdrK7DyEBvNEXc/PGliKfTDslGqFb3xIgfgcjibD2XyNsIVHXw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260130.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260130.1_1769787150197_0.7608930320952283","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260203.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260203.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d1265ae6dd32910661edecca335e94eaf05904f9","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260203.1.tgz","fileCount":232,"integrity":"sha512-88QrAK7o32dRWgTFNiVXsvCGJKTjgrBSDMK+Zzj4hm0n/T53F8CfCwve0KYiWJrW2aexPd6UyYKvcIO+XKXT8Q==","signatures":[{"sig":"MEYCIQD7c1dnWy2ZbrZfwj2fZux2isJ8RDydZqs/sOL3DBjzOwIhAKg7hpBK55lYsZwNEHCtZOIL831jAFTCTATtD0EVv8W7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\5d105f58-155c-455b-a50b-cc0a2936ce71\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\5d105f58-155c-455b-a50b-cc0a2936ce71\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260203.1.tgz","_integrity":"sha512-88QrAK7o32dRWgTFNiVXsvCGJKTjgrBSDMK+Zzj4hm0n/T53F8CfCwve0KYiWJrW2aexPd6UyYKvcIO+XKXT8Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260203.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260203.1_1770133649065_0.3549427186801075","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260204.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260204.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"91e023a1cbd357d7ddf662a03b9a715f6ea0453e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260204.1.tgz","fileCount":232,"integrity":"sha512-60P8QX3UtIIZMbeM0xtto0TpS4/xFIdhBlJ03o76bJvBuQzgm51JGX/ldyIf3mvXZLxIVhw5+7LjD1cyOQAmHg==","signatures":[{"sig":"MEUCIQDnFZU0slauDnwYKdbYbmrqGNGQ4W70JCGVuc83+NOwTgIgEpFWG0sOQnCp1GDtzHruQC0WctM+DwjQwLPXxk2TdJ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\9ef2134a-4bda-4633-a776-c8c331cdc02b\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\9ef2134a-4bda-4633-a776-c8c331cdc02b\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260204.1.tgz","_integrity":"sha512-60P8QX3UtIIZMbeM0xtto0TpS4/xFIdhBlJ03o76bJvBuQzgm51JGX/ldyIf3mvXZLxIVhw5+7LjD1cyOQAmHg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260204.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260204.1_1770218930068_0.1471662523730859","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260205.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260205.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d683b844e7890a1950ab10e541a8c1df806bcc3e","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260205.1.tgz","fileCount":232,"integrity":"sha512-6MB7TVIPhz88Y9ZQpxTaglv1UyEoGgCm3Z4/gY2OE1e3phaSVbRPPYvTzS22z/98FRnfvBjwG9GROQJojK/F+Q==","signatures":[{"sig":"MEUCIGF4faVBjZj76+y+SJj/uIm+FIc32D3V6e4JeFElV0xDAiEAjaTcOSWDsvhLOOSqlR2uNhKz+i7JyfTfG7xUUDq8lwI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\4124733e-134f-4dcc-8065-e76a1470e442\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\4124733e-134f-4dcc-8065-e76a1470e442\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260205.1.tgz","_integrity":"sha512-6MB7TVIPhz88Y9ZQpxTaglv1UyEoGgCm3Z4/gY2OE1e3phaSVbRPPYvTzS22z/98FRnfvBjwG9GROQJojK/F+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260205.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260205.1_1770305334834_0.2234323491712189","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260206.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260206.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4d66e1e4e31c818b802c7477c222f1e3cd87f372","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260206.1.tgz","fileCount":232,"integrity":"sha512-zkPI0FH1uMegDuGfwJbm+JKWAypJ87D/F//+0pE75fqEjkbc3fTDrTVHrrJvu41j4Dm0tuJmSMAbBE0e9EtrOQ==","signatures":[{"sig":"MEQCIC08YeYNYUH9ps+OB5IfDLMyOvW3Q9Y1r5NhHwJJvyaJAiAoq/vdOnz2Z9H3s8QnzbZi145B5hT5q1X9uhTHi126Ew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\38dddf18-654d-414e-8595-f150a36b9062\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\38dddf18-654d-414e-8595-f150a36b9062\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260206.1.tgz","_integrity":"sha512-zkPI0FH1uMegDuGfwJbm+JKWAypJ87D/F//+0pE75fqEjkbc3fTDrTVHrrJvu41j4Dm0tuJmSMAbBE0e9EtrOQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260206.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260206.1_1770391828812_0.6990958365197695","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260209.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260209.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-alpha.20260209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5800af8e70eb91ca85ed16480618e75f0b0e07db","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260209.1.tgz","fileCount":232,"integrity":"sha512-mEQMN0jxZ3hza5Pxa2gnFnCXGN6CxOyTh3UKoAJOHmmUldvLZuWR76c9hxwY9nrf4zMnFYo5+CVnJn5j0LVEQg==","signatures":[{"sig":"MEUCIQCcP/MydXYGn5JXtouQAKlujPjmIlsmz++hzjTM2OkIwwIgPjfPrkQ9UG7+wyPjwLBtx7zmJ+piisXhOOsOUwTLmS8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\a53fe7f7-0b8c-47cd-9dbe-ec17c6b07bae\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260209.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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\a53fe7f7-0b8c-47cd-9dbe-ec17c6b07bae\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260209.1.tgz","_integrity":"sha512-mEQMN0jxZ3hza5Pxa2gnFnCXGN6CxOyTh3UKoAJOHmmUldvLZuWR76c9hxwY9nrf4zMnFYo5+CVnJn5j0LVEQg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260209.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260209.1_1770651259473_0.8502412706770233","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260210.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260210.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5812c3ce7b9552d7033e0cb8319a1104a65597a6","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260210.1.tgz","fileCount":232,"integrity":"sha512-hK9T46ssZcLuA8YrexG66aAbrriR6Nrj4o+90nHsNlM11DjnJjRcmYkXv1pxcYOUU5yMKcW1/0GF0zo8BI3XVA==","signatures":[{"sig":"MEQCIG6mVfmu8x71gTszebzH6/OV7G8ZRiDQSk8DUnv0OVo8AiAKimeIFk4dTzFCGoOKLX+8hUTvjB7VePP6ySHGBqKU6Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\2baa95a0-df71-411f-9ec7-aa7174067925\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\2baa95a0-df71-411f-9ec7-aa7174067925\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260210.1.tgz","_integrity":"sha512-hK9T46ssZcLuA8YrexG66aAbrriR6Nrj4o+90nHsNlM11DjnJjRcmYkXv1pxcYOUU5yMKcW1/0GF0zo8BI3XVA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260210.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260210.1_1770737752173_0.5749001238594871","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260211.1":{"name":"@azure/communication-email","version":"1.1.0-alpha.20260211.1","keywords":["azure","cloud","communication","email"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/communication-email@1.1.0-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/communication/communication-email/","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d960aa39bd26e8b476f5c9ee01b73c48de661ff1","tarball":"https://registry.npmjs.org/@azure/communication-email/-/communication-email-1.1.0-alpha.20260211.1.tgz","fileCount":232,"integrity":"sha512-b2G8Mq2JRxtzhrta7/pRAFxiC2OePJL4h60R0dTmvYt23f1HvmYU7JSKHxh7L+lx9UupSy1XizFArRNeaDW9Vw==","signatures":[{"sig":"MEQCICo3VMqou4OaYMvCnwK+ezv6Yyl+sGFQxhqzVNlH0c5jAiAbvOMUgo5w9/n8YNqnqpsYCnh9vSPhMTIT3yivAsvGdw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":451680},"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\\7cdc969e-539d-4b08-b7a5-5cf3cf2f9920\\azure-communication-email\\azure-communication-email-1.1.0-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-* 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":"dev-tool run build-package && 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":"dev-tool samples publish -f","execute:samples":"dev-tool samples run samples-dev","generate:client":"autorest --typescript ./swagger/README.md","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\\7cdc969e-539d-4b08-b7a5-5cf3cf2f9920\\azure-communication-email\\azure-communication-email-1.1.0-alpha.20260211.1.tgz","_integrity":"sha512-b2G8Mq2JRxtzhrta7/pRAFxiC2OePJL4h60R0dTmvYt23f1HvmYU7JSKHxh7L+lx9UupSy1XizFArRNeaDW9Vw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":true,"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","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":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-util":">=1.13.2-alpha <1.13.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.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","@azure/communication-common":">=2.4.2-alpha <2.4.2-alphb"},"_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/arm-communication":"^4.2.0-alpha.20260211.1","@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/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Communication Services - Email","productSlugs":["azure","azure-communication-services"],"disableDocsMs":true,"requiredResources":{"Azure Communication Services Resource":"https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource","Email Communication Services Resource":"https://aka.ms/acsemail/createemailresource"}},"_npmOperationalInternal":{"tmp":"tmp/communication-email_1.1.0-alpha.20260211.1_1770823761149_0.4368710909353568","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2022-05-24T05:50:36.406Z","modified":"2026-03-19T19:48:23.826Z","1.0.0-beta.1":"2022-05-24T05:50:36.636Z","1.0.0-alpha.20220524.1":"2022-05-24T14:17:15.637Z","1.0.0-alpha.20220630.1":"2022-06-30T14:18:00.598Z","1.0.0-alpha.20220725.1":"2022-07-25T14:20:24.008Z","1.0.0-alpha.20220803.3":"2022-08-03T14:24:40.931Z","1.0.0-alpha.20220912.1":"2022-09-12T14:25:24.006Z","1.0.0-alpha.20220923.1":"2022-09-23T14:26:03.300Z","1.0.0-alpha.20221017.1":"2022-10-17T14:27:02.980Z","1.0.0-alpha.20221103.5":"2022-11-03T14:27:14.511Z","1.0.0-alpha.20221107.1":"2022-11-07T15:25:26.876Z","1.0.0-alpha.20221124.1":"2022-11-24T15:27:18.053Z","1.0.0-alpha.20221130.2":"2022-11-30T15:25:56.925Z","1.0.0-alpha.20230127.1":"2023-01-27T15:26:59.759Z","1.0.0-alpha.20230209.1":"2023-02-09T15:25:27.285Z","1.0.0-alpha.20230224.2":"2023-02-24T15:28:33.660Z","1.0.0-alpha.20230301.3":"2023-03-02T00:49:02.652Z","1.0.0-alpha.20230303.2":"2023-03-03T15:24:02.749Z","1.0.0-alpha.20230303.3":"2023-03-03T15:35:23.836Z","1.0.0-alpha.20230306.1":"2023-03-06T15:44:08.960Z","1.0.0-alpha.20230306.4":"2023-03-07T01:48:30.989Z","1.0.0-beta.2":"2023-03-07T17:06:48.602Z","1.0.0-alpha.20230309.2":"2023-03-09T15:01:05.527Z","1.0.0-alpha.20230309.3":"2023-03-09T15:39:39.253Z","1.0.0-alpha.20230310.1":"2023-03-10T11:08:52.327Z","1.0.0-alpha.20230310.2":"2023-03-10T15:28:39.595Z","1.0.0-alpha.20230324.1":"2023-03-24T14:27:01.603Z","1.0.0":"2023-03-31T20:37:55.845Z","1.0.0-alpha.20230515.1":"2023-05-15T14:44:53.937Z","1.0.1-alpha.20230828.1":"2023-08-28T14:41:11.532Z","1.0.1-alpha.20230918.2":"2023-09-18T14:37:44.566Z","1.0.1-alpha.20230927.1":"2023-09-27T14:23:32.232Z","1.0.1-alpha.20231002.1":"2023-10-02T14:38:08.356Z","1.0.1-alpha.20231010.1":"2023-10-10T14:29:53.393Z","1.0.1-alpha.20231025.1":"2023-10-25T14:26:43.398Z","1.0.1-alpha.20231031.1":"2023-10-31T14:34:36.066Z","1.0.1-alpha.20231108.1":"2023-11-08T15:29:11.880Z","1.0.1-alpha.20231109.1":"2023-11-09T08:52:36.659Z","1.0.1-alpha.20231109.2":"2023-11-09T15:40:22.991Z","1.0.1-alpha.20231207.3":"2023-12-07T15:24:21.017Z","1.0.1-alpha.20231215.2":"2023-12-15T15:29:47.915Z","1.0.1-alpha.20240111.1":"2024-01-11T15:28:49.500Z","1.0.1-alpha.20240115.1":"2024-01-15T15:41:46.006Z","1.0.1-alpha.20240117.1":"2024-01-17T15:25:03.263Z","1.0.1-alpha.20240129.1":"2024-01-29T15:42:26.485Z","1.0.1-alpha.20240308.1":"2024-03-08T15:34:06.585Z","1.0.1-alpha.20240325.1":"2024-03-25T14:34:21.701Z","1.0.1-alpha.20240415.1":"2024-04-15T14:38:49.792Z","1.0.1-alpha.20240416.1":"2024-04-16T14:42:04.902Z","1.0.1-alpha.20240417.2":"2024-04-17T14:36:30.397Z","1.0.1-alpha.20240418.1":"2024-04-18T14:43:03.441Z","1.0.1-alpha.20240419.1":"2024-04-19T14:44:38.678Z","1.0.1-alpha.20240422.12":"2024-04-22T19:56:27.039Z","1.0.1-alpha.20240424.4":"2024-04-24T20:36:59.093Z","1.0.1-alpha.20240429.2":"2024-04-29T14:40:08.398Z","1.0.1-alpha.20240502.4":"2024-05-02T14:37:46.012Z","1.0.1-alpha.20240503.1":"2024-05-03T14:35:04.629Z","1.0.1-alpha.20240506.1":"2024-05-06T14:42:54.968Z","1.0.1-alpha.20240507.1":"2024-05-07T14:35:56.064Z","1.0.1-alpha.20240509.1":"2024-05-09T14:41:24.611Z","1.0.1-alpha.20240514.1":"2024-05-14T14:38:56.666Z","1.0.1-alpha.20240603.1":"2024-06-03T14:48:31.501Z","1.0.1-alpha.20240604.1":"2024-06-04T14:37:00.457Z","1.0.1-alpha.20240605.1":"2024-06-05T14:41:55.189Z","1.0.1-alpha.20240606.1":"2024-06-06T14:37:04.534Z","1.0.1-alpha.20240607.1":"2024-06-07T14:42:49.982Z","1.0.1-alpha.20240610.1":"2024-06-10T14:38:45.410Z","1.0.1-alpha.20240612.1":"2024-06-12T14:42:07.536Z","1.0.1-alpha.20240613.1":"2024-06-13T14:41:23.949Z","1.0.1-alpha.20240614.1":"2024-06-14T14:44:50.868Z","1.0.1-alpha.20240618.1":"2024-06-18T14:38:04.298Z","1.0.1-alpha.20240701.1":"2024-07-01T14:38:12.449Z","1.0.1-alpha.20240705.1":"2024-07-05T14:33:44.391Z","1.0.1-alpha.20240708.1":"2024-07-08T14:33:25.196Z","1.0.1-alpha.20240709.2":"2024-07-09T14:35:49.646Z","1.0.1-alpha.20240710.1":"2024-07-10T14:33:32.348Z","1.0.1-alpha.20240711.1":"2024-07-11T14:38:46.236Z","1.0.1-alpha.20240712.1":"2024-07-12T14:32:48.215Z","1.0.1-alpha.20240715.1":"2024-07-15T14:36:07.802Z","1.0.1-alpha.20240716.1":"2024-07-16T14:34:18.611Z","1.0.1-alpha.20240716.6":"2024-07-17T00:03:35.682Z","1.0.1-alpha.20240717.5":"2024-07-17T23:40:08.312Z","1.0.1-alpha.20240718.1":"2024-07-18T14:34:49.495Z","1.0.1-alpha.20240718.4":"2024-07-19T03:39:14.225Z","1.0.1-alpha.20240718.5":"2024-07-19T04:47:03.139Z","1.0.1-alpha.20240719.1":"2024-07-19T14:33:27.645Z","1.0.1-alpha.20240722.1":"2024-07-22T14:39:04.190Z","1.0.1-alpha.20240722.3":"2024-07-22T21:00:09.662Z","1.0.1-alpha.20240722.4":"2024-07-22T22:08:34.442Z","1.0.1-alpha.20240723.1":"2024-07-23T14:34:22.473Z","1.0.1-alpha.20240724.1":"2024-07-24T14:33:52.683Z","1.0.1-alpha.20240725.1":"2024-07-25T14:33:41.698Z","1.0.1-alpha.20240729.1":"2024-07-29T14:34:03.572Z","1.0.1-alpha.20240729.2":"2024-07-29T18:18:27.894Z","1.0.1-alpha.20240729.3":"2024-07-29T19:14:48.593Z","1.0.1-alpha.20240730.1":"2024-07-30T14:32:23.725Z","1.0.1-alpha.20240730.2":"2024-07-31T06:42:57.226Z","1.0.1-alpha.20240731.2":"2024-07-31T14:36:58.834Z","1.0.1-alpha.20240801.1":"2024-08-01T14:37:46.473Z","1.0.1-alpha.20240805.1":"2024-08-05T14:33:49.195Z","1.0.1-alpha.20240807.1":"2024-08-07T14:33:20.072Z","1.0.1-alpha.20240808.1":"2024-08-08T14:34:33.212Z","1.0.1-alpha.20240809.1":"2024-08-09T14:32:53.095Z","1.0.1-alpha.20240812.1":"2024-08-12T14:32:13.268Z","1.0.1-alpha.20240813.1":"2024-08-13T14:33:39.250Z","1.0.1-alpha.20240816.1":"2024-08-16T14:34:32.981Z","1.0.1-alpha.20240819.1":"2024-08-19T14:34:16.258Z","1.0.1-alpha.20240821.1":"2024-08-21T14:32:46.179Z","1.0.1-alpha.20240823.1":"2024-08-23T14:35:23.499Z","1.0.1-alpha.20240827.1":"2024-08-27T14:33:58.390Z","1.0.1-alpha.20240828.1":"2024-08-28T14:31:21.890Z","1.0.1-alpha.20240829.1":"2024-08-29T14:34:14.535Z","1.0.1-alpha.20240830.1":"2024-08-30T14:29:39.174Z","1.0.1-alpha.20240902.1":"2024-09-02T14:30:03.710Z","1.0.1-alpha.20240903.1":"2024-09-03T14:31:49.704Z","1.0.1-alpha.20240904.1":"2024-09-04T14:30:01.092Z","1.0.1-alpha.20240905.1":"2024-09-05T14:30:16.625Z","1.0.1-alpha.20240906.1":"2024-09-06T14:29:46.880Z","1.0.1-alpha.20240910.1":"2024-09-10T14:31:14.662Z","1.0.1-alpha.20240911.1":"2024-09-11T14:35:06.625Z","1.0.1-alpha.20240913.1":"2024-09-13T14:30:25.785Z","1.0.1-alpha.20240916.1":"2024-09-16T14:32:06.861Z","1.0.1-alpha.20240917.1":"2024-09-17T14:29:43.157Z","1.0.1-alpha.20240918.1":"2024-09-18T14:33:07.194Z","1.0.1-alpha.20240919.1":"2024-09-19T14:29:59.060Z","1.0.1-alpha.20240920.1":"2024-09-20T14:31:53.470Z","1.0.1-alpha.20240924.1":"2024-09-24T14:32:58.813Z","1.0.1-alpha.20240925.1":"2024-09-25T14:30:10.978Z","1.0.1-alpha.20240925.3":"2024-09-25T22:41:00.367Z","1.0.1-beta.1":"2024-09-25T23:30:10.607Z","1.0.1-alpha.20240926.1":"2024-09-26T14:30:38.410Z","1.0.1-alpha.20240927.1":"2024-09-27T14:33:37.610Z","1.0.1-alpha.20240930.1":"2024-09-30T14:30:24.171Z","1.0.1-alpha.20241002.1":"2024-10-02T14:35:13.883Z","1.0.1-alpha.20241003.1":"2024-10-03T14:32:08.915Z","1.0.1-alpha.20241004.1":"2024-10-04T14:31:32.037Z","1.0.1-alpha.20241007.1":"2024-10-07T14:29:51.812Z","1.0.1-alpha.20241008.1":"2024-10-08T14:30:21.853Z","1.0.1-alpha.20241009.1":"2024-10-09T14:32:10.085Z","1.0.1-alpha.20241010.1":"2024-10-10T14:33:56.509Z","1.0.1-alpha.20241011.1":"2024-10-11T14:29:43.870Z","1.0.1-alpha.20241014.1":"2024-10-14T14:36:47.824Z","1.0.1-alpha.20241015.1":"2024-10-15T14:30:42.983Z","1.0.1-alpha.20241016.1":"2024-10-16T14:36:30.337Z","1.0.1-alpha.20241018.1":"2024-10-18T14:31:44.402Z","1.0.1-alpha.20241024.1":"2024-10-24T14:29:40.320Z","1.0.1-alpha.20241025.1":"2024-10-25T14:31:23.500Z","1.0.1-alpha.20241028.1":"2024-10-28T14:31:40.578Z","1.0.1-alpha.20241029.1":"2024-10-29T14:32:17.386Z","1.0.1-alpha.20241030.2":"2024-10-30T14:29:44.932Z","1.0.1-alpha.20241031.1":"2024-10-31T14:30:19.310Z","1.0.1-alpha.20241101.1":"2024-11-01T14:30:13.836Z","1.0.1-alpha.20241111.1":"2024-11-11T15:32:29.099Z","1.0.1-alpha.20241111.2":"2024-11-11T18:27:20.666Z","1.0.1-alpha.20241112.1":"2024-11-12T16:32:08.341Z","1.0.1-alpha.20241113.1":"2024-11-13T15:34:32.458Z","1.0.1-alpha.20241114.1":"2024-11-14T15:34:47.125Z","1.0.1-alpha.20241119.1":"2024-11-19T15:35:17.114Z","1.0.1-alpha.20241122.8":"2024-11-23T05:04:54.799Z","1.0.1-alpha.20241203.1":"2024-12-03T15:37:26.318Z","1.0.1-alpha.20241205.1":"2024-12-05T15:40:25.134Z","1.0.1-alpha.20241206.1":"2024-12-06T15:33:57.951Z","1.0.1-alpha.20241209.1":"2024-12-09T15:33:21.839Z","1.0.1-alpha.20241210.1":"2024-12-10T15:32:12.198Z","1.0.1-alpha.20241211.2":"2024-12-11T15:34:51.040Z","1.0.1-alpha.20241212.1":"2024-12-12T15:36:22.381Z","1.0.1-alpha.20241213.1":"2024-12-13T15:33:00.586Z","1.0.1-alpha.20241216.1":"2024-12-16T15:32:47.005Z","1.0.1-alpha.20241218.1":"2024-12-18T15:31:32.388Z","1.0.1-alpha.20241219.1":"2024-12-19T15:34:05.110Z","1.0.1-alpha.20241220.2":"2024-12-20T15:36:01.780Z","1.0.1-alpha.20241223.1":"2024-12-23T15:35:03.526Z","1.0.1-alpha.20241224.1":"2024-12-24T15:32:42.729Z","1.0.1-alpha.20241225.1":"2024-12-25T15:33:06.913Z","1.0.1-alpha.20241226.1":"2024-12-26T15:35:03.764Z","1.0.1-alpha.20241227.1":"2024-12-27T15:36:29.919Z","1.0.1-alpha.20241230.1":"2024-12-30T15:36:14.398Z","1.0.1-alpha.20241231.2":"2024-12-31T15:33:40.794Z","1.0.1-alpha.20250108.1":"2025-01-08T15:30:55.519Z","1.0.1-alpha.20250109.1":"2025-01-09T15:30:24.728Z","1.0.1-alpha.20250110.2":"2025-01-10T15:30:55.113Z","1.0.1-alpha.20250113.1":"2025-01-13T15:34:04.468Z","1.0.1-alpha.20250114.2":"2025-01-14T15:32:17.172Z","1.0.1-alpha.20250115.1":"2025-01-15T15:34:36.964Z","1.0.1-alpha.20250116.1":"2025-01-16T15:35:35.667Z","1.0.1-alpha.20250117.1":"2025-01-17T15:32:46.028Z","1.0.1-alpha.20250120.1":"2025-01-20T15:35:08.489Z","1.0.1-alpha.20250121.1":"2025-01-21T15:33:03.415Z","1.0.1-alpha.20250122.2":"2025-01-22T15:36:25.108Z","1.0.1-alpha.20250122.7":"2025-01-22T16:43:04.581Z","1.0.1-alpha.20250127.1":"2025-01-27T15:31:20.879Z","1.0.1-alpha.20250129.1":"2025-01-29T15:33:54.300Z","1.0.1-alpha.20250130.1":"2025-01-30T15:32:11.768Z","1.0.1-alpha.20250131.1":"2025-01-31T15:35:24.031Z","1.0.1-alpha.20250203.1":"2025-02-03T15:36:55.232Z","1.0.1-alpha.20250204.1":"2025-02-04T15:50:38.412Z","1.0.1-alpha.20250205.1":"2025-02-05T15:33:53.693Z","1.0.1-alpha.20250210.2":"2025-02-10T15:35:53.844Z","1.0.1-alpha.20250211.1":"2025-02-11T15:32:49.783Z","1.0.1-alpha.20250212.1":"2025-02-12T15:37:06.663Z","1.0.1-alpha.20250213.1":"2025-02-13T15:36:34.439Z","1.0.1-alpha.20250214.1":"2025-02-14T16:01:09.566Z","1.0.1-alpha.20250217.1":"2025-02-17T15:31:07.885Z","1.0.1-alpha.20250218.1":"2025-02-18T15:33:33.157Z","1.0.1-alpha.20250219.1":"2025-02-19T15:35:17.720Z","1.0.1-alpha.20250220.1":"2025-02-20T15:35:32.289Z","1.0.1-alpha.20250221.1":"2025-02-21T15:34:57.528Z","1.0.1-alpha.20250224.1":"2025-02-24T15:35:46.923Z","1.0.1-alpha.20250225.1":"2025-02-25T15:36:35.578Z","1.0.1-alpha.20250226.1":"2025-02-26T15:36:01.296Z","1.0.1-alpha.20250227.1":"2025-02-27T15:36:43.411Z","1.0.1-alpha.20250228.1":"2025-02-28T16:18:35.045Z","1.0.1-alpha.20250303.1":"2025-03-03T15:39:40.738Z","1.0.1-alpha.20250304.1":"2025-03-04T15:32:08.081Z","1.0.1-alpha.20250305.1":"2025-03-05T15:35:30.973Z","1.0.1-alpha.20250306.1":"2025-03-06T15:36:06.035Z","1.0.1-alpha.20250307.1":"2025-03-07T15:35:17.285Z","1.0.1-alpha.20250311.1":"2025-03-11T14:33:15.268Z","1.0.1-alpha.20250312.1":"2025-03-12T14:34:12.909Z","1.0.1-alpha.20250314.1":"2025-03-14T14:33:52.297Z","1.0.1-alpha.20250317.1":"2025-03-17T14:31:41.003Z","1.0.1-alpha.20250317.3":"2025-03-17T16:09:42.967Z","1.0.1-alpha.20250318.1":"2025-03-18T14:31:55.834Z","1.0.1-alpha.20250320.1":"2025-03-20T14:33:42.077Z","1.0.1-alpha.20250321.1":"2025-03-21T14:32:15.658Z","1.0.1-alpha.20250324.1":"2025-03-24T14:35:32.479Z","1.0.1-alpha.20250325.1":"2025-03-25T14:41:03.736Z","1.0.1-alpha.20250326.1":"2025-03-26T14:33:54.158Z","1.0.1-alpha.20250327.2":"2025-03-27T14:34:01.149Z","1.0.1-alpha.20250328.4":"2025-03-28T14:32:39.877Z","1.0.1-alpha.20250331.1":"2025-03-31T14:33:50.884Z","1.0.1-alpha.20250401.1":"2025-04-01T14:34:18.209Z","1.0.1-alpha.20250402.1":"2025-04-02T14:33:15.950Z","1.0.1-alpha.20250403.1":"2025-04-03T14:31:57.667Z","1.0.1-alpha.20250404.1":"2025-04-04T14:31:19.697Z","1.0.1-alpha.20250407.1":"2025-04-07T14:35:48.328Z","1.0.1-alpha.20250408.1":"2025-04-08T14:33:04.538Z","1.0.1-alpha.20250409.1":"2025-04-09T14:30:39.804Z","1.0.1-alpha.20250410.1":"2025-04-10T14:33:27.627Z","1.0.1-alpha.20250411.1":"2025-04-11T14:31:38.439Z","1.0.1-alpha.20250417.1":"2025-04-17T14:27:22.177Z","1.0.1-alpha.20250418.1":"2025-04-18T14:27:38.680Z","1.0.1-alpha.20250421.1":"2025-04-21T14:27:25.373Z","1.0.1-alpha.20250422.1":"2025-04-22T14:29:42.467Z","1.0.1-alpha.20250423.1":"2025-04-23T14:27:20.015Z","1.0.1-alpha.20250424.1":"2025-04-24T14:31:30.457Z","1.0.1-alpha.20250425.1":"2025-04-25T14:27:16.749Z","1.0.1-alpha.20250428.1":"2025-04-28T14:27:28.793Z","1.0.1-alpha.20250429.5":"2025-04-29T14:33:09.288Z","1.0.1-alpha.20250430.1":"2025-04-30T14:33:37.459Z","1.0.1-alpha.20250501.1":"2025-05-01T14:28:15.732Z","1.0.1-alpha.20250513.1":"2025-05-13T14:29:06.555Z","1.0.1-alpha.20250515.1":"2025-05-15T14:29:15.927Z","1.0.1-alpha.20250516.2":"2025-05-16T13:31:33.240Z","1.0.1-alpha.20250516.3":"2025-05-16T14:28:05.958Z","1.0.1-alpha.20250519.1":"2025-05-19T14:29:43.954Z","1.0.1-alpha.20250604.4":"2025-06-04T19:42:43.030Z","1.0.1-alpha.20250605.6":"2025-06-05T14:34:03.726Z","1.0.1-alpha.20250606.1":"2025-06-06T14:29:26.446Z","1.0.1-alpha.20250609.1":"2025-06-09T14:28:31.034Z","1.0.1-alpha.20250610.1":"2025-06-10T14:41:38.260Z","1.0.1-alpha.20250616.3":"2025-06-16T14:24:46.178Z","1.0.1-alpha.20250617.1":"2025-06-17T14:23:53.965Z","1.0.1-alpha.20250618.1":"2025-06-18T14:23:32.657Z","1.0.1-alpha.20250620.1":"2025-06-20T14:29:19.059Z","1.0.1-alpha.20250723.1":"2025-07-23T14:23:29.584Z","1.0.1-alpha.20250730.1":"2025-07-30T14:26:42.799Z","1.0.1-alpha.20250805.1":"2025-08-05T14:27:56.402Z","1.0.1-beta.2":"2025-08-22T14:38:20.857Z","1.0.1-alpha.20250825.1":"2025-08-25T14:35:00.042Z","1.0.1-alpha.20250826.1":"2025-08-26T14:33:21.058Z","1.0.1-alpha.20250901.2":"2025-09-01T15:30:32.640Z","1.0.1-alpha.20250930.3":"2025-09-30T20:33:37.706Z","1.1.0":"2025-10-08T05:33:00.838Z","1.1.0-alpha.20251021.1":"2025-10-21T14:26:56.022Z","1.1.0-alpha.20251022.1":"2025-10-22T14:24:37.544Z","1.1.0-alpha.20251023.1":"2025-10-23T14:27:18.388Z","1.1.0-alpha.20251027.1":"2025-10-27T14:32:09.616Z","1.1.0-alpha.20251028.1":"2025-10-28T14:30:42.588Z","1.1.0-alpha.20251029.1":"2025-10-29T14:30:41.690Z","1.1.0-alpha.20251030.1":"2025-10-30T14:30:29.349Z","1.1.0-alpha.20251031.1":"2025-10-31T14:31:29.773Z","1.1.0-alpha.20251103.1":"2025-11-03T15:29:57.128Z","1.1.0-alpha.20251104.1":"2025-11-04T15:28:08.012Z","1.1.0-alpha.20251105.1":"2025-11-05T15:29:51.500Z","1.1.0-alpha.20251107.1":"2025-11-07T15:40:31.114Z","1.1.0-alpha.20251110.1":"2025-11-10T15:39:59.547Z","1.1.0-alpha.20251111.1":"2025-11-11T15:25:44.697Z","1.1.0-alpha.20251112.1":"2025-11-12T15:23:07.313Z","1.1.0-alpha.20251113.1":"2025-11-13T15:29:18.726Z","1.1.0-alpha.20251117.1":"2025-11-17T15:31:06.116Z","1.1.0-alpha.20251119.1":"2025-11-19T15:24:50.364Z","1.1.0-alpha.20251120.1":"2025-11-20T15:30:30.484Z","1.1.0-alpha.20251121.1":"2025-11-21T15:37:51.946Z","1.1.0-alpha.20251124.1":"2025-11-24T15:35:33.021Z","1.1.0-alpha.20251125.1":"2025-11-25T15:36:44.661Z","1.1.0-alpha.20251126.1":"2025-11-26T15:27:18.672Z","1.1.0-alpha.20251127.1":"2025-11-27T15:27:48.537Z","1.1.0-alpha.20251128.1":"2025-11-28T15:28:38.668Z","1.1.0-alpha.20251201.1":"2025-12-01T15:37:31.436Z","1.1.0-alpha.20251202.1":"2025-12-02T15:36:21.826Z","1.1.0-alpha.20251203.1":"2025-12-03T15:32:51.920Z","1.1.0-alpha.20251204.1":"2025-12-04T15:31:09.141Z","1.1.0-alpha.20251208.1":"2025-12-08T15:30:25.027Z","1.1.0-alpha.20251209.1":"2025-12-09T15:35:58.381Z","1.1.0-alpha.20251210.1":"2025-12-10T15:36:37.775Z","1.1.0-alpha.20251215.1":"2025-12-15T15:30:18.347Z","1.1.0-alpha.20251216.1":"2025-12-16T15:29:33.133Z","1.1.0-alpha.20251217.1":"2025-12-17T15:25:26.107Z","1.1.0-alpha.20251219.1":"2025-12-19T15:37:08.796Z","1.1.0-alpha.20251222.1":"2025-12-22T15:31:32.883Z","1.1.0-alpha.20251223.1":"2025-12-23T15:31:12.500Z","1.1.0-alpha.20251224.1":"2025-12-24T15:29:09.965Z","1.1.0-alpha.20251229.1":"2025-12-29T15:32:28.448Z","1.1.0-alpha.20251231.1":"2025-12-31T15:28:54.549Z","1.1.0-alpha.20260102.1":"2026-01-02T15:34:48.274Z","1.1.0-alpha.20260105.1":"2026-01-05T15:36:33.179Z","1.1.0-alpha.20260106.1":"2026-01-06T15:29:28.808Z","1.1.0-alpha.20260108.1":"2026-01-08T15:37:19.599Z","1.1.0-alpha.20260109.1":"2026-01-09T15:29:17.706Z","1.1.0-alpha.20260112.1":"2026-01-12T15:28:28.110Z","1.1.0-alpha.20260113.1":"2026-01-13T15:31:34.526Z","1.1.0-alpha.20260114.1":"2026-01-14T15:30:43.228Z","1.1.0-alpha.20260115.1":"2026-01-15T15:36:13.790Z","1.1.0-alpha.20260116.1":"2026-01-16T15:32:55.183Z","1.1.0-alpha.20260119.1":"2026-01-19T15:36:24.872Z","1.1.0-alpha.20260120.1":"2026-01-20T15:24:58.515Z","1.1.0-alpha.20260121.1":"2026-01-21T15:33:50.595Z","1.1.0-alpha.20260122.1":"2026-01-22T15:29:47.229Z","1.1.0-alpha.20260123.1":"2026-01-23T15:34:15.076Z","1.1.0-alpha.20260126.1":"2026-01-26T15:31:51.138Z","1.1.0-alpha.20260127.1":"2026-01-27T15:25:08.125Z","1.1.0-alpha.20260128.1":"2026-01-28T15:33:19.874Z","1.1.0-alpha.20260129.1":"2026-01-29T15:30:06.714Z","1.1.0-alpha.20260130.1":"2026-01-30T15:32:30.336Z","1.1.0-alpha.20260203.1":"2026-02-03T15:47:29.210Z","1.1.0-alpha.20260204.1":"2026-02-04T15:28:50.214Z","1.1.0-alpha.20260205.1":"2026-02-05T15:28:55.031Z","1.1.0-alpha.20260206.1":"2026-02-06T15:30:28.970Z","1.1.0-alpha.20260209.1":"2026-02-09T15:34:19.626Z","1.1.0-alpha.20260210.1":"2026-02-10T15:35:52.314Z","1.1.0-alpha.20260211.1":"2026-02-11T15:29:21.294Z"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"author":{"name":"Microsoft Corporation"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-email/","keywords":["azure","cloud","communication","email"],"repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.","maintainers":[{"email":"azure-sdk-npmjs@microsoft.com","name":"azure-sdk"},{"email":"npmjs@microsoft.com","name":"microsoft1es"},{"email":"microsoft-oss-publishing@microsoft.com","name":"microsoft-oss-releases"}],"readme":"","readmeFilename":""}